mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
Add .config/hypr/colors.conf
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
This commit is contained in:
12
private_dot_config/hypr/hyprland/binds/display.conf
Normal file
12
private_dot_config/hypr/hyprland/binds/display.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user