1
0
Fork 0

add base dotfiles

This commit is contained in:
cătălin 2021-11-09 12:16:41 +01:00
commit 39254e5c3b
No known key found for this signature in database
GPG key ID: F7DF0BC66B3C7F8D
35 changed files with 699 additions and 0 deletions

31
bspwm/bspwmrc Executable file
View file

@ -0,0 +1,31 @@
#! /bin/sh
####
#### misc tools
####
sxhkd &
wal -i ~/Pictures/walls/odin-dark.jpg
. "${HOME}/.cache/wal/colors.sh"
compton &
~/.config/polybar/launch.sh
pidof dunst && killall dunst && dunst &-c ~/.config/dunst/dunstrc > /dev/null 2>&1 &
xsetroot -cursor_name left_ptr &
wmname LG3D &
bspc monitor -d eDP-1 1 2 3 4
bspc monitor -d HDMI-1 5 6 7 8 9
####
#### bspwm
####
~/.builds/bin/set-monitors.sh
bspc config border_width 5
bspc config window_gap 8
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true