Cleaner shortcuts
This commit is contained in:
parent
2bfd1d8ec0
commit
a66af122d1
6
rc.lua
6
rc.lua
|
@ -497,15 +497,15 @@ globalkeys = awful.util.table.join(
|
|||
awful.spawn.easy_async('xdotool key Caps_Lock', function() end)
|
||||
end, {description="switch the caps lock", group="screen control"}),
|
||||
|
||||
awful.key({modkey}, "#87", function()
|
||||
awful.key({modkey}, "#88", function()
|
||||
awful.spawn.easy_async("x b", function() end)
|
||||
end, {description="Sets the two screens view", group="screen control"}),
|
||||
|
||||
awful.key({modkey}, "#90", function()
|
||||
awful.key({modkey}, "#87", function()
|
||||
awful.spawn.easy_async("x d", function() end)
|
||||
end, {description="Default view", group="screen control"}),
|
||||
|
||||
awful.key({modkey, "Shift"}, "#90", function()
|
||||
awful.key({modkey, "Shift"}, "#87", function()
|
||||
awful.spawn.easy_async("x s", function() end)
|
||||
end, {description="Inverse of the default view", group="screen control"}),
|
||||
|
||||
|
|
Loading…
Reference in New Issue