dotfiles/Laptop/bspwm/bspwmrc

38 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-02-16 01:05:04 +03:00
#!/bin/bash
2024-09-10 21:53:10 +03:00
2025-02-16 01:05:04 +03:00
xhost +si:localuser:$USER &
xmodmap ~/.Xmodmap
2024-09-10 21:53:10 +03:00
2025-02-12 23:39:54 +03:00
bspc monitor -d 1 2 3 4 5
2024-09-10 21:53:10 +03:00
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
2024-09-12 00:45:33 +03:00
bspc config split_ratio 0.52
bspc config active_border_color "#E0A3B6"
bspc config normal_border_color "#8393A1"
bspc config focused_border_color "#93D4C5"
2024-09-10 21:53:10 +03:00
2025-02-16 01:05:04 +03:00
pgrep -x polybar > /dev/null || polybar &
pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x xidlehook > /dev/null || xidlehook --not-when-fullscreen --not-when-audio --timer 300 'betterlockscreen -l' '' --timer 1200 'sudo zzz' '' &
pgrep -x xmousepasteblock > /dev/null || xmousepasteblock &
pgrep -x syndaemon > /dev/null || syndaemon -d -i 0.5 &
2025-02-16 01:05:04 +03:00
xsetroot -cursor_name left_ptr
2024-09-13 16:16:14 +03:00
picom &
feh --bg-fill ~/.bg/bg_5.png &
2024-09-10 21:53:10 +03:00
dunst &