sway config pixel and opacity settings

This commit is contained in:
Opal
2022-10-10 21:07:39 -07:00
parent d2bbbafdae
commit 634f3fdcb2

View File

@@ -184,9 +184,12 @@ exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
# Window Borders
default_border pixel 1
default_border pixel 2
default_floating_border none
client.focused "#9f1209" "#9f1209" "#ffffff" "#9f1209"
client.focused "#990000" "#9f1209" "#ffffff" "#9f1209"
set $opacity 0.95
for_window [class="Emacs"] opacity $opacity
# Gaps
smart_gaps on