monitor-workspace.conf: Launch monitor on startup

This commit is contained in:
David Thurstenson 2021-12-16 23:27:38 -06:00
parent 36df5d071d
commit c7c13930cf
1 changed files with 8 additions and 1 deletions

View File

@ -19,5 +19,12 @@ for_window [app_id="bpytop"] {
fullscreen enable
}
# Launch bpytop with custom app_id
bindsym $mod+Alt+$ws-monitor-key exec "alacritty --class bpytop -e bpytop"
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