From f8af9f8bf41e737f51009cd09024e5a2dba3aebe Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 11 Nov 2023 15:51:53 +0100 Subject: [PATCH] change hyprland keybinds --- modules/home/hyprland/config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 50a946b..f97cf7b 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -117,10 +117,11 @@ in # keybindings bind = $mainMod, Return, exec, kitty + bind = $mainMod, Alt, exec, firefox bind = $mainMod, Q, killactive, bind = $mainMod, F, fullscreen, bind = $mainMod, Space, togglefloating, - bind = $mainMod, $mainMod, exec, pkill wofi || wofi --show drun + bind = $mainMod, D, exec, pkill wofi || wofi --show drun bind = $mainMod, Escape, exec, swaylock bind = $mainMod, Suppr, exec, pkill wlogout || wlogout -b 4 # bind = SUPER, V, exec, cliphist list | wofi -dmenu | cliphist decode | wl-copy