diff options
| author | Baitinq <[email protected]> | 2023-05-28 17:37:42 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-05-28 17:37:42 +0200 |
| commit | 91f68e8b1e853ddcffa0bd72e62d12856edde120 (patch) | |
| tree | d6d3a91dc77c1fedb189fa63940b552307ac5159 | |
| parent | Home: Add libsecret backend (diff) | |
| download | nixos-config-91f68e8b1e853ddcffa0bd72e62d12856edde120.tar.gz nixos-config-91f68e8b1e853ddcffa0bd72e62d12856edde120.tar.bz2 nixos-config-91f68e8b1e853ddcffa0bd72e62d12856edde120.zip | |
Dotfiles: Bash: Launch river with dbus
| -rw-r--r-- | dotfiles/.bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index cda5e37..28c4efa 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -11,7 +11,7 @@ if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then export MOZ_ENABLE_WAYLAND=1 export LIBSEAT_BACKEND="logind" export NIXOS_OZONE_WL=1 - exec river + exec dbus-run-session river fi # StartX |