mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-11 09:11:55 +05:30
10 lines
187 B
Lua
10 lines
187 B
Lua
return {
|
|
alt = "Mod1",
|
|
super = "Mod4",
|
|
shift = "Shift",
|
|
ctrl = "Control",
|
|
|
|
-- Set Super as default modkey if none is present.
|
|
modkey = require("config.user").mod or "Mod4",
|
|
}
|