commit bc5853caf040962b88bd96164e76bebd029aa24e
parent c2c27ad335be2eced1dd096343edbfebaef192ff
Author: Silas Brack <silasbrack@gmail.com>
Date: Sun, 10 May 2026 14:57:55 +0200
chore: clean up commands
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/hosts/gaia/hyprland.nix b/hosts/gaia/hyprland.nix
@@ -27,7 +27,7 @@
"$menu" = "rofi -case-smart -show drun";
"$browser" = "firefox";
# "$filemanager" = "kitty sh -c 'yazi ~'";
- "$notes" = "obsidian";
+ "$notes" = "emacsclient -c -n";
"$mod" = "SUPER";
"$mainMod" = "SUPER";
general = {
@@ -62,11 +62,7 @@
"$mainMod, F, fullscreen"
"$mainMod, P, exec, rbw list | rofi -case-smart -dmenu | xargs -I _ rbw get -c _"
"$mainMod, V, exec, cliphist list | rofi -case-smart -dmenu | cliphist decode | wl-copy"
- # "$mainMod, X, togglesplit"
''$mainMod SHIFT, S, exec, slurp | grim -g - - | wl-copy && wl-paste > $HOME/screenshots/screenshot-$(date +"%Y-%m-%d--%H:%M:%S").png''
- # "$mainMod, M, togglespecialworkspace, magic"
- # "$mainMod SHIFT, M, movetoworkspace, special:magic"
- # "$mainMod, M, exit"
# Change window focus
"$mainMod, H, movefocus, l"
"$mainMod, L, movefocus, r"