diff --git a/.config/sway/config b/.config/sway/config index bc79c50..f751c51 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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