From 89e88b6310aebad2a2307004c86fe2920e24323b Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Thu, 7 Jan 2021 12:46:52 +0100 Subject: [PATCH] Update config --- .config/i3/config | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index eeaefd0..e590054 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -67,6 +67,10 @@ bindsym $mod+3 workspace $ws3 bindsym $mod+4 workspace $ws4 bindsym $mod+5 workspace $ws5 bindsym $mod+6 workspace $ws6 +bindsym $mod+7 workspace $ws7 +bindsym $mod+8 workspace $ws8 +bindsym $mod+9 workspace $ws9 +bindsym $mod+10 workspace $ws10 # move focused container to workspace bindsym $mod+Shift+1 move container to workspace $ws1 @@ -75,6 +79,10 @@ bindsym $mod+Shift+3 move container to workspace $ws3 bindsym $mod+Shift+4 move container to workspace $ws4 bindsym $mod+Shift+5 move container to workspace $ws5 bindsym $mod+Shift+6 move container to workspace $ws6 +bindsym $mod+Shift+7 move container to workspace $ws7 +bindsym $mod+Shift+8 move container to workspace $ws8 +bindsym $mod+Shift+9 move container to workspace $ws9 +bindsym $mod+Shift+10 move container to workspace $ws10 ###################################### # keybindings for different actions: # @@ -191,6 +199,11 @@ set $ws2 "" set $ws3 "" set $ws4 "" set $ws5 "" +set $ws6 "6" +set $ws7 "7" +set $ws8 "8" +set $ws9 "9" +set $ws10 "10" # bind program to workspace and focus to them on startup: assign [class="Xfce4-terminal"] $ws1