From c611ae32b3f54bbcdfabdbf68313ee5a49213bfa Mon Sep 17 00:00:00 2001 From: Raine Date: Sat, 14 Oct 2023 22:38:13 +0200 Subject: [PATCH] fix: numbering --- crates/05-i3/files/config | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/crates/05-i3/files/config b/crates/05-i3/files/config index d6ec4d9..8e72cfd 100644 --- a/crates/05-i3/files/config +++ b/crates/05-i3/files/config @@ -43,16 +43,16 @@ set $nav_down k set $nav_left j set $nav_right semicolon -set $ws_1 "main" -set $ws_2 "term" -set $ws_3 "browser" -set $ws_4 "mail" +set $ws_1 "1:main" +set $ws_2 "2:term" +set $ws_3 "3:browser" +set $ws_4 "4:mail" set $ws_5 "5" set $ws_6 "6" set $ws_7 "7" set $ws_8 "8" -set $ws_9 "background" -set $ws_10 "multimedia" +set $ws_9 "9:background" +set $ws_10 "10:multimedia" set $mode_resize_combo Mod4+r set $mode_session_combo Mod4+Delete @@ -61,6 +61,7 @@ set $op_floating_modifier Mod1 set $meta_refresh_statusbar killall -SIGUSR1 i3status bar { + strip_workspace_numbers yes status_command i3status }