feat: new ws naming and sway sway workspace shortcuts
This commit is contained in:
parent
718742e531
commit
0ecb71b9bd
@ -1,2 +1,2 @@
|
||||
[Qt]
|
||||
style = Materia-dark
|
||||
style=Materia-dark
|
||||
|
@ -136,7 +136,7 @@ awful.screen.connect_for_each_screen(
|
||||
|
||||
-- Each screen has its own tag table.
|
||||
awful.tag(
|
||||
{"TTY", "WEB", "DEV", "SBX", "GAM", "DOC", "GFX", "SRV", "ETC"},
|
||||
{"TTY", "WEB", "DEV", "SBX", "GAM", "MED", "SYS", "SRV", "ETC"},
|
||||
s,
|
||||
awful.layout.layouts[1]
|
||||
)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 21218b666aeafd1c089cbe998e730f97605d25b2
|
||||
Subproject commit c0cc19b5b3371842d696875897bebefebd5e1596
|
@ -1 +1 @@
|
||||
Subproject commit 520c609210029e901b433c49e7c1e00dd247b47a
|
||||
Subproject commit 636ce36c30725391486377850bf8460dc0723ae2
|
@ -1 +1 @@
|
||||
Subproject commit 840994db95313b97328f33b772cc18081baf461f
|
||||
Subproject commit f3c53d225ada93a99bfd818e1c40012400e2dc55
|
@ -24,8 +24,8 @@ set $ws3 3:DEV
|
||||
set $ws4 4:SBX
|
||||
set $ws5 5:GAM
|
||||
set $ws6 6:MED
|
||||
set $ws7 7:DOC
|
||||
set $ws8 8:GFX
|
||||
set $ws7 7:SYS
|
||||
set $ws8 8:SRV
|
||||
set $ws9 9:ETC
|
||||
|
||||
# border background text indicator child_border
|
||||
|
@ -47,6 +47,10 @@
|
||||
bindsym $mod+Shift+$up move up
|
||||
bindsym $mod+Shift+$right move right
|
||||
|
||||
# Move the focused workspace with the same, but add Control
|
||||
bindsym $mod+Control+$down move workspace to left
|
||||
bindsym $mod+Control+$up move workspace to right
|
||||
|
||||
## Workspaces:
|
||||
# Switch to workspace
|
||||
bindsym $mod+1 workspace $ws1
|
||||
|
Loading…
Reference in New Issue
Block a user