Category: Uncategorized
-
Simple script to toggle touchpag on/off
Here is simple script to toggle touchpad on laptop on or off First you have to discover which device id is actually touchpad – you can do that using xinput list. There touchpad will be shown as one more mouse. Then you can update script below with touchpad’s ID on your system (replace <ID> with…
-
Compiling mono 6 on FreeBSD 12
Steps: There might be complaint about missing python or python3 but that should be resolved by proper symlinking in /usr/local/bin. gmake check can be used to run tests, gmake install to install mono. Might make sense to install gnome-sharp and gtk-sharp after installing mono. This works for my FreeBSD 11 This works for my FreeBSD…
-
How to display only glyphs actually present in font
Simply use FontMatrix tool
-
Disabling bitmap fonts in X
To disable bitmap fonts in X create symbolic link to ../conf.avail/70-no-bitmaps.conf in /usr/local/etc/fonts/conf.d # cd /usr/local/etc/fonts/conf.d# ln -s ../conf.avail/70-no-bitmaps.conf
-
Installing FreeBSD with ZFS on UEFI enabled machine
Some instructions can be found at FreeBSD wiki and FreeBSD forums
-
Reseting dconf database
In case it gets corrupted some applications might be unable to start at all – to clean it simply delete directory ~/.config/dconf