add xrandr module and shortcut
This commit is contained in:
parent
1f5b961559
commit
c01a53c635
@ -7,6 +7,8 @@ local wibox = require("wibox")
|
|||||||
-- Theme handling library
|
-- Theme handling library
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
|
--import xrandr library
|
||||||
|
local xrandr = require("xrandr")
|
||||||
-- Notification library
|
-- Notification library
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local menubar = require("menubar")
|
local menubar = require("menubar")
|
||||||
@ -257,6 +259,8 @@ globalkeys = gears.table.join(
|
|||||||
end,
|
end,
|
||||||
{description = "focus previous by index", group = "client"}
|
{description = "focus previous by index", group = "client"}
|
||||||
),
|
),
|
||||||
|
awful.key({modkey},"o" , function() xrandr.xrandr() end,
|
||||||
|
{description = "xrandr shortcut", group = "awesome"}),
|
||||||
awful.key({ modkey, }, "w", function () mymainmenu:show() end,
|
awful.key({ modkey, }, "w", function () mymainmenu:show() end,
|
||||||
{description = "show main menu", group = "awesome"}),
|
{description = "show main menu", group = "awesome"}),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user