From 9353204b7d4e3f92db61e21f1fc4c724b41db930 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 7 Sep 2019 01:01:56 -0400 Subject: compton: add https://github.com/yshui/compton 02139b7c9f8aa6181686edacd3f11c1f37f80693 sudo apt install libxext-dev libxcb1-dev libxcb-damage0-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-render-util0-dev libxcb-render0-dev libxcb-randr0-dev libxcb-composite0-dev libxcb-image0-dev libxcb-present-dev libxcb-xinerama0-dev libpixman-1-dev libdbus-1-dev libconfig-dev libxdg-basedir-dev libgl1-mesa-dev libpcre2-dev libevdev-dev uthash-dev libevdev2 cmake meson --prefix=/data/bandali/usr/local --buildtype=release . build ninja -C build ninja -C build install --- .xsession | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.xsession') diff --git a/.xsession b/.xsession index 95821d3..edce4c6 100755 --- a/.xsession +++ b/.xsession @@ -1,5 +1,6 @@ [ -f "/usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd" ] && /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd & [ -x "$(command -v light-locker)" ] && light-locker --lock-on-suspend & -[ -x "$(command -v pasystray)" ] && pasystray & +[ -x "$(command -v pasystray)" ] && pasystray -a & [ -x "$(command -v nm-applet)" ] && nm-applet & +[ -x "$(command -v compton)" ] && compton & [ -x "$(command -v emacs)" ] && exec emacs -ib 0 -- cgit v1.2.3-60-g2f50