feat: new ws naming and sway sway workspace shortcuts

This commit is contained in:
AngeD 2022-08-29 21:30:46 +02:00
parent 718742e531
commit 0ecb71b9bd
7 changed files with 11 additions and 7 deletions

View File

@ -136,7 +136,7 @@ awful.screen.connect_for_each_screen(
-- Each screen has its own tag table. -- Each screen has its own tag table.
awful.tag( awful.tag(
{"TTY", "WEB", "DEV", "SBX", "GAM", "DOC", "GFX", "SRV", "ETC"}, {"TTY", "WEB", "DEV", "SBX", "GAM", "MED", "SYS", "SRV", "ETC"},
s, s,
awful.layout.layouts[1] 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

View File

@ -24,8 +24,8 @@ set $ws3 3:DEV
set $ws4 4:SBX set $ws4 4:SBX
set $ws5 5:GAM set $ws5 5:GAM
set $ws6 6:MED set $ws6 6:MED
set $ws7 7:DOC set $ws7 7:SYS
set $ws8 8:GFX set $ws8 8:SRV
set $ws9 9:ETC set $ws9 9:ETC
# border background text indicator child_border # border background text indicator child_border

View File

@ -47,6 +47,10 @@
bindsym $mod+Shift+$up move up bindsym $mod+Shift+$up move up
bindsym $mod+Shift+$right move right 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: ## Workspaces:
# Switch to workspace # Switch to workspace
bindsym $mod+1 workspace $ws1 bindsym $mod+1 workspace $ws1