dotfiles/computers/hparch/.xprofile

10 lines
199 B
Plaintext
Raw Normal View History

2023-02-05 13:50:06 +01:00
#!/bin/bash
# startup stuffs
#/bin/bash
displays=($(xrandr | awk '/ connected /{print $1}'))
selected_display="${displays[0]}"
xrandr --output "$selected_display" --brightness 0.75
# power savings