Hi,
I want to ask if it is possible to create Desktop shortcut for command that needs to be run in terminal.
For Example what i want to do is that If i press Alt+Ctrl+5 then it runs the following command in terminal without opening the terminal.
echo 4 | sudo tee /sys/class/backlight/acpi_video0/brightness
I want to ask if it is possible to create Desktop shortcut for command that needs to be run in terminal.
For Example what i want to do is that If i press Alt+Ctrl+5 then it runs the following command in terminal without opening the terminal.
echo 4 | sudo tee /sys/class/backlight/acpi_video0/brightness
Comment