From 1f3554a5343e9ed333f785fd1c65b5588a854cc7 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Mon, 18 Oct 2010 10:44:10 +0200 Subject: [PATCH] update# Please enter the commit message for your changes. Lines starting --- aweswt.lua | 2 +- bindings.lua | 6 +++--- rc.lua | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aweswt.lua b/aweswt.lua index 2ccf363..4d8a0a4 100644 --- a/aweswt.lua +++ b/aweswt.lua @@ -16,7 +16,7 @@ return t end function get_input (a) - s1='echo -e "'..a..'"|dmenu' + s1='echo -e "'..a..'"|dmenu -i' return get_out(s1) end diff --git a/bindings.lua b/bindings.lua index 86095b4..4bec762 100644 --- a/bindings.lua +++ b/bindings.lua @@ -57,7 +57,7 @@ globalkeys = awful.util.table.join( -- awful.key({ modkey, }, "s", function () awful.util.spawn("sunbird") end), -- awful.key({ modkey, }, "g", function () awful.util.spawn("gmpc") end), awful.key({ modkey, }, "f", function () awful.util.spawn("firefox") end), - awful.key({ modkey, }, "t", function () awful.util.spawn("thunderbird") end), + awful.key({ modkey, }, "t", function () awful.util.spawn("claws-mail") end), awful.key({ modkey, }, "p", function () awful.util.spawn("pidgin") end), awful.key({ modkey, }, "s", function () awful.util.spawn("sunbird") end), awful.key({ modkey, }, "g", function () awful.util.spawn("gmpc") end), @@ -76,7 +76,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey, "Control" }, "Delete", function () awful.util.spawn("xlock") end), -- Audio control - awful.key({ }, "Print", function () teardrop("sakura --class=Teardrop -e alsamixer","top","center", 0.99, 0.4)end ), + awful.key({ }, "Print", function () teardrop("urxvtc -e alsamixer","top","center", 0.99, 0.4)end ), awful.key({ }, "XF86AudioLowerVolume", function () awful.util.spawn("amixer set Front 2dB-")end ), awful.key({ }, "XF86AudioRaiseVolume", function () awful.util.spawn("amixer set Front 2dB+")end ), awful.key({ }, "XF86AudioMute", function () awful.util.spawn("amixer set Front toggle") end), @@ -93,7 +93,7 @@ globalkeys = awful.util.table.join( -- Prompt awful.key({ modkey }, "r", function () obvious.popup_run_prompt.run_prompt() end), awful.key({ }, "Scroll_Lock", function () awful.util.spawn("wli") end), - awful.key({ }, "F12", function () teardrop("sakura --class=Teardrop -e 'screen -l'","center","center", 0.99, 0.7)end ), + awful.key({ }, "F12", function () teardrop("urxvtc -e screen -l","center","center", 0.99, 0.7)end ), --{{{Default diff --git a/rc.lua b/rc.lua index 1fd564b..599afd4 100644 --- a/rc.lua +++ b/rc.lua @@ -1,5 +1,5 @@ -terminal = "sakura -e screen" -editor_cmd = "sakura -e vim" +terminal = "urxvtc -e screen" +editor_cmd = "urxvt -e vim" modkey = "Mod4" hyper = "Mod3"