chore: finally added hparchs setup :)

This commit is contained in:
2023-02-05 13:50:06 +01:00
parent 20cc3d92d1
commit c2ae3d5fa0
6 changed files with 33 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
#!/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

View File

@@ -0,0 +1,3 @@
#!/bin/bash
MYPATH=$PWD/computers/hparch
ln -sf "$MYPATH/.xprofile" ~/.xprofile