aboutsummaryrefslogtreecommitdiffstats
path: root/.config/bspwm/bspwmrc
blob: d025c0204c61da5aaaf7560d78fb60fc4a245746 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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