scratch

This is an old revision of the document!


Maustasten belegen in Linux Mint (bzw. Ubuntu)

https://help.ubuntu.com/community/ManyButtonsMouseHowto

sudo apt-get install imwheel

Button 10 ist die Daumentaste.

/etc/X11/imwheel/startup.conf:

IMWHEEL_START=1
IMWHEEL_PARAMS='-b "0 0 0 0 0 0 10"'

~/.imwheelrc:

".*"  
None,		ExtBt7,   Alt_L|F9

Und schließlich unter Einstellungen / Tastatur / Tastenkombinationen / Fenster / Fenster verkleinern
Alt + F9 einstellen (sollte aber auch Default sein).

Mausgeschwindigkeit einstellen

Per 'xset'. Z.B.: xset m 5/4 0

Das ganze dann als Startup definieren,

#cat ~/.config/autostart/mouse.desktop

[Desktop Entry]
Name=Set mouse sensitivity
Exec=xset m 5/4 0
Type=Application
Comment=Use xset to set mouse params
Comment[en_US]=Use xset to set mouse params
Comment[de_DE]=Benutzt xset um die Maus-Geschwindigkeit einzustellen

Siehe auch: http://www.pontikis.net/blog/fix-mouse-sensitivity-ubuntu

MATE Desktop: Window reize/move mit Windows (Super) Taste statt Alt

Arduino IDE unter Raspbian

Bluetooth RS232 Verbindung herstellen

$ sudo hcitool scan
Scanning …
00:02:C7:7D:F5:17 BlueGPS 7DF517
$ sudo rfcomm bind /dev/rfcomm0 00:02:C7:7D:F5:17 1
$ ls -l /dev/rfcomm0
crw-rw—- 1 root dialout 216, 0 2008-12-14 23:15 /dev/rfcomm0

Floppy auf 720 kB formatieren (USB-Laufwerk)

  • scratch.1507821292.txt.gz
  • Last modified: 2017/10/12 17:14
  • by admin