Skip to content

Instantly share code, notes, and snippets.

@ljl-geek
ljl-geek / gtk.css
Created May 4, 2017 05:35
Bring back firefox 53+ scrollbar buttons: ff 53 is built on gtk 3.0. gtk3.0 is screwed up - it lacks the buttons on the ends of the scrollbars. To fix this, add this file to the ~/.config/gtk3.0/ directory and restart your browser.
*{
-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
-GtkRange-slider-width: 13;
-GtkRange-stepper-size: 13;
}
@ljl-geek
ljl-geek / nagproblems.txt
Created August 7, 2015 01:21
how you find nag config problems
# find nag problems
sudo -u nagios /usr/sbin/nagios -v /etc/nagios/nagios.cfg