New backup 2024-04-09 18:15:03
This commit is contained in:
parent
0b6fae378b
commit
eea9257802
1 changed files with 11 additions and 8 deletions
|
@ -3,17 +3,20 @@
|
|||
# Workspaces 1-10
|
||||
#
|
||||
|
||||
bindsym $mod+Grave mode "work"
|
||||
mode "default" {
|
||||
set $$ws "1"
|
||||
bindsym $mod+Grave mode "Development"
|
||||
}
|
||||
|
||||
mode "work" {
|
||||
set pn 1
|
||||
mode "Development" {
|
||||
set $$ws "2"
|
||||
bindsym $mod+Grave mode "default"
|
||||
}
|
||||
}
|
||||
|
||||
# Switch to
|
||||
bindsym $mod+1 workspace "1 : Personal"
|
||||
bindsym $mod+2 workspace "2 : Personal"
|
||||
bindsym $mod+3 workspace "3 : Personal"
|
||||
bindsym $mod+1 workspace number 1
|
||||
bindsym $mod+2 workspace number 2
|
||||
bindsym $mod+3 workspace number 3
|
||||
bindsym $mod+4 workspace number 4
|
||||
bindsym $mod+5 workspace number 5
|
||||
bindsym $mod+6 workspace number 6
|
||||
|
|
Loading…
Add table
Reference in a new issue