chore: fix syntax
This commit is contained in:
parent
a0f9cd85cb
commit
5ab7cc2f36
1 changed files with 4 additions and 4 deletions
|
@ -45,8 +45,8 @@ myConfig = def
|
|||
, workspaces = myWorkspaces
|
||||
, manageHook = myManageHook
|
||||
, startupHook = myStartupHook
|
||||
} `additionalKeysP` myKeybindings
|
||||
|
||||
, keys = (`mkKeymap` myKeymap)
|
||||
}
|
||||
|
||||
--
|
||||
-- Configuration
|
||||
|
@ -69,7 +69,7 @@ volumeUp = "pactl set-sink-volume @DEFAULT_SINK@ +10%"
|
|||
-- Keybindings
|
||||
--
|
||||
|
||||
myKeybindings =
|
||||
myKeymap =
|
||||
--
|
||||
-- LeaderKey
|
||||
--
|
||||
|
@ -242,4 +242,4 @@ myManageHook = composeAll
|
|||
-- StartupHook
|
||||
--
|
||||
|
||||
myStartupHook = pass >> checkKeymap myConfig myKeybindings
|
||||
myStartupHook = pass >> checkKeymap myConfig myKeymap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue