utilize bash rather than watch
for i3 reocurring commands
This commit is contained in:
parent
9b0a7e91d5
commit
303b6ce5a6
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
#
|
#
|
||||||
### Startup
|
### Startup
|
||||||
exec_always --no-startup-id autotiling
|
exec_always --no-startup-id autotiling
|
||||||
exec_always --no-startup-id flock -n ~/.polybar.lock polybar mybar
|
exec --no-startup-id bash -c 'while sleep 1; do flock ~/.polybar.lock polybar mybar; done'
|
||||||
exec --no-startup-id watch -n 15 autorandr --change
|
exec --no-startup-id bash -c 'while sleep 15; do autorandr --change; done'
|
||||||
exec --no-startup-id dunst
|
exec --no-startup-id dunst
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id blueman-applet
|
exec --no-startup-id blueman-applet
|
||||||
|
|
Loading…
Reference in a new issue