summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-06-22 01:40:23 +0200
committerJokler <jokler@protonmail.com>2020-06-22 01:40:38 +0200
commit9a8a92e3ec814e204a76715983674b2886bee636 (patch)
tree8ca26b90dce1676d498601076dee1b5b689ac649
parentd106f3635dfef0203cf0fde0c070bad49ee496eb (diff)
downloaddotfiles-9a8a92e3ec814e204a76715983674b2886bee636.tar.gz
dotfiles-9a8a92e3ec814e204a76715983674b2886bee636.zip
Rename i3 workspaces
-rw-r--r--.config/i3/config18
1 files 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