add base dotfiles
This commit is contained in:
commit
39254e5c3b
35 changed files with 699 additions and 0 deletions
31
bspwm/bspwmrc
Executable file
31
bspwm/bspwmrc
Executable 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue