Some more shortcuts
This commit is contained in:
parent
00a3bdeff4
commit
bba2ca4fbf
|
@ -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"})
|
||||
|
|
Loading…
Reference in New Issue