From 40004c643ae4e814039aa9062720f3b0abcf2918 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 23 Feb 2009 11:47:42 +0100 Subject: [PATCH] remove trailing whitespace --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2