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
|
# default workspaces for most used apps
|
||||||
# assign [class="^qutebrowser$"] → number 1
|
# assign [class="^qutebrowser$"] → number 1
|
||||||
# spotify needs for_window, see https://i3wm.org/docs/userguide.html#assign_workspace
|
# 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
|
# autostart often used apps
|
||||||
# needs to be done like this to both automatically start the apps on correct workspace
|
# needs to be done like this to both automatically start the apps on correct workspace
|
||||||
|
|
|
@ -88,7 +88,11 @@ c.session.lazy_restore = True
|
||||||
leader = "<Space>"
|
leader = "<Space>"
|
||||||
|
|
||||||
# toggles ('cycles') between tabs always showing, or only when switching between them
|
# toggles ('cycles') between tabs always showing, or only when switching between them
|
||||||
config.bind('tt', 'config-cycle -t tabs.show always switching')
|
config.bind(leader + 'tt', 'config-cycle -t tabs.show always switching')
|
||||||
|
config.bind(leader + 'th', 'set tabs.position bottom')
|
||||||
|
config.bind(leader + 'tH', 'set tabs.position top')
|
||||||
|
config.bind(leader + 'tv', 'set tabs.position right')
|
||||||
|
config.bind(leader + 'tV', 'set tabs.position left')
|
||||||
|
|
||||||
# [M]edia shortcuts - watch, queue, download media
|
# [M]edia shortcuts - watch, queue, download media
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue