rice/bspwm/bspwmrc

83 lines
1.9 KiB
Plaintext
Raw Normal View History

2022-01-04 22:04:26 -08:00
#! /bin/sh
pgrep -x sxhkd > /dev/null || sxhkd &
2022-01-28 13:48:43 -08:00
bspc monitor DP-4 -d I II III IV V
bspc monitor DP-0 -d VI VII VIII IX X
2022-01-04 22:04:26 -08:00
2022-01-28 13:48:43 -08:00
bspc config border_width 4
2022-01-27 23:37:58 -08:00
bspc config border_radius 14
2022-01-28 13:48:43 -08:00
bspc config window_gap 7
bspc config top_padding 44
2022-01-04 22:04:26 -08:00
2022-01-28 13:48:43 -08:00
bspc config split_ratio 0.54
2022-01-04 22:04:26 -08:00
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config pointer_follows_focus true
bspc config focus_follows_pointer true
bspc rule -a Gimp desktop='^8' state=floating follow=on
2022-01-27 23:37:58 -08:00
bspc rule -a Chromium desktop='^5'
bspc rule -a firefox desktop='^5'
2022-01-04 22:04:26 -08:00
bspc rule -a mplayer2 state=floating
bspc rule -a Yad state=floating
bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off
bspc rule -a gl state=floating
bspc rule -a Gl state=floating
bspc rule -a mpv state=floating
2022-01-27 23:37:58 -08:00
bspc rule -a Emacs state=floating center=true rectangle=1900x1111+0+0
bspc rule -a DBeaver state=floating center=true rectangle=2123x1234+0+0
2022-01-04 22:04:26 -08:00
# Border
# dracula blue
2022-01-27 23:37:58 -08:00
# bspc config focused_border_color "#bd93f9"
bspc config focused_border_color "#2C4762"
2022-01-04 22:04:26 -08:00
bspc config normal_border_color "#073642"
bspc config active_border_color "#073642"
# Autostart
2022-01-27 23:37:58 -08:00
# Wallpapers
# feh --bg-scale ~/.wallpapers/MYSanGun-Inverted.png ~/.wallpapers/MYSanGun.png
variety &
copyq &
2022-01-04 22:04:26 -08:00
# Notifications
2022-01-27 23:37:58 -08:00
dunst -conf ~/.config/dunst/dunstrc &
2022-01-04 22:04:26 -08:00
# Polkit
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
2022-01-27 23:37:58 -08:00
2022-01-04 22:04:26 -08:00
# Dex
dex -a -s /etc/xdg/autostart/:~/.config/autostart/
2022-01-27 23:37:58 -08:00
2022-01-04 22:04:26 -08:00
# Picom
picom --config ~/.config/picom/picom.conf &
2022-01-27 23:37:58 -08:00
2022-01-04 22:04:26 -08:00
# Network Applet
nm-applet --indicator &
2022-01-27 23:37:58 -08:00
# emacs --bg-daemon
SVPManager \t &
2022-01-04 22:04:26 -08:00
# screensaver
2022-01-27 23:37:58 -08:00
if pgrep xscreensaver; then
killall xscreensaver
fi
xscreensaver --no-splash &
2022-01-04 22:04:26 -08:00
# Bar
2022-01-27 23:37:58 -08:00
~/SudacodeRice/scripts/launch_desktop.sh
# start yubikey ssh-agen
yubikey-agent -l "$XDG_RUNTIME_DIR/yubikey-agent/yubikey-agent.sock" &
2022-01-04 22:04:26 -08:00
# Cursor
# xsetroot -cursor_name left_ptr &
# Low battery notifier
# ~/.config/bspwm/scripts/low_bat_notifier.sh