summaryrefslogtreecommitdiffstats
path: root/hyprland/binds.nix
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-08-21 16:08:56 -0400
committerAndrew <admonty1@protonmail.com>2025-08-21 16:08:56 -0400
commitf57fc900c4bc2906eacce2fcc1fc96b3253e35d8 (patch)
tree2434af21b30e953e8b2aadfffeee7cfee394c6dc /hyprland/binds.nix
parentswitch to hyprpaper (diff)
downloadnixos-f57fc900c4bc2906eacce2fcc1fc96b3253e35d8.tar.gz
nixos-f57fc900c4bc2906eacce2fcc1fc96b3253e35d8.tar.bz2
nixos-f57fc900c4bc2906eacce2fcc1fc96b3253e35d8.zip
add hyprpicker + wl clipboard and add keybind mod + s
Diffstat (limited to 'hyprland/binds.nix')
-rw-r--r--hyprland/binds.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hyprland/binds.nix b/hyprland/binds.nix
index 9144795..330a0c4 100644
--- a/hyprland/binds.nix
+++ b/hyprland/binds.nix
@@ -55,9 +55,12 @@ in
"$mod SHIFT, k, movewindow, u"
"$mod SHIFT, j, movewindow, d"
- "$mod, g, exec, ghostty"
+
+
+ "$mod, d, exec, ghostty"
"$mod, b, exec, brave"
"$mod, space, exec, pkill rofi || rofi -show drun"
+ "$mod, s, exec, pkill hyprpicker || hyprpicker -ar"
", XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ && notify-send 'Volume Up'"
", XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- && notify-send 'Volume Down'"
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle && notify-send 'Mute Toggled'"