Estou tentando consertar para que eu possa aumentar / diminuir o brilho da tela / teclado com as teclas fn + f (1-12).
Quando eu executo xev e tento inc / dec meu brilho da tela, ele me diz:
Diminuir
KeyRelease event, serial 35, synthetic NO, window 0x2200001,
root 0x14f, subw 0x0, time 11694355, (-284,466), root:(685,532),
state 0x0, keycode 232 (keysym 0x1008ff03, XF86MonBrightnessDown), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
Aumentar
MappingNotify event, serial 34, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248
FocusOut event, serial 34, synthetic NO, window 0x2200001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 34, synthetic NO, window 0x2200001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 34, synthetic NO, window 0x0,
keys: 68 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Então, parece-me que a diminuição está sendo capturada corretamente com theXF86MonBrightnessDown
Embora não tenha certeza do que está acontecendo com o aumento.
Eu estou podendo inc / dec com xbacklight -inc/-dec 20
e no meu arquivo de configuração do i3 eu coloco isso:
# increase screen brightness
bindsym XF86MonBrightnessUp exec xbacklight -inc 20
# decrease screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20
No entanto não destes trabalhos (mesmo que pareça que a diminuição deva, certo)?
Tags keyboard-shortcuts i3