[i3] Add named workspaces for mail & web
This commit is contained in:
parent
b7c733bc47
commit
c71db454b6
1 changed files with 14 additions and 11 deletions
|
@ -46,6 +46,8 @@ bindsym $mod+Shift+c kill
|
|||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+r exec dmenu_run
|
||||
# call clipboard plumber
|
||||
bindsym $mod+v exec cliplumber
|
||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||
# installed.
|
||||
|
@ -79,7 +81,7 @@ bindsym $mod+Shift+Right move right
|
|||
bindsym $mod+shift+v split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split v
|
||||
bindsym $mod+ctrl+shift+v split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
|
@ -103,16 +105,16 @@ bindsym $mod+a focus parent
|
|||
|
||||
# Define names for default workspaces for which we configure key bindings later on.
|
||||
# We use variables to avoid repeating the names in multiple places.
|
||||
set $ws1 "1"
|
||||
set $ws2 "2"
|
||||
set $ws3 "3"
|
||||
set $ws4 "4"
|
||||
set $ws5 "5"
|
||||
set $ws6 "6"
|
||||
set $ws7 "7"
|
||||
set $ws8 "8"
|
||||
set $ws9 "9"
|
||||
set $ws10 "10"
|
||||
set $ws1 "1:mail"
|
||||
set $ws2 "2:web"
|
||||
set $ws3 "3:3"
|
||||
set $ws4 "4:4"
|
||||
set $ws5 "5:5"
|
||||
set $ws6 "6:6"
|
||||
set $ws7 "7:7"
|
||||
set $ws8 "8:8"
|
||||
set $ws9 "9:9"
|
||||
set $ws10 "10:10"
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace $ws1
|
||||
|
@ -184,4 +186,5 @@ bindsym $mod+Ctrl+l resize grow width 5 px or 5 ppt
|
|||
bar {
|
||||
position top
|
||||
status_command i3status
|
||||
strip_workspace_numbers yes
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue