all repos

dotfiles @ 394d56fa6908da5418a6e5e21ce1050e587afd32

my dotfiles

config/bspwm/bspwmrc (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#! /bin/sh

###### Auto start #####
setxkbmap "us,ru,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps" &
sxhkd &
nmcli radio wifi on; nmcli device wifi connect Pechenka password 24032006 name net &
picom -b &
polybar test &
feh --randomize --bg-scale ~/Изображения/Walpapper/* &
# redshift-gtk &


###### BSPWM #####
bspc monitor -d I II III IV V VI VII VIII IX X

#bspc config border_radius                8
bspc config border_width                  2
bspc config window_gap                    10
bspc config top_padding                   20
bspc config bottom_padding                0
bspc config left_padding                  0
bspc config right_padding                 0
bspc config single_monocle                false
bspc config click_to_focus                true
bspc config split_ratio                   0.50
bspc config borderless_monocle            true
bspc config gapless_monocle               true
bspc config focus_by_distance             true
bspc config focus_follows_pointer         true
bspc config history_aware_focus           true 
bspc config remove_disabled_monitors      true
bspc config merge_overlapping_monitors    true
bspc config pointer_modifier              mod4
bspc config pointer_action1               move
bspc config pointer_action2               resize_side
bspc config pointer_action3               resize_corner

####### Rules ######
bspc rule -a Thunar desktop='^4'
bspc rule -a Qutebrowser desktop='^2'