Skip to content

Commit

Permalink
Fix for picom not exiting (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmhubbard authored Jan 24, 2020
1 parent 5f2fe2d commit 683ef08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions antsy/GiveConsole
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# the console output. This way a random user can invoke xterm -C without
# causing serious grief.
#
# stop compton and polybar
cat /var/run/xdm-compton.pid | xargs kill -9
# stop picom and polybar
cat /var/run/xdm-picom.pid | xargs kill -9
cat /var/run/xdm-polybar.pid | xargs kill -9

chown $USER /dev/console
Expand Down

0 comments on commit 683ef08

Please sign in to comment.