Initial config for bspwm
This commit is contained in:
26
.config/bspwm/bspwmrc
Executable file
26
.config/bspwm/bspwmrc
Executable file
@@ -0,0 +1,26 @@
|
||||
#! /bin/sh
|
||||
|
||||
# bspwm config
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 4
|
||||
|
||||
bspc config split_ratio 0.50
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
bspc config focus_by_distance true
|
||||
bspc config auto_cancel true
|
||||
|
||||
# color
|
||||
bspc config focused_border_color "#a6e22e"
|
||||
|
||||
# desktops
|
||||
bspc monitor -d term web games misc
|
||||
|
||||
# application rules
|
||||
bspc rule -a Chromium desktop=web
|
||||
|
||||
# hotkey daemon
|
||||
sxhkd &
|
||||
|
||||
# panel
|
||||
~/.config/bspwm/panel &
|
||||
Reference in New Issue
Block a user