Browse Source

picom added

master
junikimm717 3 years ago
parent
commit
41b354a5d4
  1. 3
      dotfiles/cwm.sh
  2. 2
      user_debian.sh

3
dotfiles/cwm.sh

@ -1,5 +1,6 @@
#!/bin/sh
nitrogen --restore &
command -V nitrogen && nitrogen --restore &
test -x ~/.config/polybar/launch.sh && ~/.config/polybar/launch.sh
command -V picom && picom &
openbsd-cwm

2
user_debian.sh

@ -131,7 +131,7 @@ competitiveprogramming() {
}
graphical() {
sudo apt install -y xorg xclip cwm nitrogen dmenu kitty polybar
sudo apt install -y xorg xclip cwm nitrogen dmenu kitty polybar picom
sudo apt install -y fonts-dejavu fonts-jetbrains-mono
# copy over the dotfiles

Loading…
Cancel
Save