From 36326b96720d466173fb73825fc86e27137f33d2 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 6 Jun 2021 13:29:22 -0400 Subject: Add bspwm setup --- X/.xinitrc | 5 ++++- bspwm/.config/bspwm/bspwmrc | 9 ++++++--- sxhkd/.config/sxhkd/sxhkdrc | 5 +++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/X/.xinitrc b/X/.xinitrc index a4c9c51..21c825e 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -10,4 +10,7 @@ xinput set-button-map 13 1 2 3 5 4 ~/.screenSetup.sh [[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap #exec mate-session -exec i3 +#exec i3 +#exec twm +exec bspwm + diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 9a3d504..3ac565b 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -4,12 +4,15 @@ sxhkd -m -1 & bspc monitor -d I II III IV V VI VII VIII IX X -bspc config border_width 2 +bspc config border_width 6 bspc config window_gap 12 +bspc config normal_border_color "#005555" +bspc config focused_border_color "#00FFFF" + bspc config split_ratio 0.52 bspc config borderless_monocle true bspc config gapless_monocle true -info.bash 2>/dev/null | lemonbar -p - +lemonbar_input 2>/dev/null | lemonbar -p +volume_set.sh 50% diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 0ba020b..31a12e9 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -4,7 +4,7 @@ # terminal emulator super + Return - uxterm + alacritty # program launcher super + space @@ -124,4 +124,5 @@ super + alt + shift + {h,j,k,l} super + {Left,Down,Up,Right} bspc node -v {-20 0,0 20,0 -20,20 0} - +XF86Audio{Raise,Lower}Volume + volume_set.sh {+,-}5% -- cgit v1.1