[Bin, autostart] Remove PumoPM from autostart

PumoPM will soon get a systemd service file, which means it will no
longer be necessary to manually launch it.
This commit is contained in:
Lucien Cartier-Tilet 2020-09-28 18:10:48 +02:00
parent 7b2c7d8145
commit 3ae554c976
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 3 deletions

View File

@ -92,12 +92,10 @@
instance will be launched asynchronously, and only if there is no other
instance of said command running.
For the record, PumoPM is my custom power manager, you can find its source
code [[https://labs.phundrak.com/phundrak/pumopm][here]]. ~set-screens~ is a custom script declared [[*set-screens][below]].
~set-screens~ is a custom script declared [[*set-screens][below]].
#+NAME: autostart-table
| Command | Arguments | Run once? |
|----------------------------+-----------------------------------------------------------------+-----------|
| ~pumopm~ | | yes |
| ~xfce-polkit~ | | yes |
| ~picom~ | ~--experimental-backends~ | yes |
| ~xidlehook~ | ~--not-when-audio --not-when-fullscreen --timer 3600 i3lock ''~ | yes |