26 lines
581 B
Bash
Executable File
26 lines
581 B
Bash
Executable File
#! /bin/sh
|
|
sxhkd &
|
|
polybar bar -q &
|
|
|
|
bspc monitor eDP-1 -d 1 2 3 4 5
|
|
bspc monitor HDMI-1 -d 6 7 8 9 10
|
|
|
|
bspc rule -a Element desktop=^3
|
|
|
|
#bspc config focus_follows_pointer true
|
|
|
|
#bspc config border_width 0.5
|
|
#bspc config window_gap 0
|
|
|
|
#bspc config split_ratio 0.52
|
|
#bspc config borderless_monocle true
|
|
#bspc config gapless_monocle true
|
|
|
|
#bspc config remove_unplugged_monitors true
|
|
#bspc config remove_disabled_monitors true
|
|
|
|
#bspc config normal_border_color
|
|
#bspc config active_border_color \#145f9d
|
|
#bspc config focused_border_color \#145f9d
|
|
|