Add firefox shortcut (MOD+1)
This commit is contained in:
@@ -127,16 +127,16 @@ set $ws9 "9"
|
|||||||
set $ws10 "10"
|
set $ws10 "10"
|
||||||
|
|
||||||
# switch to workspace
|
# switch to workspace
|
||||||
bindsym $mod+1 workspace number $ws1
|
bindsym $mod+Ctrl+1 workspace number $ws1
|
||||||
bindsym $mod+2 workspace number $ws2
|
bindsym $mod+Ctrl+2 workspace number $ws2
|
||||||
bindsym $mod+3 workspace number $ws3
|
bindsym $mod+Ctrl+3 workspace number $ws3
|
||||||
bindsym $mod+4 workspace number $ws4
|
bindsym $mod+Ctrl+4 workspace number $ws4
|
||||||
bindsym $mod+5 workspace number $ws5
|
bindsym $mod+Crtl+5 workspace number $ws5
|
||||||
bindsym $mod+6 workspace number $ws6
|
bindsym $mod+Ctrl+6 workspace number $ws6
|
||||||
bindsym $mod+7 workspace number $ws7
|
bindsym $mod+Ctrl+7 workspace number $ws7
|
||||||
bindsym $mod+8 workspace number $ws8
|
bindsym $mod+Ctrl+8 workspace number $ws8
|
||||||
bindsym $mod+9 workspace number $ws9
|
bindsym $mod+Crtl+9 workspace number $ws9
|
||||||
bindsym $mod+0 workspace number $ws10
|
bindsym $mod+Ctrl+0 workspace number $ws10
|
||||||
|
|
||||||
# move focused container to workspace
|
# move focused container to workspace
|
||||||
bindsym $mod+Shift+1 move container to workspace number $ws1
|
bindsym $mod+Shift+1 move container to workspace number $ws1
|
||||||
@@ -150,6 +150,8 @@ bindsym $mod+Shift+8 move container to workspace number $ws8
|
|||||||
bindsym $mod+Shift+9 move container to workspace number $ws9
|
bindsym $mod+Shift+9 move container to workspace number $ws9
|
||||||
bindsym $mod+Shift+0 move container to workspace number $ws10
|
bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||||
|
|
||||||
|
bindsym $mod+1 exec firefox
|
||||||
|
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
|
|||||||
Reference in New Issue
Block a user