mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
Update .config/hypr/hyprland.conf Add .config/hypr/hyprland/binds/display.conf Update .config/hypr/hyprland/decoration.conf Update .config/hypr/hyprland/general.conf Add .config/hypr/hyprland/rules/share_picker.conf Add .config/hypr/hyprland/rules/xdg.conf Add .config/hypr/hyprsunset.conf
13 lines
600 B
Plaintext
13 lines
600 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, ~/.local/bin/change_wallpaper.sh sfw
|