diff --git a/mako.conf b/mako.conf index 516f5a097..07314782d 100644 --- a/mako.conf +++ b/mako.conf @@ -57,3 +57,6 @@ progress-color=source #d79921 [app-name="some-app-id" actionable] #on-button-left=invoke-action mail-reply-sender + +[mode=hide] +invisible=1 diff --git a/sway/bindings b/sway/bindings index 4e4f28e81..fc3195a57 100644 --- a/sway/bindings +++ b/sway/bindings @@ -258,7 +258,7 @@ bindsym $mod+Shift+Backspace move container to workspace back_and_forth ### Function row # Escape: Lock -bindsym $mod+Escape exec /usr/bin/kill -SIGUSR1 `cat ${HOME}/.local/state/sway-transparency` +bindsym $mod+Escape exec ${HOME}/scripts/sway/toggle_fade.sh # Add Shift: Blank screen bindsym $mod+Shift+Escape exec /usr/bin/sh -c "sleep 1 ; /usr/bin/kill -SIGUSR1 $(pgrep swayidle)"