Browse Source

fails fixed

master
junikimm717 2 years ago
parent
commit
21b342a7b6
  1. 2
      dotfiles/.xinitrc
  2. 2
      dotfiles/cwm.sh

2
dotfiles/.xinitrc

@ -1,2 +1,2 @@
xrandr -s 1600x900
xrandr -s 1440x900
exec dbus-run-session "$HOME/cwm.sh"

2
dotfiles/cwm.sh

@ -2,5 +2,5 @@
command -V nitrogen && nitrogen --restore &
test -x ~/.config/polybar/launch.sh && ~/.config/polybar/launch.sh
picom --no-vsync &
picom --no-vsync --corner-radius 15 &
cwm
Loading…
Cancel
Save