From e9baa4269565fc23a07224589cdb52e88fa8a684 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Thu, 4 Sep 2025 18:21:56 +0200 Subject: [PATCH] keybindings + rofi fix --- home/features/desktop/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/desktop/hyprland.nix b/home/features/desktop/hyprland.nix index 3a79db0..0617440 100644 --- a/home/features/desktop/hyprland.nix +++ b/home/features/desktop/hyprland.nix @@ -162,7 +162,7 @@ in { "$mainMod, return, exec, $terminal nu -c zellij-ps" # "$mainMod, t, exec, warp-terminal" "$mainMod, t, exec, $terminal -e nu -c 'nitch; exec nu'" - "$mainMod SHIFT, t, exec, uwsm app --launch-timer" + "$mainMod SHIFT, t, exec, launch-timer" "$mainMod, n, exec, $terminal -e nvim" "$mainMod, z, exec, uwsm app -- zeditor" "$mainMod, o, exec, hyprctl setprop activewindow opaque toggle"