From 6a0cfdf6e2cab9628ac7087d534ab6e7beb7cdad Mon Sep 17 00:00:00 2001 From: randomuser Date: Sun, 6 Feb 2022 05:25:08 +0000 Subject: [PATCH] more changes to dotfiles --- bspwm/bspwmrc | 10 ++-------- sx/sxrc | 8 ++++++++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index 5c62a1d..4132844 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -1,14 +1,8 @@ #!/bin/sh # rndusr's bspwmrc -# monitor configuration -disp - -# set a wallpaper -wal - -# get the battery indicator -xbattmon & +# get the monitors up and running +bspc monitor -d 1 2 3 4 5 6 7 8 9 # set up the color scheme bspc config normal_border_color "#161510" diff --git a/sx/sxrc b/sx/sxrc index 8e62d47..6c84d30 100755 --- a/sx/sxrc +++ b/sx/sxrc @@ -1,2 +1,10 @@ +# pre-wm boilerplate +disp +wal + +# statusbar +simplestatus | lemonbar -f 'Fantasque Sans Mono' & + +# start the wm sxhkd & bspwm