aboutsummaryrefslogtreecommitdiffstats
path: root/.config/bspwm/bspwmrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/bspwm/bspwmrc')
-rwxr-xr-x.config/bspwm/bspwmrc62
1 files changed, 62 insertions, 0 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
new file mode 100755
index 0000000..d025c02
--- /dev/null
+++ b/.config/bspwm/bspwmrc
@@ -0,0 +1,62 @@
+#!/bin/sh
+
+#LAUNCHERS
+$HOME/.config/bspwm/autostart.sh
+
+# BSPWM configuration
+bspc config border_width 2
+bspc config window_gap 10
+bspc config top_padding 25
+bspc config bottom_padding 0
+bspc config left_padding 0
+bspc config right_padding 0
+
+bspc config single_monocle false
+bspc config split_ratio 0.55
+bspc config borderless_monocle false
+bspc config gapless_monocle false
+bspc config focus_follows_pointer true
+
+bspc config pointer_modifier mod4
+bspc config pointer_action1 move
+bspc config pointer_action2 resize_side
+bspc config pointer_action3 resize_corner
+bspc config remove_disabled_monitors true
+bspc config merge_overlapping_monitors true
+
+bspc config automatic_scheme alternate
+
+#BSPWM coloring
+
+#bspc config normal_border_color "#3c3836"
+#bspc config active_border_color "#504945"
+#bspc config focused_border_color "#98971a"
+#bspc config presel_feedback_color "#504945"
+
+bspc config focused_border_color "#5e81ac"
+bspc config normal_border_color "#4c566a"
+bspc config active_border_color "#2e3440"
+bspc config presel_feedback_color "#2e3440"
+bspc config urgent_border_color "#2e3440"
+
+# Laptop monitor
+bspc monitor -d one two three four five six seven eight nine zero
+# External monitor
+# bspc monitor DP1 -d code web chat media other
+# PC Monitor
+# bspc monitor HDMI-1 -d code web chat media other
+
+bspc rule -a MultiMC5 state=floating
+bspc rule -a Steam state=floating
+bspc rule -a Transmission-gtk state=floating
+bspc rule -a Qemu-system-x86_64 state=floating
+bspc rule -a Virt-manager state=floating
+bspc rule -a Pavucontrol state=floating
+bspc rule -a Plug state=floating
+bspc rule -a zoom state=floating
+bspc rule -a Signal state=floating
+bspc rule -a Spotify state=floating
+bspc rule -a Cawbird state=floating
+bspc rule -a krita state=floating
+
+bspc config border_radius 5