monitor-workspace.conf: Launch monitor on startup
This commit is contained in:
parent
36df5d071d
commit
c7c13930cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue