feat(i3): add mapping to hide all windows by win+q
This commit is contained in:
parent
8380b97769
commit
42dcbcea83
@ -225,5 +225,8 @@ workspace $ws9 output $SecMon
|
|||||||
workspace $ws10 output $SecMon
|
workspace $ws10 output $SecMon
|
||||||
exec --no-startup-id i3-msg 'workspace $ws1; exec firefox'
|
exec --no-startup-id i3-msg 'workspace $ws1; exec firefox'
|
||||||
|
|
||||||
|
workspace hide1 output primary
|
||||||
|
workspace hide2 output $SecMon
|
||||||
|
bindsym $mod+q exec --no-startup-id i3-msg workspace hide1; workspace hide2
|
||||||
|
|
||||||
no_focus [title="^Peek preview$"]
|
no_focus [title="^Peek preview$"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user