From 1bb0b31250a2efbf4183aa6b682cd2c5647d02e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 2 Apr 2024 09:17:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(hypr):=20hyprfreeze=20script?= =?UTF-8?q?=20is=20now=20called=20correctly=20on=20the=20keybind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 7b6e3f58..bc3dc61e 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -182,4 +182,4 @@ bind = SUPER, F1, exec, xdg-open https://wiki.hyprland.org/ bind = SUPERSHIFT, F1, exec, xdg-open https://github.com/Matt-FTW/dotfiles/wiki # Freeze active window -bind = SUPERSHIFT, ESCAPE, exec, ~/.config/hypr/scripts/hyprfreeze +bind = SUPERSHIFT, ESCAPE, exec, ~/.config/hypr/scripts/hyprfreeze -a