diff options
Diffstat (limited to 'common/home/hyprland')
| -rw-r--r-- | common/home/hyprland/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index 2ef1b0a..f165048 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -24,12 +24,15 @@ "$mod, Space, exec, wofi --show run" "$mod, O, exec, openproject" "$mod, V, exec, openproject -e nvim" - "$mod+Shift, S, exec, loadconfig" + + "$mod+Alt, S, exec, loadconfig" "$mod+Shift, Return, exec, alacritty" "$mod+Shift, B, exec, firefox" "$mod+Shift, P, exec, wofi-pass" "$mod+Shift, O, exec, wofi-pass otp" + "$mod+Shift, E, exec, webtrayctl show https://chat.nathanreiner.xyz" + "$mod+Shift, S, exec, signal-desktop" ", Print, exec, grimshot copy area" |