|
|
|
|
|
by kmerfeld
828 days ago
|
|
I came from exwm, I really like the idea of only having one "workspace" per monitor, with some number of windows. I use https://github.com/OliverUv/quickswitch-for-i3/ to fuzzy select a buffer, bindsym $mod+b exec --no-startup-id ~/projects/quickswitch-for-i3/quickswitch.py --swap I have a "hidden" workspace where windows I don't want to look at goes to bindsym $mod+Shift+x move container to workspace garbage This lets me not worry about remembering which workspace something lives on, but just "pull" it to whatever window I'm on |
|