From: martin f. krafft Date: Mon, 23 Feb 2009 10:47:42 +0000 (+0100) Subject: remove trailing whitespace X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/40004c643ae4e814039aa9062720f3b0abcf2918 remove trailing whitespace --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 0d63e5b..7d798cf 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -617,8 +617,8 @@ keybinding({ cmdmodkey }, "j", function () awful.util.spawn("jpilot") end):add() keybinding({ cmdmodkey }, "x", function () awful.util.spawn("/sbin/start-stop-daemon --start --background --exec /usr/bin/xscreensaver; xscreensaver-command -lock") end):add() keybinding({ cmdmodkey, "Shift" }, "x", function () awful.util.spawn("xscreensaver-command -exit") end):add() --- Highlight statusbars on the screen that has focus, --- set this to false if you only have one screen or +-- Highlight statusbars on the screen that has focus, +-- set this to false if you only have one screen or -- you don't like it :P if screen.count() > 1 then statusbar_highlight_focus = true