screenshots: save to ~/Pictures/Screenshots, update wipes it

This commit is contained in:
rope 2026-08-20 19:42:06 +01:00
parent 3651c7ee2c
commit a799be3ae2
2 changed files with 3 additions and 1 deletions

View file

@ -257,6 +257,8 @@ in
hl.env("QT_QPA_PLATFORM", "wayland;xcb")
hl.env("SDL_VIDEODRIVER", "wayland")
hl.env("_JAVA_AWT_WM_NONREPARENTING", "1")
-- hyprshot save dir; it mkdir -p's this itself. `update` wipes it.
hl.env("HYPRSHOT_DIR", "/home/fred/Pictures/Screenshots")
${lib.optionalString isGaming ''
-- GPU pinning Navi 22 is card1 on the dual-GPU gaming box.
hl.env("AQ_DRM_DEVICES", "/dev/dri/card1")