diff options
-rw-r--r-- | .config/awesome/awesome.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/awesome.lua b/.config/awesome/awesome.lua index a44f8bd..6aeaf8b 100644 --- a/.config/awesome/awesome.lua +++ b/.config/awesome/awesome.lua @@ -224,7 +224,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "w", function () awful.util.spawn("xdg-open about:blank") end), awful.key({ modkey, }, "p", function () awful.util.spawn("pidgin") end), awful.key({ modkey, }, "n", function () awful.util.spawn(terminal .. " -e wicd-curses") end), - awful.key({ modkey, }, "i", function () awful.util.spawn(terminal .. " -e " .. os.getenv("HOME") .. "/.scripts/start_remote_irssi.sh") end), + awful.key({ modkey, }, "i", function () awful.util.spawn(terminal .. " -geometry 100x30 -e " .. os.getenv("HOME") .. "/.scripts/start_remote_irssi.sh") end), awful.key({ }, "Print", function () awful.util.spawn("scrot") end), awful.key({ modkey, }, "Print", function () awful.util.spawn("scrot -s") end), |