Updated i3wm config

This commit is contained in:
Ben Vincent 2023-05-07 16:00:15 +10:00
parent dea8cdf6ab
commit 02bc40e88e

View File

@ -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