diff --git a/home-manager/modules/hyprland/binds.nix b/home-manager/modules/hyprland/binds.nix index 99f3b3c..53f2bda 100644 --- a/home-manager/modules/hyprland/binds.nix +++ b/home-manager/modules/hyprland/binds.nix @@ -4,11 +4,12 @@ "$mainMod SHIFT, Return, exec, $terminal" "$mainMod SHIFT, C, killactive," "$mainMod SHIFT, Q, exit," - "$mainMod, E, exec, $fileManager" + # "$mainMod, E, exec, $fileManager" "$mainMod, F, togglefloating," "$mainMod, D, exec, $menu" "$mainMod, P, pseudo," "$mainMod, J, togglesplit," + "$mainMod, E, exec, bemoji -c" "$mainMod, V, exec, cliphist list | $menu --dmenu | cliphist decode | wl-copy" "$mainMod, B, exec, pkill -SIGUSR2 waybar" "$mainMod SHIFT, B, exec, pkill -SIGUSR1 waybar"