Awesome-WM

Aus Vosp.info
Wechseln zu:Navigation, Suche

Monitor Terra LCD 4319 HA

awful.util.spawn_with_shell("xrandr --output VGA-0 --mode "1280x1024_60.00")

Vorbereitung

 cvt 1280 1024 

Oder andere gewünschte Auflösung
Dann

xrandr --newmode <output of cvt>
xrandr --addmode "<Name aus cvt>"

Link

https://wiki.archlinux.org/index.php/xrandr

Caps Lock as the Mod Key

IBM Spacesaver Keyboard

awful.util.spawn_with_shell("xmodmap ~/.Xmodmap")


Vorbereiten

vim .Xmodmap

clear Lock 
keycode 66 = Hyper_L
add mod4 = Hyper_L

Link

https://faq.i3wm.org/question/490/using-caps-lock-as-mod-key/