diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-14 13:15:06 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-14 13:15:06 +0200 |
| commit | c8f58f9b47b79e1dd177621104e62ad4009e61eb (patch) | |
| tree | a1f58e317a400fe41d99601d3549b02b677fe74a | |
| parent | f3f05aa6915ab854a7154d6a60fb4e852ca2e157 (diff) | |
| download | dotfiles-c8f58f9b47b79e1dd177621104e62ad4009e61eb.tar.gz | |
Added picom
| -rw-r--r-- | i3config | 1 | ||||
| -rwxr-xr-x | shenanigans.sh | 2 |
2 files changed, 2 insertions, 1 deletions
| @@ -22,6 +22,7 @@ font pango:monospace 8 | |||
| 22 | # Start XDG autostart .desktop files using dex. See also | 22 | # Start XDG autostart .desktop files using dex. See also |
| 23 | # https://wiki.archlinux.org/index.php/XDG_Autostart | 23 | # https://wiki.archlinux.org/index.php/XDG_Autostart |
| 24 | exec --no-startup-id dex-autostart --autostart --environment i3 | 24 | exec --no-startup-id dex-autostart --autostart --environment i3 |
| 25 | exec --no-startup-id picom --backend glx --vsync -b | ||
| 25 | 26 | ||
| 26 | # The combination of xss-lock, nm-applet and pactl is a popular choice, so | 27 | # The combination of xss-lock, nm-applet and pactl is a popular choice, so |
| 27 | # they are included here as an example. Modify as you see fit. | 28 | # they are included here as an example. Modify as you see fit. |
diff --git a/shenanigans.sh b/shenanigans.sh index ff23a86..7a983df 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Software list. | 1 | # Software list. |
| 2 | # cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet htop nvtop newsboat tmux ctags vim | 2 | # cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet htop nvtop newsboat tmux ctags vim picom |
| 3 | 3 | ||
| 4 | # Magical environment variables. | 4 | # Magical environment variables. |
| 5 | 5 | ||
