fix(hypr): Fixed toogle refresh rate script binding path
This commit is contained in:
parent
2b578bcf5f
commit
5d19cba142
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ bind = ,XF86Launch3, exec, asusctl led-mode -n
|
||||||
# Wayland gamemode
|
# Wayland gamemode
|
||||||
bind = WIN, F5, exec, ~/.config/hypr/gamemode.sh
|
bind = WIN, F5, exec, ~/.config/hypr/gamemode.sh
|
||||||
# Panel overdrive
|
# Panel overdrive
|
||||||
bind = $mainMod+SHIFT, o, exec, ~/.config/waybar/scripts/refresh_rate.sh toggle; pkill -SIGRTMIN+10 waybar
|
bind = $mainMod+SHIFT, o, exec, ~/.config/eww/scripts/refresh_rate toggle
|
||||||
# Toggle screen
|
# Toggle screen
|
||||||
bind = WIN, F9, exec, togglescreen
|
bind = WIN, F9, exec, togglescreen
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue