13 lines
237 B
Bash
Executable File
13 lines
237 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# hyprctl keyword monitor "eDP-1, 1920x1080@120, 0x0, 1, vrr, 1"
|
|
|
|
# TODO: why uwsm?
|
|
brightnessctl -s
|
|
# brightnessctl --class='backlight' set 0%
|
|
#
|
|
# sleep 4
|
|
# brightnessctl --class='backlight' set 20%
|
|
|
|
uwsm app -- hyprlock &
|