Browse Source

changes

master
junikimm717 3 years ago
parent
commit
bf7cbd6250
  1. 4
      dotfiles/cwm.sh
  2. 7
      user_arch.sh

4
dotfiles/cwm.sh

@ -2,5 +2,5 @@
command -V nitrogen && nitrogen --restore &
test -x ~/.config/polybar/launch.sh && ~/.config/polybar/launch.sh
picom &
openbsd-cwm
picom --no-vsync &
cwm

7
user_arch.sh

@ -10,7 +10,7 @@ bootstrap_paru () {
cd "$HOME/repos" || exit 1
git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin || exit 1
makepkg -si || exit 2
makepkg --noconfirm -si || exit 2
cd "$HOME" || exit 1
}
@ -68,7 +68,7 @@ shell() {
}
browsers() {
sudo pacman --noconfirm -S firefox
paru --noconfirm -S brave-bin
}
torbrowser() {
@ -112,7 +112,8 @@ dotfiles() {
graphical() {
sudo pacman --noconfirm -S xorg xorg xorg-server xorg-xinit xorg-fonts-misc \
xclip nitrogen dmenu ttf-jetbrains-mono ttf-dejavu \
picom polybar xclip
picom xclip kitty
paru -S --noconfirm polybar cwm
mkdir -p "$HOME/wallpaper"
}

Loading…
Cancel
Save