dark is dark
This commit is contained in:
6
rc.lua
6
rc.lua
@@ -63,6 +63,8 @@ local function run_once(cmd_arr)
|
||||
end
|
||||
|
||||
--run_once({ "picom -f -c", "unclutter -root" }) -- entries must be separated by commas
|
||||
run_once({ "nm-applet"}) -- entries must be separated by commas
|
||||
|
||||
awful.spawn.easy_async(os.getenv("HOME") .. "/.fehbg")
|
||||
|
||||
-- This function implements the XDG autostart specification
|
||||
@@ -298,10 +300,10 @@ globalkeys = my_table.join(
|
||||
|
||||
-- Take a screenshot
|
||||
awful.key({}, "Print", function()
|
||||
awful.spawn("flameshot full -p ~/Pictures/Screenshots")
|
||||
awful.spawn("flameshot full -p ~/Images/Screenshots")
|
||||
end, { description = "Take a screenshot of all monitors", group = "hotkeys" }),
|
||||
awful.key({ modkey }, "Print", function()
|
||||
awful.spawn("flameshot gui -p ~/Pictures/Screenshots")
|
||||
awful.spawn("flameshot gui -p ~/Images/Screenshots")
|
||||
end, { description = "Take a screenshot with GUI", group = "hotkeys" }),
|
||||
|
||||
-- X screen locker
|
||||
|
||||
Reference in New Issue
Block a user