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
|
||||
@@ -11,7 +11,7 @@ decoration {
|
||||
enabled = true
|
||||
range = 1
|
||||
render_power = 1
|
||||
color = rgba(1a1a1aee)
|
||||
color = $overlay0
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
|
||||
@@ -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
|
||||
|
||||
4
private_dot_config/hypr/hyprland/rules/share_picker.conf
Normal file
4
private_dot_config/hypr/hyprland/rules/share_picker.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
windowrule = float, class:^(hyprland-share-picker)$
|
||||
windowrule = center, class:^(hyprland-share-picker)$
|
||||
windowrule = pin, class:^(hyprland-share-picker)$
|
||||
|
||||
3
private_dot_config/hypr/hyprland/rules/xdg.conf
Normal file
3
private_dot_config/hypr/hyprland/rules/xdg.conf
Normal 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)$
|
||||
Reference in New Issue
Block a user