From d5d23203176bb69dd9aea4f3de40395b31e40af0 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 24 Aug 2024 15:15:21 +0200 Subject: [PATCH] Add files special workspace --- modules/home/de/hyprland/keybinds.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/home/de/hyprland/keybinds.nix b/modules/home/de/hyprland/keybinds.nix index 849a58c..aee1a6c 100644 --- a/modules/home/de/hyprland/keybinds.nix +++ b/modules/home/de/hyprland/keybinds.nix @@ -26,7 +26,6 @@ bind = SUPER, RETURN, exec, kitty bind = SUPER, V, exec, rofi-clipboard bind = SUPER, B, exec, firefox - bind = SUPER, F, exec, nemo bind = SUPER, C, exec, codium # Move focus @@ -120,6 +119,10 @@ # System monitor workspace workspace = special:monitor, border:false, gapsout:30, on-created-empty:kitty btm bind = SUPER, M, togglespecialworkspace, monitor + + # Files workspace + workspace = special:files, border:false, gapsout:30, on-created-empty:nemo + bind = SUPER, F, togglespecialworkspace, files ''; }; }