From 20930ea6c24c4582cd4c6f72cd99600c2371d0b0 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 16 Jul 2025 18:04:37 -0500 Subject: [PATCH] cleaned up exec-once --- packages/hyprland/config/binds.nix | 1 + packages/hyprland/config/execs.nix | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/hyprland/config/binds.nix b/packages/hyprland/config/binds.nix index e2a32dc..9088a10 100644 --- a/packages/hyprland/config/binds.nix +++ b/packages/hyprland/config/binds.nix @@ -41,6 +41,7 @@ "$mod, Escape, global, caelestia:launcherInterrupt" "$mod, PERIOD, global, caelestia:launcherInterrupt" "$mod, E, global, caelestia:launcherInterrupt" + "$mod, V, global, caelestia:launcherInterrupt" "$mod, W, global, caelestia:launcherInterrupt" "$mod, Q, global, caelestia:launcherInterrupt" diff --git a/packages/hyprland/config/execs.nix b/packages/hyprland/config/execs.nix index dd400bb..dc918b3 100644 --- a/packages/hyprland/config/execs.nix +++ b/packages/hyprland/config/execs.nix @@ -9,13 +9,14 @@ "[workspace special:steam silent] steam -start steam://open/bigpicture" "[workspace 20 silent] kitty --single-instance --hold fastfetch" "[workspace 20 silent] firefox" - "[workspace 1] kitty --single-instance --hold fastfetch" + "[workspace 1] kitty --single-instance --hold -e fish -C fastfetch" + "hyprctl setcursor Bibata-Modern-Ice 24" "solaar -w hide" - "sunshine" - "moondeck-buddy" - "qs -c caelestia" + # "sunshine" + # "moondeck-buddy" + "caelestia shell" "wl-paste --type text --watch cliphist store" "wl-paste --type image --watch cliphist store"