From 064275d4e54eeadffe2f08034ab4b547b806fad4 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Thu, 7 Feb 2019 21:25:30 +1100 Subject: [PATCH] udpate i3 workspace mappings --- i3/.i3/config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/i3/.i3/config b/i3/.i3/config index 05c42c3..90b5e7c 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -86,14 +86,14 @@ 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 "term" -set $ws2 "chrome" -set $ws3 "code" +set $ws1 " term" +set $ws2 " chrome" +set $ws3 " code" set $ws4 "misc" -set $ws5 "school" -set $ws6 "spotify" -set $ws7 "7" -set $ws8 "8" +set $ws5 " school" +set $ws6 " spotify" +set $ws7 " evince" +set $ws8 " discord" set $ws9 "9" set $ws10 "10" -- 2.49.0