updated comments, removed unused stuff.
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
#! /bin/sh
|
||||
# ________
|
||||
# ________
|
||||
# | _____ \
|
||||
# | | _/ / Pim Nelissen
|
||||
# | | /__/ p1m@disroot.org
|
||||
# | | https://pim.wtf/
|
||||
# \_|
|
||||
#
|
||||
# BSPWM configuation file.
|
||||
# | | /__/ https://pim.wtf/
|
||||
# | |
|
||||
# \_|
|
||||
|
||||
# bspwm configuation file.
|
||||
|
||||
# Enable sxhkd keybindings.
|
||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||
@ -14,8 +14,8 @@ pgrep -x sxhkd > /dev/null || sxhkd &
|
||||
# Launch polybar.
|
||||
$HOME/.config/polybar/launch.sh
|
||||
|
||||
# Set wallpaper.
|
||||
nitrogen --set-zoom-fill ~/.wallpapers/mountains3.jpg
|
||||
# Set the last wallpaper.
|
||||
nitrogen --restore
|
||||
|
||||
# Load BT manager for keyboard.
|
||||
blueman-manager &
|
||||
@ -24,9 +24,10 @@ blueman-manager &
|
||||
nextcloud --background &
|
||||
redshift &
|
||||
|
||||
# Set up 8 bspwm workspaces.
|
||||
bspc monitor -d I II III IV V VI VII VIII
|
||||
|
||||
# Match the bspwm window gap to the gaps of polybar.
|
||||
# Borders, gaps and padding to fit polybar.
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 15
|
||||
bspc config top_padding 50
|
||||
@ -35,7 +36,7 @@ bspc config split_ratio 0.50
|
||||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
|
||||
# bspwm window rules for different applications on my system.
|
||||
# bspwm window rules for applications.
|
||||
bspc rule -a Gimp desktop='^8' state=floating follow=on
|
||||
bspc rule -a Pavucontrol state=floating
|
||||
bspc rule -a Lxappearance state=floating
|
||||
|
Reference in New Issue
Block a user