dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 6e08c03f3394f379629718e9af3edec798de1f3c
parent 12cef5e8d616295a8ede33f20b58c05e6b230f4b
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue,  5 Oct 2021 09:39:40 -0700

sway: add note about restoring from scratchpad

Specifically note that windows in the scratchpad workspace are just
floating windows and can be restored by toggling their floating status.

Diffstat:
M.config/sway/config | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -238,6 +238,8 @@ bindsym $mod+a focus parent # # Sway has a "scratchpad", which is a bag of holding for windows. # You can send windows there and get them back later. +# Scratchpad windows are floating, so you can restore them to normal by +# toggling the floating mode. # Move the currently focused window to the scratchpad. bindsym $mod+Shift+minus move scratchpad