You are not logged in.
I thought I would share an interesting setting I just stumbled arcoss and thought others may want to do the same.
In grub2 you can go into the settings and have it remember the last entry used. I really enjoy this option for I have a few os's and usually have a flavor of the month.
/etc/default/grub
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
Windows free since Crunchbang 8.10
Offline
# /etc/sudoers
Defaults insults
Offline
@ wrobat. I used that a lot before becoming a Virtualbox addict. I had all my systems on bare metal those days. Now I'm back to the old one:
GRUB_DEFAULT=0
@ HoaS. Love it! LOL.
Offline
I can live without these tweaks, but I like them.
I don't have any Bluetooth devices ATM. With my ThinkPad, disabling it happens via...
/sys/devices/platform/thinkpad_acpi/bluetooth_enable
Change 1 to 0.
Much more important than that are the /etc/X11/xorg.conf.d/50-synaptics.conf settings for my touchpad, which does not support multitouch...
hhh@base:~$ grep "TouchPad: buttons:" /var/log/Xorg.0.log
[ 25.320] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right
hhh@base:~$
As per the Debian Wiki, the following conf file WFM (disable synclient settings in autostart)...
Section "InputClass"
Identifier "Touchpad" # required
MatchIsTouchpad "yes" # required
Driver "synaptics" # required
Option "MinSpeed" "0.5"
Option "MaxSpeed" "1.0"
Option "AccelFactor" "0.075"
Option "TapButton1" "1"
Option "TapButton2" "3" # multitouch
Option "VertEdgeScroll" "0"
Option "HorizEdgeScroll" "0"
Option "EmulateTwoFingerMinZ" "35"
Option "EmulateTwoFingerMinW" "8"
EndSection
I don't care what you do at home. Would you care to explain?
Offline
sudo nano /etc/inputrc
Uncomment these lines:
# alternate mappings for "page up" and "page down" to search the history
"\e[5~": history-search-backward
"\e[6~": history-search-forward
I usually search through my bash history with page up/down by typing only the first few letters of some really big command lines i often use.
Offline
I have patience issues with slow type
xset r rate 235 45 &
then I can jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjkkkkkkkkkkkkkkkk! like a mad man
also backlight shutting off annoys the hell out of me
xset s 1800
xset dpms 0 2400 3600
anything else, oh always set up for bitmap fonts to be enabled
Offline