Initial bspwm config

This commit is contained in:
Simon
2020-07-10 00:12:55 +02:00
parent f722e56a74
commit b00eeb9abf
5 changed files with 203 additions and 76 deletions
+38 -7
View File
@@ -1,18 +1,49 @@
#! /bin/sh
sxhkd &
#bspc rule -a Gimp desktop='^8' state=floating follow=on
#bspc rule -a Chromium desktop='^2'
#bspc rule -a mplayer2 state=floating
#bspc rule -a Kupfer.py focus=on
#bspc rule -a Screenkey manage=off
bspc monitor -d I II III IV V VI VII VIII IX X
################################################################################################
# BSPWM
#bspc monitor -d I II III IV V VI VII VIII IX X
bspc monitor -d 1 2 3 4 5 6 7 8 9 0
bspc config border_width 2
bspc config window_gap 12
bspc config window_gap 8
bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc rule -a Gimp desktop='^8' state=floating follow=on
bspc rule -a Chromium desktop='^2'
bspc rule -a mplayer2 state=floating
bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off
sxhkd &
################################################################################################
# AUTOSTART
# General
setsid sh -c "xmodmap ~/.Xmodmap"
# display
setsid "picom"
setsid sh "$HOME/.config/polybar/launch_polybar.sh"
setsid sh -c "nitrogen --restore"
setsid sh -c "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
# audio
#setsid "sh ~/Userdata/Scripts/Launchers/restart_pulseaudio.sh"
setsid "pulseaudio --start"
setsid sh -c "pactl unload-module module-role-cork"
# extra
setsid /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
setsid sh -c "rfkill unblock bluetooth"
setsid blueberry-tray
#setsid onboard
setsid nm-applet
setsid "nextcloud --background"