From 0ae69871e8d350261232e28b5ca13c08fe599fe4 Mon Sep 17 00:00:00 2001 From: vibikim Date: Tue, 23 Mar 2021 09:57:44 +0200 Subject: [PATCH] scoooop --- .profile | 2 +- bspwm/bspwmrc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.profile b/.profile index ca912d9..f2d40ed 100644 --- a/.profile +++ b/.profile @@ -8,4 +8,4 @@ export EDITOR="nvim" export TERMINAL="st" export BROWSER="brave" export READER="xreader" -export FILEMANAGER="nemo" +export FILEMANAGER="thunar" diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index 1cdd059..6ca99f8 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -11,7 +11,7 @@ picom --experimental-backends & dunst & copyq & nm-applet & -blueman-applet & +#blueman-applet & xfce4-power-manager & numlockx on & /usr/bin/lxqt-policykit-agent & @@ -20,13 +20,13 @@ numlockx on & # MONITORS ### if [ "`hostname`" = "beef-book" ]; then - if [ -n "`polybar -m | grep "DP-4"`" ]; then + if [ -n "`polybar -m | grep "DP-1"`" ]; then # for docked desktop use: assign 2 workspaces to the second VGA monitor accordingly if it is connected if [ -n "`polybar -m | grep "VGA-0"`" ]; then - bspc monitor "DP-4" -d 1 2 3 4 5 6 7 + bspc monitor "DP-1" -d 1 2 3 4 5 6 7 bspc monitor "VGA-0" -d 8 9 else - bspc monitor "DP-4" -d 1 2 3 4 5 6 7 8 9 + bspc monitor "DP-1" -d 1 2 3 4 5 6 7 8 9 fi #elif [ -n "`polybar -m | grep "VGA-0"`" ]; then # if [ -n "`polybar -m | grep "LVDS-1-1"`" ]; then