From 9b6595c05bbea7c26dd4b103412dd4f28631fd8f Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sun, 4 Feb 2024 22:07:27 +0100 Subject: [PATCH] bash: update config --- home/.bash_profile | 2 +- home/.bashrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.bash_profile b/home/.bash_profile index 27a7acd4..2f14ea32 100644 --- a/home/.bash_profile +++ b/home/.bash_profile @@ -11,7 +11,7 @@ if [[ -f ~/.bashrc ]] ; then fi # autorun X11 -if [ -z $(pgrep X) ] ; then +if test "$DISPLAY" = "" -a "$WAYLAND_DISPLAY" = "" -a "$XDG_VTNR" = 1; then #startx #dbus-launch --exit-with-session /usr/bin/startplasma-wayland #dbus-launch --exit-with-session Hyprland diff --git a/home/.bashrc b/home/.bashrc index dee584fc..4b98757f 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -8,7 +8,7 @@ export PATH="$PATH:/opt/android-sdk/platform-tools:$HOME/go/bin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/Applications" -export BROWSER='qutebrowser --untrusted-args "%u"' +export BROWSER='qutebrowser \--untrusted-args "%u"' export EDITOR='kks edit' export VISUAL='kks edit' export PAGER='less' -- 2.52.0