dark is dark

This commit is contained in:
Julien Rouxel
2023-11-28 09:18:17 +01:00
parent d845066e86
commit 27fa51810e
2 changed files with 7 additions and 5 deletions

6
rc.lua
View File

@@ -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