From 634f3fdcb2bbccbeb8ec24fad0eb320fc6a46a85 Mon Sep 17 00:00:00 2001 From: Opal <847966@proton.me> Date: Mon, 10 Oct 2022 21:07:39 -0700 Subject: [PATCH] sway config pixel and opacity settings --- .config/sway/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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