diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-01 17:03:21 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-01 17:03:21 +0900 |
| commit | f1e6ce425ed7bfc08762ecaee07c381ec4d86967 (patch) | |
| tree | b6ed846c67f5c7bc448b9430b8dfae18bae6b86f /config/hypr/configs/Keybinds.conf | |
| parent | 5a0bed839dcdf31fde559514d35938267c0dba28 (diff) | |
keybind e for brightness and volume controls
Diffstat (limited to 'config/hypr/configs/Keybinds.conf')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index c1f70c5e..a270ab6f 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -59,8 +59,8 @@ bind = ALT,Tab,cyclenext bind = ALT,Tab,bringactivetotop # Special Keys / Hot Keys -bindl = , xf86audioraisevolume, exec, $scriptsDir/Volume.sh --inc #volume up -bindl = , xf86audiolowervolume, exec, $scriptsDir/Volume.sh --dec #volume down +bindel = , xf86audioraisevolume, exec, $scriptsDir/Volume.sh --inc #volume up +bindel = , xf86audiolowervolume, exec, $scriptsDir/Volume.sh --dec #volume down bindl = , xf86AudioMicMute, exec, $scriptsDir/Volume.sh --toggle-mic #mute mic bindl = , xf86audiomute, exec, $scriptsDir/Volume.sh --toggle bindl = , xf86Sleep, exec, systemctl suspend # sleep button |
