This commit is contained in:
pim-wtf
2022-06-15 16:32:42 +02:00
parent 532d3facb2
commit bf71b22e3e
24 changed files with 131 additions and 1500 deletions

View File

@ -15,7 +15,8 @@ pgrep -x sxhkd > /dev/null || sxhkd &
$HOME/.config/polybar/launch.sh
# Set wallpaper.
feh --bg-fill $HOME/.wallpapers/mountains.jpeg
feh --bg-fill $HOME/Pictures/Wallpapers/Forest.png
picom -b &
# Load BT & Network tray applets.
blueman-manager &
@ -52,3 +53,6 @@ bspc rule -a Nextcloud state=floating
bspc rule -a Galculator state=floating
bspc rule -a Zathura state=tiled
bspc rule -a Emacs state=tiled
bspc config normal_border_color "#34494c"
bspc config focused_border_color "#8aa9a1"