X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=config%2Fawesome%2Frc.lua;h=28feec751807117a666e9b0f80560ee4aadb793b;hb=c6583ae562fe456c5366be7d6068055d73a0f340;hp=cccf4595a11e90993e008ad3774f4222dd9dfbd0;hpb=5923f706617b966f114656c78bd60108d4ab1dde;p=~madcoder%2Fdotfiles.git diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index cccf459..28feec7 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -31,7 +31,7 @@ k_a = {alt} k_ac = {alt, control} k_c = {control} k_cs = {control, shift} -k_s = {shift} +k_s = {shift} -- }}} @@ -230,7 +230,7 @@ awful.hooks.timer.register(10, clock_update) -- }}} mymenubox = widget{ type = "textbox", name = "mytextbox", align = "left" } -mysystray = widget{ type = "systray", name = "mysystray", align = "right" } +-- mysystray = widget{ type = "systray", name = "mysystray", align = "right" } -- {{{ Statusbar @@ -318,8 +318,9 @@ globalkeys = { key(k_ms, "Tab", function () awful.screen.focus(-1) end), -- Mod+Enter: Launch a new terminal + key(k_m, "e", function() awful.util.spawn("firefox") end), key(k_m, "Return", function() awful.util.spawn(terminal) end), - key(k_ac, "Delete", awesome.restart), + key(k_ac, "r", awesome.restart), key(k_m, "F12", function() awful.util.spawn(lock) end), -- Layout manipulation @@ -443,8 +444,7 @@ awful.hooks.manage.register(function (c, startup) -- Make certain windows floating local name = c.name:lower() - if name:find('pinentry') - then + if name:find('pinentry') then c.floating = true end