Awesome-WM: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
Zeile 8: Zeile 8:
 
  xrandr --newmode <output of cvt>
 
  xrandr --newmode <output of cvt>
 
  xrandr --addmode "<Name aus cvt>"
 
  xrandr --addmode "<Name aus cvt>"
 +
 +
=== Link ===
 +
https://wiki.archlinux.org/index.php/xrandr
  
 
== Caps Lock as the Mod Key ==
 
== Caps Lock as the Mod Key ==
 
IBM Spacesaver Keyboard
 
IBM Spacesaver Keyboard
 
  awful.util.spawn_with_shell("xmodmap ~/.Xmodmap")
 
  awful.util.spawn_with_shell("xmodmap ~/.Xmodmap")
 +
  
 
=== Vorbereiten ===
 
=== Vorbereiten ===

Version vom 29. Mai 2014, 10:47 Uhr

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/