diff options
author | zachir <zachir@librem.one> | 2023-03-25 21:05:42 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-03-25 21:05:42 -0500 |
commit | 13c72b220f16127d3bbbfecfa6c7510534605f90 (patch) | |
tree | e6ba12387c865f2c3b0a293ea375f3c67fc1c494 /X11 | |
parent | 79094e3271e065d806e3840dca9a800909fa882f (diff) |
make dmenu font bigger and add unused st alphaUnfocused in Xresources
Diffstat (limited to 'X11')
-rw-r--r-- | X11/Xresources | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/X11/Xresources b/X11/Xresources index 8bba687..21e18e4 100644 --- a/X11/Xresources +++ b/X11/Xresources @@ -1,6 +1,6 @@ !! dmenu -dmenu.font: mononoki Nerd Font Mono:size=18 +dmenu.font: mononoki Nerd Font Mono:size=24 !! dwm @@ -34,7 +34,8 @@ st.font: mononoki Nerd Font Mono:pixelsize=10:antialias=true:autohi st.font2: Symbola:pixelsize=12:antialias=true:autohint=true; st.borderpx: 3 ! st alpha -! st.alpha: 0.5 +! st.alpha: 0.8 +! st.alphaUnfocused: 0.8 ! Available cursor values: 2 4 6 7 = █ _ | ☃ ( 1 3 5 are blinking versions) st.cursorshape: 6 ! thickness of underline and bar cursors |