1#! /bin/sh
2# Workspaces
3bspc monitor HDMI-0 -d 1 2 3 4 5
4bspc monitor HDMI-2 -d 1 2 3
5
6# Window settings
7bspc config window_gap 10
8bspc config split_ratio 0.50
9bspc config borderless_monocle true
10bspc config gapless_monocle false
11bspc config focus_follows_pointer true
12bspc config top_padding 30
13bspc config right_padding 0
14bspc config bottom_padding 0
15bspc config left_padding 0
16bspc config border_width 2
17
18# Border colors
19bspc config normal_border_color "#4a4a4a"
20bspc config focused_border_color "#ffffff"
21bspc config active_border_color "#4a4a4a"
22bspc config presel_feedback_color "#212121"
23
24# Switch the resize/move mod key which is mod1 in bspwm for some reason?
25bspc config pointer_modifier mod1
26
27#Applications on bspwm session init
28picom -b &
29light-locker &
30xset -dpms s off
31nitrogen --restore &
32~/.config/polybar/polybar.sh &
33sxhkd &
34/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh
35/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &