summaryrefslogtreecommitdiff
path: root/.config/bspwm
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-02-21 18:48:44 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-02-21 18:48:44 -0500
commit8fbe271a6b563756dbe5a4e59459e3ed722ee9e9 (patch)
treef7766d6cee813f894154e5555abeae12862182b9 /.config/bspwm
parenta504b63dfaa23ac6ba420942f71d859630c03e0e (diff)
refactor!: BSPWM & Newsboat configs removed
The config files for BSPWM & Newboat have been removed as they are unused and no longer needed.
Diffstat (limited to '.config/bspwm')
-rwxr-xr-x.config/bspwm/bspwmrc54
1 files changed, 0 insertions, 54 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
deleted file mode 100755
index 9de8a77..0000000
--- a/.config/bspwm/bspwmrc
+++ /dev/null
@@ -1,54 +0,0 @@
-#! /bin/sh
-#### AUTOSTART ####
-sxhkd &
-reloadPolybar &
-#### MONITORS ####
-mainmonitor="$(bspc query --monitors --names | grep -v LVDS | head -n 1)"
-if ! echo "$mainmonitor" | grep LVDS >/dev/null 2>&1; then
- xrandr --output "$mainmonitor" --auto --output LVDS1 --off
-fi
-bspc monitor $mainmonitor -d 1 2 3 4 5 6 7 8 9 10
-bspc desktop -f 1
-
-#### BSPWM configuration ####
-#bspc config border_radius 8
-bspc config border_width 2
-bspc config window_gap 10
-bspc config top_padding 20
-bspc config bottom_padding 0
-bspc config left_padding 0
-bspc config right_padding 0
-bspc config single_monocle false
-bspc config click_to_focus true
-bspc config split_ratio 0.50
-bspc config borderless_monocle true
-bspc config gapless_monocle true
-bspc config focus_by_distance true
-bspc config focus_follows_pointer true
-bspc config history_aware_focus true
-bspc config remove_disabled_monitors true
-bspc config merge_overlapping_monitors true
-bspc config pointer_modifier mod4
-bspc config pointer_action1 move
-bspc config pointer_action2 resize_side
-bspc config pointer_action3 resize_corner
-
-#### BSPWM coloring ####
-bspc config normal_border_color "#4c566a"
-bspc config active_border_color "#1e1e1e"
-bspc config focused_border_color "#5e81ac"
-bspc config presel_feedback_color "#5e81ac"
-bspc config urgent_border_color "#dd2727"
-
-#polybar hidden when fullscreen for vlc, youtube, mpv ...
-#find out the name of your monitor with xrandr
-xdo below -t $(xdo id -n root) $(xdo id -a polybar-main_DisplayPort-0)
-xdo below -t $(xdo id -n root) $(xdo id -a polybar-main_DisplayPort-1)
-xdo below -t $(xdo id -n root) $(xdo id -a polybar-main_HDMI-A-0)
-
-bspc rule -a Gimp desktop='^8' state=floating follow=on
-bspc rule -a Chromium desktop='^2'
-bspc rule -a mplayer2 state=floating
-bspc rule -a Kupfer.py focus=on
-bspc rule -a Screenkey manage=off
-bspc rule -a shutdownScript state:floating