added xnots stuff

This commit is contained in:
Rudis Muiznieks 2022-08-08 09:41:15 -05:00
parent f05a054c92
commit 8787ace8c0
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
2 changed files with 24 additions and 0 deletions

View File

@ -16,6 +16,10 @@ if hc silent new_attr bool my_picom_is_running; then
picom -b
fi
if command -v xnots >/dev/null && hc silent new_attr bool my_xnots_is_running; then
xnots &
fi
hc lock
xsetroot -solid "#1e1e2e" -cursor_name left_ptr &
feh --bg-fill ~/.config/herbstluftwm/wallpaper.png
@ -155,6 +159,7 @@ hc rule windowtype~'_NET_WM_WINDOW_TYPE_(NOTIFICATION|DOCK|DESKTOP)' manage=off
hc rule class='nvim-zen' fullscreen=on
hc rule class='mpv' floating=on
hc rule class='sim_arduboy' floating=on
hc rule class='XNots' floating=on tag=8
hc set tree_style '╾│ ├└╼─┐'

19
xorg/xnotsrc Normal file
View File

@ -0,0 +1,19 @@
# Example configuration file for xnots
# Created : Tue 25 Apr 2006 07:32:32 PM CDT
# Modified : Sun 14 May 2006 02:18:29 AM CDT
# Author : Gautam Iyer <gi1242@users.sourceforge.net>
* background : #f9e2af
* foreground : #1e1e2e
* alpha : 0xff
* bypassWM : false
* onTop : false
* useMarkup : 1
* font : Drafting* Mono
* size : 14
* leftMargin : 5
* rightMargin : 5
* topMargin : 5
* botMargin : 5
* indent : 0
* roundRadius : 0