From 1d70117186e63d62f420b63c8d31a1f74ffb731b Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 19 May 2024 19:20:46 +0200 Subject: [PATCH] Add flake special workspace --- modules/home/de/hyprland/keybinds.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/de/hyprland/keybinds.nix b/modules/home/de/hyprland/keybinds.nix index 0a3ec1e..a522eb6 100644 --- a/modules/home/de/hyprland/keybinds.nix +++ b/modules/home/de/hyprland/keybinds.nix @@ -115,6 +115,11 @@ exec-once = [workspace special:chat silent] webcord workspace = special:chat, border:false, gapsout:20, on-created-empty:webcord bind = SUPER, D, togglespecialworkspace, chat + + # Flake workspace + workspace = special:flake, border:false, gapsout:40, on-created-empty:kitty --directory $FLAKE --override background_opacity=0.6 + windowrulev2 = noblur, class:(kitty), onworkspace:special:flake + bind = SUPER, Q, togglespecialworkspace, flake ''; }; }