diff options
author | Mateja <mail@matejamaric.com> | 2021-01-17 11:09:59 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-01-17 11:09:59 +0100 |
commit | 0a7fb6bb95f051a50174e28d3ed14cf27c0a771f (patch) | |
tree | 03f1f70e102b3aface4ce5cb77d7ab3e269dbad5 | |
parent | fe97333e4517a926d24025861e229a25efcf0cc9 (diff) | |
download | dotfiles-0a7fb6bb95f051a50174e28d3ed14cf27c0a771f.tar.gz dotfiles-0a7fb6bb95f051a50174e28d3ed14cf27c0a771f.zip |
Set compton backend to glx.
-rwxr-xr-x | .config/qtile/autostart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 9aff5bc..29d9ce9 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -5,7 +5,7 @@ setxkbmap -option caps:swapescape numlockx & dunst & udiskie & -compton & +compton --backend glx & feh --bg-fill ~/stuff/pictures/alps-house.jpg gpg-agent & ssh-agent & |