diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc index 3919a04..6513ef9 100644 --- a/dotfiles/.xinitrc +++ b/dotfiles/.xinitrc @@ -1,2 +1,2 @@ -xrandr -s 1600x900 +xrandr -s 1440x900 exec dbus-run-session "$HOME/cwm.sh" diff --git a/dotfiles/cwm.sh b/dotfiles/cwm.sh index 17a5390..8ec1a6c 100755 --- a/dotfiles/cwm.sh +++ b/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