sway: revert to workspace-based flow
This commit is contained in:
parent
066d4176c0
commit
9982613c75
1 changed files with 28 additions and 36 deletions
|
@ -33,41 +33,30 @@ bindsym XF86AudioPlay exec playerctl play-pause
|
||||||
bindsym XF86AudioNext exec playerctl next
|
bindsym XF86AudioNext exec playerctl next
|
||||||
bindsym XF86AudioPrev exec playerctl previous
|
bindsym XF86AudioPrev exec playerctl previous
|
||||||
|
|
||||||
bindsym F1 [con_mark="F1"] focus
|
bindsym F1 workspace 1
|
||||||
bindsym F2 [con_mark="F2"] focus
|
bindsym F2 workspace 2
|
||||||
bindsym F3 [con_mark="F3"] focus
|
bindsym F3 workspace 3
|
||||||
bindsym F4 [con_mark="F4"] focus
|
bindsym F4 workspace 4
|
||||||
bindsym F5 [con_mark="F5"] focus
|
bindsym F5 workspace 5
|
||||||
bindsym F6 [con_mark="F6"] focus
|
bindsym F6 workspace 6
|
||||||
bindsym F7 [con_mark="F7"] focus
|
bindsym F7 workspace 7
|
||||||
bindsym F8 [con_mark="F8"] focus
|
bindsym F8 workspace 8
|
||||||
bindsym Shift+F1 mark F1
|
bindsym F9 workspace 9
|
||||||
bindsym Shift+F2 mark F2
|
bindsym F10 workspace 10
|
||||||
bindsym Shift+F3 mark F3
|
bindsym F11 workspace 11
|
||||||
bindsym Shift+F4 mark F4
|
bindsym F12 workspace 12
|
||||||
bindsym Shift+F5 mark F5
|
bindsym Shift+F1 move container to workspace 1
|
||||||
bindsym Shift+F6 mark F6
|
bindsym Shift+F2 move container to workspace 2
|
||||||
bindsym Shift+F7 mark F7
|
bindsym Shift+F3 move container to workspace 3
|
||||||
bindsym Shift+F8 mark F8
|
bindsym Shift+F4 move container to workspace 4
|
||||||
|
bindsym Shift+F5 move container to workspace 5
|
||||||
bindsym Mod4+1 workspace 1
|
bindsym Shift+F6 move container to workspace 6
|
||||||
bindsym Mod4+2 workspace 2
|
bindsym Shift+F7 move container to workspace 7
|
||||||
bindsym Mod4+3 workspace 3
|
bindsym Shift+F8 move container to workspace 8
|
||||||
bindsym Mod4+4 workspace 4
|
bindsym Shift+F9 move container to workspace 9
|
||||||
bindsym Mod4+5 workspace 5
|
bindsym Shift+F10 move container to workspace 10
|
||||||
bindsym Mod4+6 workspace 6
|
bindsym Shift+F11 move container to workspace 11
|
||||||
bindsym Mod4+7 workspace 7
|
bindsym Shift+F12 move container to workspace 12
|
||||||
bindsym Mod4+8 workspace 8
|
|
||||||
bindsym Mod4+9 workspace 9
|
|
||||||
bindsym Shift+Mod4+1 move container to workspace 1
|
|
||||||
bindsym Shift+Mod4+2 move container to workspace 2
|
|
||||||
bindsym Shift+Mod4+3 move container to workspace 3
|
|
||||||
bindsym Shift+Mod4+4 move container to workspace 4
|
|
||||||
bindsym Shift+Mod4+5 move container to workspace 5
|
|
||||||
bindsym Shift+Mod4+6 move container to workspace 6
|
|
||||||
bindsym Shift+Mod4+7 move container to workspace 7
|
|
||||||
bindsym Shift+Mod4+8 move container to workspace 8
|
|
||||||
bindsym Shift+Mod4+9 move container to workspace 9
|
|
||||||
|
|
||||||
bindsym Mod4+Shift+c kill
|
bindsym Mod4+Shift+c kill
|
||||||
bindsym Mod4+Shift+q exit
|
bindsym Mod4+Shift+q exit
|
||||||
|
@ -181,4 +170,7 @@ client.focused $red $red $white $gray $red
|
||||||
client.placeholder $black $black $white $black $black
|
client.placeholder $black $black $white $black $black
|
||||||
client.background $black
|
client.background $black
|
||||||
|
|
||||||
font IBM Plex Sans Mono Medium 11
|
font IBM Plex Sans Condensed Regular 8
|
||||||
|
titlebar_padding 10 1
|
||||||
|
titlebar_border_thickness 1
|
||||||
|
title_align right
|
||||||
|
|
Loading…
Reference in a new issue