Picom compositer with no animations
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-29 15:30:01 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-29 15:30:43 +0200 |
| Commit | ad4821378614c598a56050703dac1bfef8f45713 (patch) |
|
-rwxr-xr-x |
.shenanigans.sh | 4 | |
-rw-r--r-- |
.xinitrc | 1 |
2 files changed, 3 insertions, 2 deletions
| diff --git a/.shenanigans.sh b/.shenanigans.sh | |||
| 1 | # Software list: |
1 | # Software list: |
| 2 | # file-roller xfce4-plugins thunar-archive-plugin |
2 | # file-roller xfce4-plugins thunar-archive-plugin |
| 3 | # vim git tmux maim xclip xsel mc htop entr cifs-utils rsync jq rofi fd |
3 | # vim git tmux maim xclip xsel mc htop entr cifs-utils rsync jq rofi picom |
| 4 | # rsync curl hstr tree make gdb nvtop ctags stow newsboat mpv lazygit |
4 | # rsync curl hstr tree make gdb nvtop ctags stow newsboat mpv lazygit fd |
| 5 | # Additonal stuff: |
5 | # Additonal stuff: |
| 6 | # go install golang.org/x/tools/gopls@latest |
6 | # go install golang.org/x/tools/gopls@latest |
| 7 | 7 | ||
| ... | |||
| diff --git a/.xinitrc b/.xinitrc | |||
| ... | |||
| 10 | xss-lock -- xlock & |
10 | xss-lock -- xlock & |
| 11 | xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.3 |
11 | xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.3 |
| 12 | 12 | ||
| 13 | picom --vsync --backend glx -D 0 & |
||
| 13 | exec i3 |
14 | exec i3 |