diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2023-02-08 11:49:44 +0100 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2023-02-08 11:52:03 +0100 |
| commit | 0166b86c8cd4827dc68da35d584b4c40041faf54 (patch) | |
| tree | 853585d15965c030fe4263d00520babba10d0d7a /.config/sway/xdpw | |
| parent | 1f2950e85ba8b1bf6dd7921eff76a0cef7b8b54f (diff) | |
Apply xdg-desktop-portal-wlr config + minor fixes
- Change git credential helper to store credentials
- Add username to i3status
- Add a python keyring workaround
Diffstat (limited to '.config/sway/xdpw')
| -rw-r--r-- | .config/sway/xdpw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/xdpw b/.config/sway/xdpw index 81fc8ca..fe3fb96 100644 --- a/.config/sway/xdpw +++ b/.config/sway/xdpw @@ -3,5 +3,5 @@ dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway # Stop any services that are running, so that they receive the new env var when they restart. -systemctl --user stop pipewire pipewire-media-session xdg-desktop-portal xdg-desktop-portal-wlr -systemctl --user start pipewire-media-session +systemctl --user stop pipewire wireplumber xdg-desktop-portal xdg-desktop-portal-wlr +systemctl --user start wireplumber |
