[README] Drop /var from conventional XDG_RUNTIME_DIR value.

This commit is contained in:
Lorenzo Cogotti 2022-11-06 22:56:15 +01:00
parent 8bce55645f
commit 96cd1d5613
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ These lovely utilities are often already available on many `sway` setups.
order += "run_watch screenrecord"
run_watch screenrecord {
pidfile = "/var/run/user/1000/screenrecord.pid"
pidfile = "/run/user/1000/screenrecord.pid"
format = "🎥"
format_down = ""
}