diff options
author | Karel Kočí <cynerd@email.cz> | 2019-10-30 21:07:27 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-10-30 21:07:27 +0100 |
commit | 7ff79c9b7011c2c1263287128813b5731790646c (patch) | |
tree | 33f90d5e5324d5cf3f44b9202bea3882012fb5c9 /profiles | |
parent | 2d14cbbb61973e0886456169fcdef569cb00c2c2 (diff) | |
download | gentoo-personal-overlay-7ff79c9b7011c2c1263287128813b5731790646c.tar.gz gentoo-personal-overlay-7ff79c9b7011c2c1263287128813b5731790646c.tar.bz2 gentoo-personal-overlay-7ff79c9b7011c2c1263287128813b5731790646c.zip |
profiles/desktop/x: add compton
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desktop/x/package.use | 3 | ||||
-rw-r--r-- | profiles/desktop/x/packages | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/profiles/desktop/x/package.use b/profiles/desktop/x/package.use index da8c64f..65f1b3d 100644 --- a/profiles/desktop/x/package.use +++ b/profiles/desktop/x/package.use @@ -8,5 +8,6 @@ x11-base/xorg-server xvfb suid # XCB keyboard extension for libxcb x11-libs/libxcb xkb -# Multiscreen dmenu +# Multiscreen x11-misc/dmenu xinerama +x11-misc/compton xinerama diff --git a/profiles/desktop/x/packages b/profiles/desktop/x/packages index 1511065..24fcf9d 100644 --- a/profiles/desktop/x/packages +++ b/profiles/desktop/x/packages @@ -1,6 +1,7 @@ # i3 x11-wm/i3 x11-misc/myi3lock +x11-misc/compton # My extensions x11-misc/xshot |