Skip to content

Commit

Permalink
Fix picom sestting messed-up by nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Nov 11, 2024
1 parent 8cde8cc commit 3f2682e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,15 @@ if command -v dbus-update-activation-environment >/dev/null 2>&1; then
dbus-update-activation-environment DISPLAY XAUTHORITY
fi

if [ "$HOSTNAME" = Bacon ]; then
xset s off -dpms
picom -f --backend glx &
else
picom -f --backend xrender &
fi

# ↓ Wm startup
picom -f --backend xrender&
flameshot &
dunst &

exec qtile start
7 changes: 2 additions & 5 deletions system/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@
tumbler.enable = true;
openssh.enable = true;

picom = {
enable = true;
fade = true;
};

pipewire = {
enable = true;
alsa.enable = true;
Expand Down Expand Up @@ -211,6 +206,8 @@

man-pages
man-pages-posix

picom-pijulius
];
};

Expand Down

0 comments on commit 3f2682e

Please sign in to comment.