From 305f2806c7fd2147c8bc38e30fdd457793fd954e Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 9 Oct 2022 23:48:46 -0300 Subject: [PATCH] Revert "Revert "zprofile: Usar river"" This reverts commit 6954d9e8f47a4a75055c566f71d10c970b29a685. --- .zprofile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.zprofile b/.zprofile index 751ba1f..c9d2471 100755 --- a/.zprofile +++ b/.zprofile @@ -5,12 +5,12 @@ if ! "$REMOTE" && test "$(tty)" = /dev/tty1; then XDG_RUNTIME_DIR="/run/user/$(id -u)" mkdir -p "$XDG_RUNTIME_DIR" chmod 700 "$XDG_RUNTIME_DIR" - mkdir -p "$HOME/.local/share/sway" - log="$HOME/.local/share/sway/$(date +%Y-%m-%d@%H:%M:%S).log" + mkdir -p "$HOME/.local/share/river" + log="$HOME/.local/share/river/$(date +%Y-%m-%d@%H:%M:%S).log" exec env \ XDG_RUNTIME_DIR="$XDG_RUNTIME_DIR" \ - XDG_CURRENT_DESKTOP=sway \ - XDG_SESSION_DESKTOP=sway \ - dbus-run-session sway >"$log" 2>&1 + XDG_CURRENT_DESKTOP=river \ + XDG_SESSION_DESKTOP=river \ + dbus-run-session river >"$log" 2>&1 fi source ~/.zshrc