dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit 465ff78899bfa5691beb03c032988ab8a9d16ee6
parent 08a04d862bc010707e93fd273d3337ae6fec8c30
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Thu, 22 Oct 2020 18:05:40 -0700

BSPWM monitor settings

Diffstat:
M.config/bspwm/bspwmrc | 10++++------
M.config/polybar/config | 2+-
M.config/zsh/zshrc | 1+
3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc @@ -4,12 +4,6 @@ pgrep -x sxhkd > /dev/null || sxhkd & -#bspc monitor -d I II III IV V VI VII VIII IX X - - -#bspc monitor "HDMI-A-2" -d I II III IV V -#bspc monitor "DisplayPort-1" -d VI VII VIII IX X - ws1=("Web" "_>" "_>" "_>" "Msg") ws2=("_>" "_>" "Music" "Mail" "Prop") @@ -20,6 +14,8 @@ else bspc monitor -d $ws1 $ws2 fi +bspc config merge_overlapping_monitors true + bspc config border_width 2 bspc config window_gap 12 @@ -45,5 +41,7 @@ bspc rule -a Screenkey manage=off sleep 3s && init-polybar.sh & +/usr/bin/wal -i $(/home/ryan/src/dotfiles/scripts/ranwal) + picom -b diff --git a/.config/polybar/config b/.config/polybar/config @@ -49,7 +49,7 @@ alert = ${xrdb:color3:#222} [bar/main] ;monitor = ${env:MONITOR:HDMI-1} ;monitor = ${env:MONITOR:DisplayPort-2} -monitor = ${env:MONITOR:DisplayPort-3} +;monitor = ${env:MONITOR:DisplayPort-3} bottom = false top = true diff --git a/.config/zsh/zshrc b/.config/zsh/zshrc @@ -120,6 +120,7 @@ export EDITOR='emacsclient -t' export BROWSER='brave' export COLORTERM='truecolor' export NODE_PATH='~/src/node_modules' +export MEDNAFEN_HOME='/home/ryan/.config/mednafen/' # Editor and zsh