Blur and transparency tweaks

Increase blur and the transparency for the scatchpad-terminal.
This commit is contained in:
2020-09-13 16:33:56 +02:00
parent 93e6a3ee93
commit 85a68a2c92
2 changed files with 2 additions and 2 deletions

View File

@@ -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