Make spotify behave, Enable qutebrowser tab reposition
This commit is contained in:
parent
87cc2bc2bc
commit
faf0542563
2 changed files with 9 additions and 2 deletions
|
|
@ -208,7 +208,10 @@ exec_always --no-startup-id polybar-launch simple-top
|
|||
# default workspaces for most used apps
|
||||
# assign [class="^qutebrowser$"] → number 1
|
||||
# spotify needs for_window, see https://i3wm.org/docs/userguide.html#assign_workspace
|
||||
for_window [class="^spotify$"] number 10
|
||||
assign [class="^spotify$"] → 10
|
||||
assign [class="^Spotify$"] → 10
|
||||
#fix for spotify not moving to workspace 10
|
||||
for_window [class="^spotify$"] move to workspace 10
|
||||
|
||||
# autostart often used apps
|
||||
# needs to be done like this to both automatically start the apps on correct workspace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue