diff options
Diffstat (limited to 'config/awesome/rc.lua')
-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") |