From c87a83daf2094ed4ac69e0e4be2bb4b4190ebe01 Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Tue, 7 Sep 2021 23:08:46 +0200 Subject: [PATCH] removed junk --- config/bspwm/bspwmrc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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