From 02bc40e88e8c44bc02464dfff5a7adb7233a65f0 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 7 May 2023 16:00:15 +1000 Subject: [PATCH] Updated i3wm config --- .config/i3/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 471e9bd..4d3eac9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -182,8 +182,8 @@ bindsym $mod+p exec mpc --host $HOME/.config/mpd/socket toggle # We use variables to avoid repeating the names in multiple places. set $ws1 "1: shell" set $ws2 "2: web" -set $ws3 "3: email" -set $ws4 "4: code" +set $ws3 "3: code" +set $ws4 "4: email" set $ws5 "5: games" set $ws6 "6: rdp" set $ws7 "7" @@ -242,9 +242,9 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu for_window [class="urxvt"] border pixel 5 for_window [title="Mozilla Firefox"] move container to workspace $ws2 for_window [title="Chromium"] move container to workspace $ws2 -for_window [title="Mozilla Thunderbird"] move container to workspace $ws3 -for_window [class="VSCodium"] move container to workspace $ws4 -for_window [title="Visual Studio Code"] move container to workspace $ws4 +for_window [class="VSCodium"] move container to workspace $ws3 +for_window [title="Visual Studio Code"] move container to workspace $ws3 +for_window [title="Mozilla Thunderbird"] move container to workspace $ws4 for_window [class="xfreerdp"] floating disable move container to workspace $ws6 for_window [class="Steam"] floating disable move container to workspace $ws5 for_window [title="Picture-in-Picture"] sticky enable