From 0eeca96846eaf8ac46a2c8ea35781266cf7f3060 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 11 Nov 2023 15:49:41 +0100 Subject: [PATCH] change hyprland keybinds --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 1022a20..50a946b 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -120,7 +120,7 @@ in bind = $mainMod, Q, killactive, bind = $mainMod, F, fullscreen, bind = $mainMod, Space, togglefloating, - bind = $mainMod, D, exec, pkill wofi || wofi --show drun + bind = $mainMod, $mainMod, 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