From 85a68a2c929afa3f645795c7ee56296fe5cb5158 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Sun, 13 Sep 2020 16:33:56 +0200 Subject: [PATCH] Blur and transparency tweaks Increase blur and the transparency for the scatchpad-terminal. --- .config/compton/compton.conf | 2 +- .config/i3/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index d485fd2..11ea9fd 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -1,4 +1,4 @@ backend = "glx"; blur-method = "kawase"; -blur-strength = 6; +blur-strength = 10; blur-background = true; diff --git a/.config/i3/config b/.config/i3/config index fa3d0c4..2b2aa5d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -221,7 +221,7 @@ for_window [class="st-256color" title="^scratchpad-terminal$"] \ exec_always i3-msg '[class="St" title="^scratchpad-terminal$"] scratchpad show' # Show scratchpad-terminal or create one if none exists. # Pass current working directory of the focused window but escape spaces. -bindsym $mod+comma exec ~/.config/i3/scratchpad-terminal.sh -s -c st-256color -n scratchpad-terminal -e "st -d $(xcwd | sed 's/ /\\\\ /g')" +bindsym $mod+comma exec ~/.config/i3/scratchpad-terminal.sh -s -c st-256color -n scratchpad-terminal -e "st -A 0.45 -d $(xcwd | sed 's/ /\\\\ /g')" # hide scratchpad-terminal indepedent of where the focus sits bindsym $mod+Shift+comma exec ~/.config/i3/scratchpad-terminal.sh -h -c st-256color -n scratchpad-terminal