mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
13 lines
580 B
Plaintext
13 lines
580 B
Plaintext
# Zoom
|
|
binde = $mainMod alt, equal, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 * 1.1}')
|
|
binde = $mainMod alt, minus, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 * 0.9}')
|
|
bind = $mainMod alt, 0, exec, hyprctl -q keyword cursor:zoom_factor 1
|
|
|
|
# Brightness
|
|
|
|
bindel = ,XF86MonBrightnessDown, exec, hyprctl hyprsunset gamma -10
|
|
bindel = ,XF86MonBrightnessUp, exec, hyprctl hyprsunset gamma +10
|
|
|
|
# Wallpaper
|
|
bind = $mainMod, M, exec, [float] waypaper
|