add some configs for bspwm

This commit is contained in:
2024-09-10 22:53:10 +04:00
parent b767beebd0
commit 323ba1e6f3
5 changed files with 847 additions and 0 deletions

33
bspwm/bspwmrc Executable file
View File

@@ -0,0 +1,33 @@
#!/bin/sh
pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x picom > /dev/null || picom &
bspc monitor DVI-I-1 -d I II III IV V
bspc monitor HDMI-1 -d VI VII VIII IX X
bspc config border_width 3
bspc config window_gap 5
bspc config pointer_modifier super
bspc config focus_follows_pointer true
bspc config pointer_follows_focus false
bspc config pointer_motion_interval 5
bspc config pointer_modifier mod4
bspc config pointer_action1 move
bspc config pointer_action2 resize_side
bspc config pointer_action3 resize_corner
bspc rule -a scratch sticky=on state=floating focus=on
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
bash $HOME/.config/polybar/launch.sh &
sxhkd &
nitrogen --restore &
dunst &
xsetroot -cursor_name left_ptr &
pipewire &
pipewire-pulse