Cleaner shortcuts

This commit is contained in:
Thomas Forgione 2024-03-31 16:27:30 +02:00
parent 2bfd1d8ec0
commit a66af122d1
1 changed files with 3 additions and 3 deletions

6
rc.lua
View File

@ -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"}),