polybar-dwm/include
Patrick Ziegler 146c1ac1d7
fix(ipc): Fallback folder not being user-specific (#2684)
If two users start a bar with IPC and don't have XDG_RUNTIME_DIR set,
polybar will create the fallback directory `/tmp/polybar`.
However, that directory is only accessible by the user that created it
and so polybar running under the second user will fail to open its
socket there.

We add the UID to the fallback directory to prevent this.

Fixes #2683
2022-04-07 15:33:56 +02:00
..
adapters fix(script): output timing inconsistencies (#2667) 2022-04-03 13:11:13 +02:00
cairo build: Add missing includes 2022-03-02 15:09:52 +01:00
components Move current cursor value to bar class 2022-03-20 20:18:00 +01:00
drawtypes Add units support (POINT, PIXEL, SPACE) (#2578) 2022-02-20 21:08:57 +01:00
events fix mouseover error when only one cursor is defined 2022-03-20 20:18:00 +01:00
ipc fix(ipc): Fallback folder not being user-specific (#2684) 2022-04-07 15:33:56 +02:00
modules fix(script): output timing inconsistencies (#2667) 2022-04-03 13:11:13 +02:00
tags fix: Handling for actions with negative offsets 2022-02-22 18:00:58 +01:00
utils fix(builder): ignored offsets 2022-03-14 22:58:01 +01:00
x11 Cleanup cursor code 2022-03-20 20:18:00 +01:00
CMakeLists.txt refactor(cmake): Allow targets to be enabled individually 2020-12-24 02:20:38 +01:00
common.hpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00
debug.hpp refactor: Cleanup 2017-01-11 03:07:28 +01:00
errors.hpp Add missing <stdexcept> header 2019-12-25 01:00:29 +01:00
settings.hpp.cmake Integrate bar taskqueue into eventloop (#2510) 2021-09-27 17:35:45 +02:00