aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2024-06-01 17:03:21 +0900
committerJaKooLit <jimmielovejay@gmail.com>2024-06-01 17:03:21 +0900
commitf1e6ce425ed7bfc08762ecaee07c381ec4d86967 (patch)
treeb6ed846c67f5c7bc448b9430b8dfae18bae6b86f /config
parent5a0bed839dcdf31fde559514d35938267c0dba28 (diff)
keybind e for brightness and volume controls
Diffstat (limited to 'config')
-rw-r--r--config/hypr/UserConfigs/Laptops.conf8
-rw-r--r--config/hypr/configs/Keybinds.conf4
2 files changed, 6 insertions, 6 deletions
diff --git a/config/hypr/UserConfigs/Laptops.conf b/config/hypr/UserConfigs/Laptops.conf
index 00d8b8c6..2f1f2077 100644
--- a/config/hypr/UserConfigs/Laptops.conf
+++ b/config/hypr/UserConfigs/Laptops.conf
@@ -7,13 +7,13 @@ $mainMod = SUPER
$scriptsDir = $HOME/.config/hypr/scripts
$UserConfigs = $HOME/.config/hypr/UserConfigs
-bind = , xf86KbdBrightnessDown, exec, $scriptsDir/BrightnessKbd.sh --dec #Keyboard brightness Down
-bind = , xf86KbdBrightnessUp, exec, $scriptsDir/BrightnessKbd.sh --inc #Keyboard brightness up
+binde = , xf86KbdBrightnessDown, exec, $scriptsDir/BrightnessKbd.sh --dec #Keyboard brightness Down
+binde = , xf86KbdBrightnessUp, exec, $scriptsDir/BrightnessKbd.sh --inc #Keyboard brightness up
bind = , xf86Launch1, exec, rog-control-center # ASUS Armory crate button
bind = , xf86Launch3, exec, asusctl led-mode -n #FN+F4 Switch keyboard RGB profile
bind = , xf86Launch4, exec, asusctl profile -n #FN+F5 change of fan profiles (Quite, Balance, Performance)
-bind = , xf86MonBrightnessDown, exec, $scriptsDir/Brightness.sh --dec
-bind = , xf86MonBrightnessUp, exec, $scriptsDir/Brightness.sh --inc
+binde = , xf86MonBrightnessDown, exec, $scriptsDir/Brightness.sh --dec
+binde = , xf86MonBrightnessUp, exec, $scriptsDir/Brightness.sh --inc
bind = , xf86TouchpadToggle, exec, $scriptsDir/TouchPad.sh #disable touchpad
# Screenshot keybindings for Asus G15 (no PrinSrc button)
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage