Changed to use super key not alt

This commit is contained in:
2026-07-15 08:27:30 +02:00
parent 745ab5c492
commit cd577f9e62
4 changed files with 33 additions and 16 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ local naughty = require("naughty")
local bling = require("bling")
-- Global config
modkey = "Mod1" -- Alt. Use "Mod4" for the Super/Windows key.
modkey = "Mod4" -- Alt. Use "Mod4" for the Super/Windows key.
terminal = "alacritty"
editor = os.getenv("EDITOR") or "nano"