diff options
author | McSinyx <vn.mcsinyx@gmail.com> | 2016-06-14 15:18:11 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-11-20 16:44:09 +0700 |
commit | 282eee5492d23d0070bbd8ef812b726bc203529a (patch) | |
tree | 02be7f81d6fa99bc871b6e9f958782d73c7d455d /awesome | |
parent | 42901e3f675d889e3d88fefde09213cebe9c0bd4 (diff) | |
download | dotfiles-282eee5492d23d0070bbd8ef812b726bc203529a.tar.gz |
Update zathurarc
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/.config/awesome/rc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 6d21a5a..0eacf12 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -402,8 +402,8 @@ globalkeys = awful.util.table.join( -- Standard program awful.key({modkey, "Control"}, "r", awesome.restart), - -- Not needed / Too dangerous - --awful.key({modkey, "Shift"}, "q", awesome.quit), + awful.key({modkey, "Control"}, "q", awesome.quit), + -- Not needed awful.key({modkey}, "l", function() awful.tag.incmwfact(0.05) end), awful.key({modkey}, "h", function() awful.tag.incmwfact(-0.05) end), awful.key({modkey, "Shift"}, "h", function() awful.tag.incnmaster(1) end), |