From 9a8a92e3ec814e204a76715983674b2886bee636 Mon Sep 17 00:00:00 2001 From: Jokler Date: Mon, 22 Jun 2020 01:40:23 +0200 Subject: Rename i3 workspaces --- .config/i3/config | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 6c4e4f7..e077657 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -63,18 +63,20 @@ bindsym $mod+Shift+d floating toggle bindsym $mod+Mod1+d sticky toggle # change focus between tiling / floating windows - bindsym $mod+d focus mode_toggle +bindsym $mod+d focus mode_toggle # focus the parent container bindsym $mod+a focus parent -set $mon_left "DVI-D-0" -set $mon_center "DVI-I-1" -set $mon_right "HDMI-0" +set $mon_left "HDMI-0" +set $mon_center "DVI-D-0" +set $mon_right "DP-5" +# Firefox +set $ws1 "1 龜" +# Code +set $ws2 "2 " # Workspaces for whatever -set $ws1 "1" -set $ws2 "2" set $ws3 "3" set $ws4 "4" set $ws5 "5" @@ -88,7 +90,7 @@ set $ws10 "10" set $ws_coms "coms" set $ws_videos "videos" set $ws_music "music" -set $ws_steam "steam" +set $ws_steam "11 " set $ws_game "game" workspace $ws_coms output $mon_left @@ -151,7 +153,7 @@ mode $confirm_system { bindsym $mod+Shift+e mode "default" } -set $system_mode "Close programs[srl], l[o]ck" +set $system_mode "Close programs[srl], s[u]spend, l[o]ck" mode $system_mode { bindsym s [class=".*"] kill; mode $confirm_system bindsym r [class=".*"] kill; mode $confirm_system -- cgit v1.2.3-70-g09d2