diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-04-23 19:04:14 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-04-23 19:04:14 +0200 |
commit | c8522cc250f8c3895afb6f21ccf87766d73e1a0a (patch) | |
tree | bb69f8261a7575b4c64ed3517f960444cf0e7de4 | |
parent | 205bed794b06ee232d9ae9bf38c68c9e74a9c248 (diff) |
Add bspwmrc
-rwxr-xr-x | bspwmrc | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +#!/bin/sh + +pgrep -x sxhkd > /dev/null || sxhkd & + +xss-lock --transfer-sleep-lock -- i3lock-fancy & +feh --bg-fill ~/.wallpaper.png +killall -qw picom; picom -b +pgrep -x polybar > /dev/null || ~/.config/polybar/launch.sh & + +bspc monitor 'eDP-1'-n 1 -d 1 2 3 4 5 6 7 8 9 +bspc monitor 'DP-2' -n 2 -d 1 2 3 4 5 6 7 8 9 + +bspc config border_width 0 +bspc config window_gap 10 + +bspc config split_ratio 0.52 +bspc config borderless_monocle true +bspc config gapless_monocle true |