i3 config xbacklight increase/decrease with fn+f not working
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am trying to fix so that I can inc/dec screen/keyboard brightness with my fn + f(1-12) keys.
When I run xev and try to inc/dec my screen brightness then it tells me:
Decrease
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
Increase
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
So it seems to me that the decrease is being captured correctly with theXF86MonBrightnessDown
While Im not sure what is happening with Increase.
I am being able to inc/dec with xbacklight -inc/-dec 20
and in my i3 config file i put this:
# increase screen brightness
bindsym XF86MonBrightnessUp exec xbacklight -inc 20
# decrease screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20
However non of these work (even though it seems that decrease should, right)?
keyboard-shortcuts i3
add a comment |
up vote
0
down vote
favorite
I am trying to fix so that I can inc/dec screen/keyboard brightness with my fn + f(1-12) keys.
When I run xev and try to inc/dec my screen brightness then it tells me:
Decrease
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
Increase
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
So it seems to me that the decrease is being captured correctly with theXF86MonBrightnessDown
While Im not sure what is happening with Increase.
I am being able to inc/dec with xbacklight -inc/-dec 20
and in my i3 config file i put this:
# increase screen brightness
bindsym XF86MonBrightnessUp exec xbacklight -inc 20
# decrease screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20
However non of these work (even though it seems that decrease should, right)?
keyboard-shortcuts i3
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to fix so that I can inc/dec screen/keyboard brightness with my fn + f(1-12) keys.
When I run xev and try to inc/dec my screen brightness then it tells me:
Decrease
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
Increase
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
So it seems to me that the decrease is being captured correctly with theXF86MonBrightnessDown
While Im not sure what is happening with Increase.
I am being able to inc/dec with xbacklight -inc/-dec 20
and in my i3 config file i put this:
# increase screen brightness
bindsym XF86MonBrightnessUp exec xbacklight -inc 20
# decrease screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20
However non of these work (even though it seems that decrease should, right)?
keyboard-shortcuts i3
I am trying to fix so that I can inc/dec screen/keyboard brightness with my fn + f(1-12) keys.
When I run xev and try to inc/dec my screen brightness then it tells me:
Decrease
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
Increase
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
So it seems to me that the decrease is being captured correctly with theXF86MonBrightnessDown
While Im not sure what is happening with Increase.
I am being able to inc/dec with xbacklight -inc/-dec 20
and in my i3 config file i put this:
# increase screen brightness
bindsym XF86MonBrightnessUp exec xbacklight -inc 20
# decrease screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20
However non of these work (even though it seems that decrease should, right)?
keyboard-shortcuts i3
keyboard-shortcuts i3
edited Nov 23 at 4:04
Rui F Ribeiro
38.3k1475127
38.3k1475127
asked Nov 22 at 23:24
Felix Rosén
1084
1084
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483556%2fi3-config-xbacklight-increase-decrease-with-fnf-not-working%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown