31 lines
599 B
Bash
Executable file
31 lines
599 B
Bash
Executable file
#! /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
|
|
|