This commit is contained in:
Sakooooo 2023-07-24 17:25:41 +03:00
parent c2becbeccf
commit 6a77aa0ef2
Signed by: sako
GPG key ID: 3FD715D87D7725E0
4 changed files with 6 additions and 5 deletions

View file

@ -13,4 +13,4 @@ scrollback_lines 2000
enable_audio_bell no enable_audio_bell no
# maxmium productivity probably # maxmium productivity probably
window_padding_width 0 window_padding_width 2

View file

@ -5,7 +5,7 @@ Config {
, bgColor = "black" , bgColor = "black"
, fgColor = "#646464" , fgColor = "#646464"
, position = Bottom , position = Bottom
, border = BottomB , border = NoBorder
, borderColor = "#646464" , borderColor = "#646464"
, borderWidth = 0 , borderWidth = 0

View file

@ -257,6 +257,7 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h }
-- By default, do nothing. -- By default, do nothing.
myStartupHook = do myStartupHook = do
spawnOnce "keepassxc" spawnOnce "keepassxc"
spawn "trayer --edge bottom --align right --heighttype request --widthtype request --transparent true"
------------------------------------------------------------------------ ------------------------------------------------------------------------
-- Now run xmonad with all the defaults we set up. -- Now run xmonad with all the defaults we set up.

View file

@ -20,11 +20,11 @@
polybar.enable = false; polybar.enable = false;
}; };
dwm = { dwm = {
enable = true; enable = false;
dwmblocks.enable = true; dwmblocks.enable = false;
}; };
hyprland.enable = false; hyprland.enable = false;
xmonad.enable = false; xmonad.enable = true;
kde.enable = false; kde.enable = false;
dunst.enable = true; dunst.enable = true;
browsers = { browsers = {