diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 50bd58f..2aa6407 100755 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # MONITORS # if [[ "$(uname -n)" == *'desktop'* ]]; then @@ -18,18 +18,13 @@ bspc config focus_follows_pointer true # Dracula theme # -bspc config normal_border_color "" -bspc config active_border_color "" bspc config focused_border_color "#bd93f9" -bspc config presel_feedback_color "" # WINDOW RULES # bspc rule -a Steam state=tiled bspc rule -a Zathura state=tiled bspc rule -a Emacs state=tiled -# PROBLEMS WITH JAVA APPLICATIONS # -wmname LG3D - # AUTOSTART # [[ ! $(pidof -x sxhkd) ]] && sxhkd & +feh --bg-fill ~/.dotfiles/config/wallpaper/base.png