mirror da https://github.com/WolfeCub/dotfiles.git
3 ha cambiato i file con 33 aggiunte e 25 eliminazioni
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh |
||||
|
||||
bspc config border_width 2 |
||||
bspc config window_gap 0 |
||||
bspc config top_padding 0 |
||||
bspc config split_ratio 0.5 |
||||
bspc config borderless_monocle true |
||||
bspc config gapless_monocle true |
||||
bspc config focus_follows_pointer true |
||||
bspc config single_monocle true |
||||
bspc config remove_unplugged_monitors true |
||||
bspc config remove_disabled_monitors true |
||||
|
||||
bspc rule -a Emacs state=tiled |
||||
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X |
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh |
||||
|
||||
xinput set-button-map 14 1 2 3 5 4 6 7 8 9 10 11 12 |
||||
setxkbmap -option compose:ralt |
||||
xsetroot -cursor_name left_ptr |
||||
~/bin/caps |
||||
~/bin/key-rate |
||||
|
||||
(dropbox start&) |
||||
(nm-applet&) |
||||
(~/bin/battery_notify&) |
||||
(~/bin/autohide&) |
||||
|
||||
feh --bg-scale --randomize ~/Pictures/wallpapers/* |
||||
polybar my-awesome-polybar |
Caricamento…
Reference in new issue