Really never ends.

This commit is contained in:
2026-07-03 10:45:31 +02:00
parent d7863ed010
commit 8c06125493
9 changed files with 45 additions and 64 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ terminal = "alacritty"
editor = os.getenv("EDITOR") or "nano"
-- Layouts: suit.tile = master column LEFT, stack column RIGHT.
awful.layout.layouts = { awful.layout.suit.tile, awful.layout.suit.max, awful.layout.suit.floating }
awful.layout.layouts = { awful.layout.suit.tile, awful.layout.suit.max }
-- Kill xfce4-notifyd on startup (with a short delay + retry, in case it
-- hasn't started yet at this point in the session)