change university setup script dir
This commit is contained in:
parent
99fb2dee63
commit
0d7ed2edfc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import GHC.Utils.Misc -- for MapFst, MapSnd
|
||||||
import XMonad.Custom.BindingUtils
|
import XMonad.Custom.BindingUtils
|
||||||
|
|
||||||
scriptDir :: String
|
scriptDir :: String
|
||||||
scriptDir = "/home/maximilian/Uni/scripts"
|
scriptDir = "/opt/mkessler/university-setup/"
|
||||||
|
|
||||||
myUniversitySetupKeyBindings :: [(String, X ())]
|
myUniversitySetupKeyBindings :: [(String, X ())]
|
||||||
myUniversitySetupKeyBindings = addMainModifierToBinding . (addSubMapKey myUniversityKey) $ concat myUniversitySetupKeyBindingsRaw
|
myUniversitySetupKeyBindings = addMainModifierToBinding . (addSubMapKey myUniversityKey) $ concat myUniversitySetupKeyBindingsRaw
|
||||||
|
|
Loading…
Reference in a new issue