]> Skullheadx's Git Forge - nixos.git/commitdiff
add hyprpicker + wl clipboard and add keybind mod + s
authorAndrew <admonty1@protonmail.com>
Thu, 21 Aug 2025 20:08:56 +0000 (16:08 -0400)
committerAndrew <admonty1@protonmail.com>
Thu, 21 Aug 2025 20:08:56 +0000 (16:08 -0400)
home.nix
hyprland/binds.nix

index ecc9de94943cb1788bec9c2374277c3ea81a746b..0bf3695028d6e67768b7305efdd1411513ec70d9 100644 (file)
--- a/home.nix
+++ b/home.nix
@@ -52,6 +52,8 @@
     nixfmt-rfc-style
     p7zip
     github-desktop
+    hyprpicker
+    wl-clipboard
     # # It is sometimes useful to fine-tune packages, for example, by applying
     # # overrides. You can do that directly here, just don't forget the
     # # parentheses. Maybe you want to install Nerd Fonts with a limited number of
index 9144795eb19a27f77136dfbd664816c9dad246c2..330a0c4fd0faeaa50019725ecede0701e21fc84e 100644 (file)
@@ -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'"