dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit 6f12449b8d4ba78ba018fb0144b40776a01f01b3
parent a669bbd46c1b99c36274a5d684033539cab29eeb
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Sat, 26 Dec 2020 22:23:31 -0800

move workspaces, fixed fullscreen issue

Diffstat:
M.config/bspwm/bspwmrc | 12+++++-------
M.config/polybar/config | 2+-
2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc @@ -2,10 +2,8 @@ pgrep -x sxhkd > /dev/null || sxhkd & - - -ws1=("Web" "_>" "_>" "_>" "Msg") -ws2=("_>" "_>" "Music" "Mail" "Prop") +ws1=("Web" "Music" "Mail" "_>" "Msg") +ws2=("_>" "_>" "_>" "_>" "Prop") if [ "$HOST" = "Southpark" ]; then bspc monitor "HDMI-A-2" -d $ws1 @@ -13,7 +11,7 @@ if [ "$HOST" = "Southpark" ]; then xset -display :0.0 s off xset -display :0.0 s noblank else - bspc monitor -d $ws1 $ws2 + bspc monitor -d $ws1 $ws2 fi bspc config merge_overlapping_monitors true @@ -40,8 +38,8 @@ bspc rule -a Steam desktop='^10' bspc rule -a Screenkey manage=off - -(sleep 3s && /home/ryan/src/dotfiles/scripts//init-polybar.sh) &>/dev/null & +(sleep 3s && \ + /home/ryan/src/dotfiles/scripts/init-polybar.sh) &>/dev/null & picom -b diff --git a/.config/polybar/config b/.config/polybar/config @@ -90,7 +90,7 @@ tray-position = right tray-padding = 2 ;tray-background = #0063ff -wm-restack = i3 +wm-restack = bspwm ;override-redirect = true