This commit is contained in:
2024-09-15 22:51:12 -07:00
parent 7c9c25f09d
commit cb2490baae
7 changed files with 40 additions and 37 deletions

View File

@@ -217,17 +217,28 @@ exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activati
# before-sleep 'swaylock -f'
# timeout 15 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
#######################
# DECORATIONS
#######################
# Window Borders
default_border pixel 3
default_floating_border none
client.focused "#38761d" "#38761d" "#ffffff" "#38761d"
# SwayFX specific directions
corner_radius 3
shadows enable
default_dim_inactive 0.2
blur enable
blur_xray disable
set $opacity 0.95
# Gaps
smart_gaps off
gaps inner 5
gaps outer 5
# Window Borders
default_border pixel 0
default_floating_border none
client.focused "#000000" "#000000" "#000000" "#000000"
set $opacity 0.9
for_window [app_id="emacs"] opacity $opacity
for_window [app_id="strawberry"] opacity $opacity
for_window [app_id="pcmanfm-qt"] opacity $opacity
@@ -235,10 +246,6 @@ for_window [app_id="org.kde.polkit-kde-authentication-agent-1"] floating enable
for_window [app_id="bemenu"] floating enable
for_window [app_id="bemenu"] layer top
# Gaps
smart_gaps on
gaps inner 5
gaps outer 2
#######################
# INPUTS