Update OpenBSD config

This commit is contained in:
Jan Eitzinger 2024-03-27 07:16:15 +01:00
parent 9735ea5c6f
commit 323cd03265
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
font_family BrutalistMono Nerd Font font_family BrutalistMono Nerd Font
# bold_font auto bold_font BrutalistMono Nerd Font Bold
# italic_font auto italic_font BrutalistMono Nerd Font Italic
# bold_italic_font auto # bold_italic_font auto
font_size {{ .fontsize }} font_size {{ .fontsize }}
text_composition_strategy 1.0 text_composition_strategy 1.0

View File

@ -160,7 +160,7 @@ Copy the file to $HOME/.config/openbox/ instead. -->
<!-- 'Above', 'Normal', or 'Below' --> <!-- 'Above', 'Normal', or 'Below' -->
<direction>Vertical</direction> <direction>Vertical</direction>
<!-- 'Vertical' or 'Horizontal' --> <!-- 'Vertical' or 'Horizontal' -->
<autoHide>no</autoHide> <autoHide>yes</autoHide>
<hideDelay>300</hideDelay> <hideDelay>300</hideDelay>
<!-- in milliseconds (1000 = 1 second) --> <!-- in milliseconds (1000 = 1 second) -->
<showDelay>300</showDelay> <showDelay>300</showDelay>