This commit is contained in:
Salim Zaidi 2023-06-24 09:49:52 +01:00
parent ee24f18054
commit bb6efbc23c
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ bindcode $mod+Shift+Mod2+90 move container to workspace 10
# Assignments # Assignments
# bind program to workspace and focus to them on startup: # bind program to workspace and focus to them on startup:
assign [class="Brave-browser"] 1 assign [class="Brave-browser"] 1
assign [class="Thunar"] 2 assign [class="Pcmanfm"] 2
assign [class="Codium"] 3 assign [class="Codium"] 3
assign [class="TelegramDesktop"] 4 assign [class="TelegramDesktop"] 4
assign [class="discord"] 5 assign [class="discord"] 5
@ -74,7 +74,7 @@ assign [class="GitHub Desktop"] 10
# automatic set focus new window if it opens on another workspace then the current: # automatic set focus new window if it opens on another workspace then the current:
for_window [class=Brave-browser] focus for_window [class=Brave-browser] focus
for_window [class=Thunar] focus for_window [class=Pcmanfm] focus
for_window [class=Codium] focus for_window [class=Codium] focus
for_window [class=TelegramDesktop] focus for_window [class=TelegramDesktop] focus
for_window [class=discord] focus for_window [class=discord] focus

View file