aboutsummaryrefslogtreecommitdiff
path: root/.config/bspwm
diff options
context:
space:
mode:
Diffstat (limited to '.config/bspwm')
-rwxr-xr-x.config/bspwm/bspwmrc24
1 files changed, 0 insertions, 24 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
deleted file mode 100755
index 662202f..0000000
--- a/.config/bspwm/bspwmrc
+++ /dev/null
@@ -1,24 +0,0 @@
-#! /bin/sh
-
-pgrep -x sxhkd > /dev/null || sxhkd &
-xbanish &
-thunderbird &
-dunst &
-picom --backend glx & # Vsync
-tsarbar &
-sleep 1
-tsarbar_status.sh &
-feh --bg-scale ~/media/img/bbwp10x.png &
-
-bspc monitor -d www dev 1 2
-
-bspc config border_width 1
-bspc config window_gap 0
-bspc config top_padding 20
-
-bspc config split_ratio 0.5
-bspc config borderless_monocle true
-bspc config gapless_monocle true
-
-bspc config normal_active_color "#202020"
-bspc config focused_border_color "#FFFFFF"