Make monitor workspace autolaunch optional

This commit is contained in:
David Thurstenson 2022-01-20 22:43:54 -06:00
parent ce31d73783
commit 53a4467185
4 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -26,5 +26,4 @@ set $monitor-launch "alacritty --class bpytop -e bpytop"
# Launch monitor on key combo
bindsym $mod+Alt+$ws-monitor-key exec $monitor-launch
# Launch monitor on startup
exec $monitor-launch
# To launch on startup, link to ./autolaunch-monitor-workspace.conf instead.

View File

@ -0,0 +1 @@
../available/extras/autolaunch-monitor-workspace.conf

View File

@ -1 +0,0 @@
../available/extras/monitor-workspace.conf