[README] Drop /var from conventional XDG_RUNTIME_DIR value.
This commit is contained in:
parent
8bce55645f
commit
96cd1d5613
|
@ -48,7 +48,7 @@ These lovely utilities are often already available on many `sway` setups.
|
||||||
order += "run_watch screenrecord"
|
order += "run_watch screenrecord"
|
||||||
|
|
||||||
run_watch screenrecord {
|
run_watch screenrecord {
|
||||||
pidfile = "/var/run/user/1000/screenrecord.pid"
|
pidfile = "/run/user/1000/screenrecord.pid"
|
||||||
format = "🎥"
|
format = "🎥"
|
||||||
format_down = ""
|
format_down = ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue