]> Skullheadx's Git Forge - nixos.git/commitdiff
hyprlock and music keybinds added
authorAndrew <admonty1@protonmail.com>
Thu, 21 Aug 2025 22:11:07 +0000 (18:11 -0400)
committerAndrew <admonty1@protonmail.com>
Thu, 21 Aug 2025 22:11:07 +0000 (18:11 -0400)
home.nix
hyprland/binds.nix

index 0905aad92dac747fa3a82bb26d4b3ee82237510a..d632ae4d7c9f9c90166361cbcda354cea6600ee5 100644 (file)
--- a/home.nix
+++ b/home.nix
@@ -56,6 +56,7 @@
     github-desktop
     hyprpicker
     wl-clipboard
+    wev
     # # 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 d12a95794a632f58d90456926878504dbd066e3a..e8745f3dd8a442c1a062be26c883a8ee9a737004 100644 (file)
@@ -61,6 +61,8 @@ in
       "$mod, b, exec, brave"
       "$mod, space, exec, pkill rofi || rofi -show drun"
       "$mod, s, exec, pkill hyprpicker || hyprpicker -ar"
+      ", XF86Explorer, exec, hyprlock"
+      ", F1, exec, hyprlock"
       ", 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'"
@@ -75,6 +77,11 @@ in
       ", F5, exec, playerctl previous && notify-send 'Previous Song'"
       ", F7, exec, playerctl play-pause && notify-send 'Pause/Play Toggled'"
       ", F8, exec, playerctl stop && notify-send 'Music Stopped'"
+
+
+      ", F4, workspace, 3"
+      ", XF86Tools, workspace, 3"
+
     ] 
 ++ workspaces;