Satori: misc changes

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-05-30 16:05:26 +05:30
parent 423c2236b7
commit a66daf3ac6
15 changed files with 163 additions and 159 deletions

View File

@@ -38,7 +38,7 @@ myManageHook = composeAll
, className =? "Anki" --> doFloat
]
tabConfig = defaultTheme {
tabConfig = def {
activeTextColor = bgColor,
activeColor = fgColor,
inactiveTextColor = fgColor,
@@ -55,7 +55,7 @@ myKeys conf@(XConfig {XMonad.modMask = modMask}) = M.fromList $
spawn $ XMonad.terminal conf)
, ((modMask, xK_d),
spawn "/usr/bin/env dmenu_run -l 20")
spawn "dmenu_run -l 20")
, ((shiftMask, xK_Print),
spawn "flameshot gui")