w
This commit is contained in:
parent
c2becbeccf
commit
6a77aa0ef2
4 changed files with 6 additions and 5 deletions
|
@ -13,4 +13,4 @@ scrollback_lines 2000
|
|||
enable_audio_bell no
|
||||
|
||||
# maxmium productivity probably
|
||||
window_padding_width 0
|
||||
window_padding_width 2
|
||||
|
|
|
@ -5,7 +5,7 @@ Config {
|
|||
, bgColor = "black"
|
||||
, fgColor = "#646464"
|
||||
, position = Bottom
|
||||
, border = BottomB
|
||||
, border = NoBorder
|
||||
, borderColor = "#646464"
|
||||
, borderWidth = 0
|
||||
|
||||
|
|
|
@ -257,6 +257,7 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h }
|
|||
-- By default, do nothing.
|
||||
myStartupHook = do
|
||||
spawnOnce "keepassxc"
|
||||
spawn "trayer --edge bottom --align right --heighttype request --widthtype request --transparent true"
|
||||
|
||||
------------------------------------------------------------------------
|
||||
-- Now run xmonad with all the defaults we set up.
|
||||
|
|
|
@ -20,11 +20,11 @@
|
|||
polybar.enable = false;
|
||||
};
|
||||
dwm = {
|
||||
enable = true;
|
||||
dwmblocks.enable = true;
|
||||
enable = false;
|
||||
dwmblocks.enable = false;
|
||||
};
|
||||
hyprland.enable = false;
|
||||
xmonad.enable = false;
|
||||
xmonad.enable = true;
|
||||
kde.enable = false;
|
||||
dunst.enable = true;
|
||||
browsers = {
|
||||
|
|
Loading…
Reference in a new issue