Archived
0
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/bspwm/bspwmrc

28 lines
993 B
Text
Raw Normal View History

2021-12-28 05:04:49 +00:00
#! /bin/sh
# Autostart
2022-07-13 14:05:41 +00:00
pgrep -x dunst > /dev/null || dunst -conf $HOME/.config/dunst/dunstrc &
2021-12-28 05:04:49 +00:00
sxhkd &
xrdb $HOME/.Xresources
$HOME/.config/polybar/launch.sh &
pgrep -x polkit-gnome-au > /dev/null || /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
feh --bg-fill --randomize $HOME/backgrounds/* /usr/share/backgrounds/* &
pgrep -x pasystray > /dev/null || pasystray &
pgrep -x xscreensaver > /dev/null || xscreensaver -no-splash &
2022-07-13 14:43:30 +00:00
pgrep -x picom > /dev/null || picom --config $HOME/.config/picom/picom.conf --experimental-backends --animations --animation-for-open-window zoom &
2022-07-13 14:05:41 +00:00
wmname LG3D &
2021-12-28 05:04:49 +00:00
2022-07-09 18:46:03 +00:00
while pgrep -u $UID -f windows.sh >/dev/null; do pkill -f windows.sh; done
~/.config/bspwm/windows.sh &
2021-12-28 05:04:49 +00:00
# Set workspaces
2022-07-08 15:50:25 +00:00
bspc monitor DP-2 -d 1 2 3 4 5
bspc monitor HDMI-0 -d 6 7 8 9 0
2021-12-28 05:04:49 +00:00
# BSPWM config
2022-07-13 14:05:41 +00:00
bspc config border_width 3
2021-12-28 05:04:49 +00:00
bspc config window_gap 12
bspc config split_ratio 0.50
bspc config borderless_monocle true
bspc config gapless_monocle true