backup 2026-09-16

This commit is contained in:
Lucas
2026-09-16 13:39:02 +02:00
parent 659cbf0145
commit 137e743881
12 changed files with 68 additions and 10 deletions

View File

@@ -35,7 +35,8 @@ hl.env("SDL_VIDEODRIVER", "wayland")
hl.env("CLUTTER_BACKEND", "wayland")
-- Thème
hl.env("GTK_THEME", "Adwaita:dark")
-- hl.env("GTK_THEME", "Adwaita:dark")
hl.env("GTK_THEME", "catppuccin-mocha-mauve-standard+default")
hl.env("QT_STYLE_OVERRIDE", "adwaita-dark")
-- Curseur

View File

@@ -31,7 +31,7 @@ fi
# === 7. Gestion du presse-papiers (cliphist) ===
wl-paste --type text --watch cliphist store &
wl-paste --type image --watch cliphist store &
wl-paste --primary --type text --watch cliphist store &
# wl-paste --primary --type text --watch cliphist store &
# === 8. Agent dauthentification Polkit ===
pgrep -x "polkit-kde-authentication-agent-1" >/dev/null || /usr/lib/polkit-kde-authentication-agent-1 &