commit 327d37026ee220646d5513211f0cdcefd762dfd8
parent 32e7f1a423c1cdcbc72c6a8244b69701fea90df7
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Fri, 18 Jun 2021 22:24:49 -0400
Remove compositor starting line
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/.xinitrc b/.xinitrc
@@ -34,9 +34,6 @@ xsetroot -cursor_name left_ptr &
# Hide mouse cursor after n seconds of inactivity
pkill unclutter; unclutter -idle 3 -root &
-# Start compositor
-pkill picom; picom &
-
# Start notification daemon
pkill dunst; dunst &