From 3ae554c9769f0af14899d3ea02e7f37a196addd7 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 28 Sep 2020 18:10:48 +0200 Subject: [PATCH] [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. --- org/config/bin.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/org/config/bin.org b/org/config/bin.org index 4c58a55..ce626b6 100644 --- a/org/config/bin.org +++ b/org/config/bin.org @@ -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 |