[Bin] Reorganize and re-enable some scripts

Due to EXWM being disabled for the time being and switching back to
AwesomeWM, some scripts are re-enabled. The execution order is also
modified.
This commit is contained in:
Lucien Cartier-Tilet 2021-04-17 12:47:19 +02:00
parent 98720ace22
commit e53e019306
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -30,16 +30,16 @@ of said command running.
#+NAME: autostart-table
| Command | Arguments | Run once? |
|---------------+---------------------------------------+-----------|
| ~xrdb~ | ~-merge $HOME/.Xresources~ | no |
| ~mpc~ | ~stop~ | no |
| ~set-screens~ | | no |
| ~picom~ | | yes |
| ~set-screens~ | | no |
| ~numlockx~ | ~on~ | yes |
| ~pumopm~ | | yes |
| ~xfce-polkit~ | | yes |
| ~nm-applet~ | | yes |
| ~numlockx~ | ~on~ | yes |
| ~xwallpaper~ | ~--zoom (cat $HOME/.cache/wallpaper)~ | no |
# | ~xss-lock~ | ~plock~ | yes |
| ~xss-lock~ | ~plock~ | yes |
| ~xrdb~ | ~-merge $HOME/.Xresources~ | no |
#+NAME: autostart-gen
#+BEGIN_SRC emacs-lisp :var table=autostart-table :cache yes