Add 'myModMask'

master
Hektor Misplon 2024-03-30 16:17:43 +01:00
parent 3795d10197
commit d2bf1ed9bd
Signed by: hektor
GPG Key ID: 5151AF79E723F21C
1 changed files with 3 additions and 2 deletions

View File

@ -143,12 +143,13 @@ myWorkspaces = [ "sh", "www", "dev", "info", "etc" ]
myWorkspaceKeys = [ "a", "s", "d", "f", "g" ] myWorkspaceKeys = [ "a", "s", "d", "f", "g" ]
mySharedWorkspaces = [ "shared" ] mySharedWorkspaces = [ "shared" ]
mySharedWorkspaceKeys = [ "1" ] mySharedWorkspaceKeys = [ "1" ]
-- Use Win key instead of Alt
myModMask = mod4Mask
myConfig = myConfig =
def def
{ terminal = "alacritty", { terminal = "alacritty",
-- Use Win key instead of Alt modMask = myModMask,
modMask = mod4Mask,
workspaces = withScreen 1 myWorkspaces ++ withScreen 2 mySharedWorkspaces, workspaces = withScreen 1 myWorkspaces ++ withScreen 2 mySharedWorkspaces,
-- Styling -- Styling
focusedBorderColor = "#000", focusedBorderColor = "#000",