diff options
-rw-r--r-- | config/awesome/rc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index e6c235a..a34984e 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -721,6 +721,7 @@ tag.connect_signal( terminal = "urxvt" awful.util.spawn_with_shell("pkill -x -f nm-applet; nm-applet") +awful.util.spawn_with_shell("pkill -x -f blueman-applet; blueman-applet") --awful.util.spawn_with_shell("pkill -x -f klipper; klipper") -- awful.spawn("xscreensaver -no-splash") --KDE--awful.spawn("X-screensaver") |