33 lines
660 B
Bash
Executable file
33 lines
660 B
Bash
Executable file
#! /bin/sh
|
|
|
|
####
|
|
#### misc tools
|
|
####
|
|
|
|
sxhkd &
|
|
wal -i ~/Pictures/walls/vapor4.jpg &
|
|
feh --bg-fill ~/Pictures/walls/vapor4.jpg &
|
|
. "${HOME}/.cache/00-80s.jpg" &
|
|
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 &
|
|
greenclip daemon &
|
|
|
|
bspc monitor -d eDP-1 1 2 3 4
|
|
bspc monitor -d HDMI-2 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
|
|
|