From f3248471bf5dcbd6f30c62c7e787a802b9a03b97 Mon Sep 17 00:00:00 2001 From: histalek Date: Sat, 29 Jun 2024 12:06:00 +0200 Subject: [PATCH] feat(hyprland): Remove deprecated option, add fullscreen keybind --- .config/hypr/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2ba77d5..84b7afc 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -100,7 +100,6 @@ misc { vrr = 1 # 2 is fullscreen only disable_autoreload = true focus_on_activate = false - hide_cursor_on_key_press = false mouse_move_focuses_monitor = false } @@ -117,6 +116,8 @@ bind = $mainMod SHIFT, s, exec, IMG=~/Pictures/$(date +%Y-%m-%d_%H-%m-%s).png && bind = $mainMod SHIFT, SPACE, togglefloating, +bind = $mainMod, F, fullscreen, + bind = $mainMod SHIFT, Q, killactive, bind = $mainMod SHIFT, E, exec, wlogout bind = $mainMod SHIFT, C, exec, hyprctl reload