From c28510ac087f85738ee2e716b346eb1bbc8baba5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Thu, 19 May 2022 01:07:22 +0300
Subject: WIP: rofi

Fix websurf menu.
---
 dotfiles/.profile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'dotfiles/.profile')

diff --git a/dotfiles/.profile b/dotfiles/.profile
index 7d6f809..0ad601e 100644
--- a/dotfiles/.profile
+++ b/dotfiles/.profile
@@ -38,10 +38,11 @@ eval "$(dircolors "$HOME/.config/dir_colors")"
 
 . "$HOME/.config/lf/icons"
 
+export $(dbus-launch)
+
 # Start sway automatically upon login on tty1 or tty2
 if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ] || [ $(tty) = /dev/tty2 ]; then
   # DBUS variables (for Artix)
-  export $(dbus-launch)
   sway -d 2> ~/.cache/sway.log 1> /dev/null && clear && exit
   mv ~/.cache/sway.log ~/.cache/sway-crash-$(date +"%Y-%m-%dT%H:%M").log
 fi
-- 
cgit v1.2.3