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:
2025-09-23 19:09:24 +02:00
parent f3063fc6f4
commit da28cf16d8
8 changed files with 113 additions and 4 deletions

View 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

View File

@@ -11,7 +11,7 @@ decoration {
enabled = true
range = 1
render_power = 1
color = rgba(1a1a1aee)
color = $overlay0
}
# https://wiki.hyprland.org/Configuring/Variables/#blur

View File

@@ -2,11 +2,11 @@ general {
gaps_in = 4
gaps_out = 6
border_size = 2
border_size = 4
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
col.active_border = rgba(09E4F333) rgba(48F3094C) 45deg
col.inactive_border = rgba(595959aa)
col.active_border = $blue $sky
col.inactive_border = $overlay1
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false

View File

@@ -0,0 +1,4 @@
windowrule = float, class:^(hyprland-share-picker)$
windowrule = center, class:^(hyprland-share-picker)$
windowrule = pin, class:^(hyprland-share-picker)$

View File

@@ -0,0 +1,3 @@
windowrule = float, class:^(xdg-desktop-portal-gtk)$
windowrule = center, class:^(xdg-desktop-portal-gtk)$
windowrule = size 55% 50%, class:^(xdg-desktop-portal-gtk)$