Make monitor workspace autolaunch optional
This commit is contained in:
parent
ce31d73783
commit
53a4467185
|
@ -0,0 +1,9 @@
|
||||||
|
# Sway Config: Autolaunch Monitor Workspace
|
||||||
|
#
|
||||||
|
# Thurstylark
|
||||||
|
|
||||||
|
# Source monitor-workspace.conf
|
||||||
|
source $dir-conf/available/extras/monitor-workspace.conf
|
||||||
|
|
||||||
|
# Launch monitor on startup
|
||||||
|
exec $monitor-launch
|
|
@ -26,5 +26,4 @@ set $monitor-launch "alacritty --class bpytop -e bpytop"
|
||||||
# Launch monitor on key combo
|
# Launch monitor on key combo
|
||||||
bindsym $mod+Alt+$ws-monitor-key exec $monitor-launch
|
bindsym $mod+Alt+$ws-monitor-key exec $monitor-launch
|
||||||
|
|
||||||
# Launch monitor on startup
|
# To launch on startup, link to ./autolaunch-monitor-workspace.conf instead.
|
||||||
exec $monitor-launch
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../available/extras/autolaunch-monitor-workspace.conf
|
|
@ -1 +0,0 @@
|
||||||
../available/extras/monitor-workspace.conf
|
|
Loading…
Reference in New Issue