diff options
author | Peter Palfrader <peter@palfrader.org> | 2019-08-30 23:23:26 +0200 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2019-08-30 23:23:26 +0200 |
commit | 871a464d7c2bdc2330679928983cf7f921b9913f (patch) | |
tree | a5aa6c202e2eb5cc91d7aa9c182984a36f58b8fb | |
parent | 540cc3ac9c82aca4a23be3b632c1822b21ca668f (diff) |
do not launch clipit
-rw-r--r-- | config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 6ac76cb..e6c235a 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -724,7 +724,7 @@ awful.util.spawn_with_shell("pkill -x -f nm-applet; nm-applet") --awful.util.spawn_with_shell("pkill -x -f klipper; klipper") -- awful.spawn("xscreensaver -no-splash") --KDE--awful.spawn("X-screensaver") -awful.util.spawn_with_shell("pkill -x -f clipit; clipit") +-- awful.util.spawn_with_shell("pkill -x -f clipit; clipit") -- awful.util.spawn_with_shell("pkill -x -f dnssec-trigger-panel; dnssec-trigger-panel") awful.util.spawn_with_shell("pkill -x -f 'alsa-volume-monitor hw:0'; alsa-volume-monitor hw:0") |