From 21b342a7b650a86b7f5faea1d9cd3694f2c97659 Mon Sep 17 00:00:00 2001 From: junikimm717 Date: Thu, 14 Apr 2022 14:51:29 -0400 Subject: [PATCH] fails fixed --- dotfiles/.xinitrc | 2 +- dotfiles/cwm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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