mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 05:14:22 +02:00
i3: don't start Spotify automatically
Not needed.
This commit is contained in:
parent
45bb6c3194
commit
a8a86ad590
1 changed files with 0 additions and 2 deletions
2
config
2
config
|
@ -164,7 +164,6 @@ bindsym $mod+Shift+i nop "workspace-info"
|
||||||
no_focus [window_type="splash"]
|
no_focus [window_type="splash"]
|
||||||
for_window [class="Shadow"] fullscreen enable
|
for_window [class="Shadow"] fullscreen enable
|
||||||
for_window [window_role="PictureInPicture"] floating enable
|
for_window [window_role="PictureInPicture"] floating enable
|
||||||
for_window [class="Spotify"] move to workspace number 3
|
|
||||||
for_window [title="Firefox — Sharing Indicator"] border none, sticky enable, move position 20 ppt -5 px
|
for_window [title="Firefox — Sharing Indicator"] border none, sticky enable, move position 20 ppt -5 px
|
||||||
|
|
||||||
# Start stuff
|
# Start stuff
|
||||||
|
@ -172,5 +171,4 @@ exec_always --no-startup-id exec systemctl --user start --no-block i3-session.ta
|
||||||
exec --no-startup-id exec i3-msg "\
|
exec --no-startup-id exec i3-msg "\
|
||||||
workspace number 1; append_layout ~/.config/i3/ws-emacs.json; exec exec emacs; exec exec $term; exec exec $term; \
|
workspace number 1; append_layout ~/.config/i3/ws-emacs.json; exec exec emacs; exec exec $term; exec exec $term; \
|
||||||
workspace number 2; exec exec firefox; \
|
workspace number 2; exec exec firefox; \
|
||||||
workspace number 3; exec exec $mediaplayer; \
|
|
||||||
workspace number 1"
|
workspace number 1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue