Add firefox shortcut (MOD+1)

This commit is contained in:
2026-03-20 16:33:17 -05:00
parent 6d70c58e04
commit 3f9777ace6

View File

@@ -127,16 +127,16 @@ set $ws9 "9"
set $ws10 "10"
# switch to workspace
bindsym $mod+1 workspace number $ws1
bindsym $mod+2 workspace number $ws2
bindsym $mod+3 workspace number $ws3
bindsym $mod+4 workspace number $ws4
bindsym $mod+5 workspace number $ws5
bindsym $mod+6 workspace number $ws6
bindsym $mod+7 workspace number $ws7
bindsym $mod+8 workspace number $ws8
bindsym $mod+9 workspace number $ws9
bindsym $mod+0 workspace number $ws10
bindsym $mod+Ctrl+1 workspace number $ws1
bindsym $mod+Ctrl+2 workspace number $ws2
bindsym $mod+Ctrl+3 workspace number $ws3
bindsym $mod+Ctrl+4 workspace number $ws4
bindsym $mod+Crtl+5 workspace number $ws5
bindsym $mod+Ctrl+6 workspace number $ws6
bindsym $mod+Ctrl+7 workspace number $ws7
bindsym $mod+Ctrl+8 workspace number $ws8
bindsym $mod+Crtl+9 workspace number $ws9
bindsym $mod+Ctrl+0 workspace number $ws10
# move focused container to workspace
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+0 move container to workspace number $ws10
bindsym $mod+1 exec firefox
# reload the configuration file
bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)