From 97e24e19fae08f4dd6d1a5520fa78568788d47b2 Mon Sep 17 00:00:00 2001 From: surdeus Date: Sat, 20 Jul 2024 07:59:42 +0500 Subject: [PATCH] feat: river: added blueman-applet into the init. --- dot/file/profile | 1 + river/init | 2 ++ 2 files changed, 3 insertions(+) diff --git a/dot/file/profile b/dot/file/profile index 0dee0e4..d44e706 100755 --- a/dot/file/profile +++ b/dot/file/profile @@ -52,6 +52,7 @@ fi export ETC="$HOME/etc" export PATH="$PATH:$BIN" export GIT="https://surdeus.su" + export DEV="$HOME/dev" # CLI. export ENV="$HOME/.shrc" diff --git a/river/init b/river/init index 97690fc..3d8e2fd 100755 --- a/river/init +++ b/river/init @@ -201,10 +201,12 @@ if test -z "$RIVER_RELOAD" ; then eval $XOUTPUT_DAEMON & eval $XBAR & + blueman-applet & eval $XTERMINAL & eval $XTERMINAL & eval $XTERMINAL & + fi export QT_QPA_PLATFORM=wayland