general update

This commit is contained in:
Luddifee 2021-07-25 22:34:07 +02:00
parent 9a8ccc5f89
commit 0200df1789
No known key found for this signature in database
GPG Key ID: 21AC8D2CC02D7CCC
2 changed files with 10 additions and 0 deletions

View File

@ -95,5 +95,8 @@ ipkg xmonad-utils
ipkg xmonad-contrib ipkg xmonad-contrib
ipkg xmobar ipkg xmobar
# install rofi
ipkg rofi
# install keepassxc # install keepassxc
ipkg keepassxc ipkg keepassxc

View File

@ -8,4 +8,11 @@ mkdir -p ~/.config/xmobar
cp $FILEDIR/.xmonad/xmonad-laptop.hs ~/.xmonad/xmonad.hs cp $FILEDIR/.xmonad/xmonad-laptop.hs ~/.xmonad/xmonad.hs
cp $FILEDIR/.config/xmobar/xmobar-laptop.config ~/.config/xmobar/xmobar.config 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 sudo reboot