mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 04:33:17 +02:00
chore: finally added hparchs setup :)
This commit is contained in:
9
computers/hparch/.xprofile
Normal file
9
computers/hparch/.xprofile
Normal 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
|
3
computers/hparch/install.sh
Normal file
3
computers/hparch/install.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
MYPATH=$PWD/computers/hparch
|
||||
ln -sf "$MYPATH/.xprofile" ~/.xprofile
|
Reference in New Issue
Block a user