Compare commits

..

2 Commits

Author SHA1 Message Date
me 751cbbc055 Add a comment about the xev command. 2026-07-26 17:30:56 -07:00
me 5175b7ff0c Change WS6 to be for Torrents. 2026-07-26 17:25:15 -07:00
+10 -2
View File
@@ -9,6 +9,8 @@
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
# Use the `xev` command to see the name and code of a keyboard key.
set $mod Mod4
set $alt Mod1
set $ctrl Control
@@ -198,8 +200,8 @@ set $ws3 "3 - PRG"
set $ws4 "4 - FLT"
# Chats
set $ws5 "5 - CHT"
# Editors
set $ws6 "6 - EDT"
# Torrents
set $ws6 "6 - TOR"
# Entertainment
set $ws7 "7 - ENT"
# Music
@@ -234,6 +236,9 @@ bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10
## Keep certain programs in certain tabs. ##
# Use the `xprop` command to find the class of a program.
# (?i) makes the regex case insensitive.
assign [class="(?i)Navigator"] $ws2
assign [class="(?i).*Firefox.*"] $ws2
@@ -241,6 +246,8 @@ assign [class="(?i).*Codium.*"] $ws3
assign [class="(?i).*Code.*"] $ws4
assign [class="(?i).*Transmission.*"] $ws6
assign [class="(?i).*VPN.*"] $ws10
assign [class="(?i).*Mullvad.*"] $ws10
@@ -318,6 +325,7 @@ bar {
exec i3-sensible-terminal
#exec firefox-flatpak
exec transmission
exec light -O
exec light -N 0