-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
- Sway Version:
1.4
- Debug Log:
https://gist.github.com/olly1240/1a70e2f41101fa83e529057c19a01c97
- Configuration File:
https://gist.github.com/olly1240/8e7856347fef222483b347bbb60ed625
Description
When I try to turn on the scroll lock led by xkb_options neither input * xkb_options grp:sclk_toggle
and input * xkb_options grp_led:scroll
works. I tried to assign that to a key but did not work either. If I forcibly turn them on by sudo sh -c "echo 1 > /sys/class/led/input24::scrolllock/brightness"
it lights up for a millisecond then turns off. I need to turn this led on because it's tied to my keyboard back-lighting. It shares the power with the scroll lock led.
On tty i can enable and disable it with the echo and with setleds +scroll
rgouicem, BusterGR18 and msrd0