1234567891011121314151617 |
- ########## DEFAULT VALUES ###############################################
- # boolean variables are '1' for true or anything else for false.
- #~ insecure=0 # better method to ungrab the pointer, but: unix.stackexchange.com/a/40472
- #~ dunst=0 # if you don't want this script to accidentally start dunst, better set it to 0
- # FONTS
- #~ font="-misc-fixed-medium-r-normal--7-50-100-100-c-50-iso8859-1"
- #~ font="-xos4-terminus-medium-r-normal--14-140-72-72-c-80-iso10646-1"
- #~ font="-xos4-terminus-*-r-normal--12-*-*-*-*-*-*-*"
- #~ font="-misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-*-*"
- #~ font="-gnu-unifont-medium-r-normal-sans-16-160-75-75-c-80-iso10646-1"
- #~ font="xft:IBM Plex Mono:pixelsize=14"
- # You can override ALL options passed to urxvt when creating a fullscreen window
- #~ urxvtopts=( "+rv" "+ss" "+j" "-fade 0" "+is" "+ls" "+vb" "+sb" "+si" "-sl 0" "-pe ''" "+ssc" "+hold" "-lsp 0" "-letsp 0" "-bc" "-uc" "-b 0" "-w 0" "-bl" "-override-redirect" )
|