added xnots stuff
This commit is contained in:
parent
f05a054c92
commit
8787ace8c0
|
@ -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 '╾│ ├└╼─┐'
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue