Its just dotfiles...

This commit is contained in:
2026-07-03 09:28:42 +02:00
parent 5bb60e1a35
commit d7863ed010
8 changed files with 87 additions and 30 deletions
+7
View File
@@ -4,6 +4,7 @@ local gears = require("gears")
local awful = require("awful")
require("awful.autofocus")
local naughty = require("naughty")
local bling = require("bling")
-- Global config
modkey = "Mod1" -- Alt. Use "Mod4" for the Super/Windows key.
@@ -43,3 +44,9 @@ root.keys(keys.globalkeys)
awful.rules.rules = require("config.rules")
require("config.signals")
-- Wallpaper
bling.module.wallpaper.setup {
wallpaper = { "/home/jason/Pictures/Wallpapers/farewell.jpg" },
position = "fit",
background = "#181818",
}