Some more shortcuts

This commit is contained in:
Thomas Forgione 2017-02-28 19:15:53 +01:00
parent 00a3bdeff4
commit bba2ca4fbf
No known key found for this signature in database
GPG Key ID: 2B5C8A9986271A42
1 changed files with 9 additions and 1 deletions

View File

@ -401,7 +401,7 @@ globalkeys = awful.util.table.join(
end, {description="switch the caps lock", group="custom"}),
awful.key({modkey}, "#83", function()
os.execute("tv.sh enable left")
os.execute("tv.sh enable left-of")
end, {description="lol", group="custom"}),
awful.key({modkey}, "#84", function()
@ -412,6 +412,14 @@ globalkeys = awful.util.table.join(
os.execute("tv.sh enable")
end, {description="lol", group="custom"}),
awful.key({modkey}, "#80", function()
os.execute("tv.sh enable above")
end, {description="lol", group="custom"}),
awful.key({modkey}, "#88", function()
os.execute("tv.sh enable below")
end, {description="lol", group="custom"}),
awful.key({modkey}, "#90", function()
os.execute("tv.sh disable")
end, {description="lol", group="custom"})