general update
This commit is contained in:
parent
9a8ccc5f89
commit
0200df1789
@ -95,5 +95,8 @@ ipkg xmonad-utils
|
||||
ipkg xmonad-contrib
|
||||
ipkg xmobar
|
||||
|
||||
# install rofi
|
||||
ipkg rofi
|
||||
|
||||
# install keepassxc
|
||||
ipkg keepassxc
|
||||
|
@ -8,4 +8,11 @@ mkdir -p ~/.config/xmobar
|
||||
cp $FILEDIR/.xmonad/xmonad-laptop.hs ~/.xmonad/xmonad.hs
|
||||
cp $FILEDIR/.config/xmobar/xmobar-laptop.config ~/.config/xmobar/xmobar.config
|
||||
|
||||
# setup backlight
|
||||
ipkg_yay light
|
||||
|
||||
echo "#\!/bin/sh" > /etc/rc.local
|
||||
echo "chown $USER /sys/class/backlight/amdgpu_bl0/brightness" >> /etc/rc.local
|
||||
echo "exit 0" >> /etc/rc.local
|
||||
|
||||
sudo reboot
|
Loading…
x
Reference in New Issue
Block a user