diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-15 00:28:50 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-15 00:28:50 +0100 |
| commit | 779020935d970acf55b3920459fe020cf1b912f9 (patch) | |
| tree | 784fb6c2d58f485395ba4629c2adaa03de4754e2 /common/home/hyprland | |
| parent | e067eb4dd1ee03f81b217c931ef4af7b03b8f561 (diff) | |
add webtray toggles
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" |