From 3f9777ace677a325cb0e3bb3eb8c82c031ef6434 Mon Sep 17 00:00:00 2001 From: lucielle Date: Fri, 20 Mar 2026 16:33:17 -0500 Subject: [PATCH] Add firefox shortcut (MOD+1) --- .config/i3/config | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index d014b15..b0ea401 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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)