Added shortcuts for screen config

This commit is contained in:
Thomas FORGIONE 2017-01-24 14:11:10 +01:00
parent 22e77cb44e
commit 247b4a0c82
No known key found for this signature in database
GPG Key ID: 2A210FFC062E00C3
1 changed files with 17 additions and 1 deletions

View File

@ -391,7 +391,23 @@ globalkeys = awful.util.table.join(
awful.key({modkey, "Shift"}, "Tab", function()
os.execute('xdotool key Caps_Lock')
end, {description="switch the caps lock", group="custom"})
end, {description="switch the caps lock", group="custom"}),
awful.key({modkey}, "#83", function()
os.execute("tv.sh enable left")
end, {description="lol", group="custom"}),
awful.key({modkey}, "#84", function()
os.execute("tv.sh duplicate")
end, {description="lol", group="custom"}),
awful.key({modkey}, "#85", function()
os.execute("tv.sh enable")
end, {description="lol", group="custom"}),
awful.key({modkey}, "#90", function()
os.execute("tv.sh disable")
end, {description="lol", group="custom"})
)
clientkeys = awful.util.table.join(