diff options
Diffstat (limited to 'accounts/gkleen@sif/hyprland.nix')
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 6bdc8358..252b8351 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix | |||
@@ -190,11 +190,12 @@ | |||
190 | 190 | ||
191 | "$mainMod ALT, E, exec, emacsclient -c" | 191 | "$mainMod ALT, E, exec, emacsclient -c" |
192 | 192 | ||
193 | ", XF86MonBrightnessUp, exec, brightnessctl s +5%" | 193 | ", XF86MonBrightnessUp, exec, lightctl -d up" |
194 | ", XF86MonBrightnessDown, exec, brightnessctl s 5%-" | 194 | ", XF86MonBrightnessDown, exec, lightctl -d down" |
195 | ", XF86AudioRaiseVolume, exec, pamixer -i 2" | 195 | ", XF86AudioRaiseVolume, exec, volumectl -d -u up" |
196 | ", XF86AudioLowerVolume, exec, pamixer -d 2" | 196 | ", XF86AudioLowerVolume, exec, volumectl -d -u down" |
197 | ", XF86AudioMute, exec, pamixer -t" | 197 | ", XF86AudioMute, exec, volumectl -d toggle-mute" |
198 | ", XF86AudioMicMute, exec, volumectl -d -m toggle-mute" | ||
198 | 199 | ||
199 | ", Print, exec, ${pkgs.writeShellScript "screenshot" '' | 200 | ", Print, exec, ${pkgs.writeShellScript "screenshot" '' |
200 | export PATH="${lib.makeBinPath (with pkgs; [ grim slurp wl-clipboard-rs coreutils ])}:$PATH" | 201 | export PATH="${lib.makeBinPath (with pkgs; [ grim slurp wl-clipboard-rs coreutils ])}:$PATH" |