You are not logged in.
hi
i'd like to execute a command in launcher without creating a script.
the command is:
echo 12750000 > /sys/class/backlight/intel_backlight/brightness
works fine in terminal. Fails in launcher. I think maybe the redirect causes the fail. Seeing same problem on piped commands.
How to make it work in a Launcher?
thx
Last edited by johnywhy (2018-07-30 19:26:14)
arch xfce x86_64
Offline
Solved
sh -c "echo 12750000 > /sys/class/backlight/intel_backlight/brightness"
arch xfce x86_64
Offline
[ Generated in 0.012 seconds, 9 queries executed - Memory usage: 515.95 KiB (Peak: 516.86 KiB) ]