1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-05 04:43:28 +02:00
home-manager/modules/services/window-managers/i3-sway
Nathan Typanski 6f025b3825
i3-sway: only return current user's socket (#2914)
Constrain the pgrep command to only return results for the current user.
Additionally, quote the socket variables to prevent splitting.

Previously, if multiple users on a system were running `sway`, the
`pgrep` used in finding `swaySocket` would return multiple results. As a
result, reloads of sway would fail.

Fixes #2912.
2022-04-24 23:38:50 +02:00
..
lib lib.booleans: add yesNo function (#2818) 2022-04-07 22:36:13 -06:00
i3.nix lib.booleans: add yesNo function (#2818) 2022-04-07 22:36:13 -06:00
sway.nix i3-sway: only return current user's socket (#2914) 2022-04-24 23:38:50 +02:00
swaynag.nix swaynag: add module 2021-11-21 18:37:50 +01:00