dotfiles/config/bspwm/bspwmrc (view raw)
| 1 | #! /bin/sh |
| 2 | |
| 3 | ###### Auto start ##### |
| 4 | setxkbmap "us,ru,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps" & |
| 5 | sxhkd & |
| 6 | nmcli radio wifi on; nmcli device wifi connect Pechenka password 24032006 name net & |
| 7 | picom -b & |
| 8 | polybar test & |
| 9 | feh --randomize --bg-scale ~/Изображения/Walpapper/* & |
| 10 | # redshift-gtk & |
| 11 | |
| 12 | |
| 13 | ###### BSPWM ##### |
| 14 | bspc monitor -d I II III IV V VI VII VIII IX X |
| 15 | |
| 16 | #bspc config border_radius 8 |
| 17 | bspc config border_width 2 |
| 18 | bspc config window_gap 10 |
| 19 | bspc config top_padding 20 |
| 20 | bspc config bottom_padding 0 |
| 21 | bspc config left_padding 0 |
| 22 | bspc config right_padding 0 |
| 23 | bspc config single_monocle false |
| 24 | bspc config click_to_focus true |
| 25 | bspc config split_ratio 0.50 |
| 26 | bspc config borderless_monocle true |
| 27 | bspc config gapless_monocle true |
| 28 | bspc config focus_by_distance true |
| 29 | bspc config focus_follows_pointer true |
| 30 | bspc config history_aware_focus true |
| 31 | bspc config remove_disabled_monitors true |
| 32 | bspc config merge_overlapping_monitors true |
| 33 | bspc config pointer_modifier mod4 |
| 34 | bspc config pointer_action1 move |
| 35 | bspc config pointer_action2 resize_side |
| 36 | bspc config pointer_action3 resize_corner |
| 37 | |
| 38 | ####### Rules ###### |
| 39 | bspc rule -a Thunar desktop='^4' |
| 40 | bspc rule -a Qutebrowser desktop='^2' |