From 8787ace8c0bec55b033785d34cb07b12802d03b9 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Mon, 8 Aug 2022 09:41:15 -0500 Subject: [PATCH] added xnots stuff --- herbstluftwm/autostart | 5 +++++ xorg/xnotsrc | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 xorg/xnotsrc diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index f862813..058c9b5 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -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 '╾│ ├└╼─┐' diff --git a/xorg/xnotsrc b/xorg/xnotsrc new file mode 100644 index 0000000..3510069 --- /dev/null +++ b/xorg/xnotsrc @@ -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 + +* 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