Added picom

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)
-rw-r--r-- i3config 1
-rwxr-xr-x shenanigans.sh 2
2 files changed, 2 insertions, 1 deletions
diff --git a/i3config b/i3config
...
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
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
  
...