Focus workspace 1 immediately
This commit is contained in:
parent
35bd0f42ea
commit
c0dd91a9aa
|
@ -1,4 +1,5 @@
|
||||||
# vim: ft=sh
|
# vim: ft=sh
|
||||||
|
|
||||||
#TODO: Convert to systemd services, where reasonable
|
#TODO: Convert to systemd services, where reasonable
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -67,3 +68,5 @@ exec flatpak run com.github.Eloston.UngoogledChromium --app="https://papillon.jo
|
||||||
|
|
||||||
# Assign workspaces to outputs
|
# Assign workspaces to outputs
|
||||||
exec $HOME/scripts/sway/arrange.pl &
|
exec $HOME/scripts/sway/arrange.pl &
|
||||||
|
|
||||||
|
exec swaymsg workspace 1 &
|
||||||
|
|
Loading…
Reference in New Issue