From 2bded00ebec61afdf7c27506549a04ea9ba57b08 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 7 Jan 2024 21:35:23 -0500 Subject: Various small tweaks --- .config/i3/config | 1 + .config/isync/mbsyncrc | 2 +- .config/picom/picom.conf | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index 757ee83..55f809e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -196,6 +196,7 @@ mode "$mode_dunst" { bindsym q mode "default" } bindsym $mod+d mode "$mode_dunst" +bindsym $mod+Shift+d exec --no-startup-id dunstctl close # pop-ups for_window [window_role="pop-up"] floating enable diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index 2c12969..1c17457 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -6,7 +6,7 @@ Expunge Both ###### IMAPAccount kelar Host mail.kelar.org -User bandali +User bandali@kelar.org PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/kelar.gpg" SSLType IMAPS diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index b3dd852..d22a264 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -116,7 +116,7 @@ inactive-opacity = 0.8; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) # frame-opacity = 1.0 -frame-opacity = 0.7; +#frame-opacity = 0.7; # Let inactive opacity set by -i override the '_NET_WM_WINDOW_OPACITY' values of windows. # inactive-opacity-override = true -- cgit v1.2.3-83-g751a