flake/users/guanranwang/home-manager/resources/dotfiles/config/bspwm/bspwmrc

12 lines
420 B
Text
Raw Normal View History

2023-11-06 07:48:20 +00:00
#! /bin/sh
pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x feh > /dev/null || feh --bg-fill /home/guanranwang/.local/share/backgrounds/wallpaper1.png
bspc monitor -d I II III IV V VI VII VIII IX X
bspc config border_width 2
bspc config window_gap 4
bspc config focus_follows_pointer true
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true