X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=xinitrc;h=858cbaa1320ab6500fa184f000bbfa10b2a65738;hp=387614d1288a7d079fcfa7a7418c8a31f7f490a5;hb=3e05c1d4dda93e05aad2ef37900754f77c026d82;hpb=7e67171f8481db2487eac3aab41fe7771bc2e1d8 diff --git a/xinitrc b/xinitrc index 387614d..858cbaa 100755 --- a/xinitrc +++ b/xinitrc @@ -144,6 +144,12 @@ elif test -n "$screen_lock_force"; then error "'xautolock' not found. Auto lock won't work!" fi +# Use compton to get transparent windows. See ~/.Xdefaults for configuration +# of urxvt. +if installed compton; then + compton & +fi + # My window managers doesn't start a terminal emulator on its own, start one # when I login.