From d2da4e5d2866083b8159f57eb04da01662b0dc17 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Dec 2017 14:34:27 +0100 Subject: Make dotfiles stow compatible --- bspwm/bspwmrc | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 bspwm/bspwmrc (limited to 'bspwm/bspwmrc') diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc deleted file mode 100755 index 1485f63..0000000 --- a/bspwm/bspwmrc +++ /dev/null @@ -1,31 +0,0 @@ -#! /bin/sh - -export PANEL_FIFO=/home/drobilla/bspwmpanel.fifo -export PANEL_HEIGHT=48 -export PANEL_FONT="DejaVu Sans Mono-16" -export TRAY_HEIGHT=28 -export SCREEN_WIDTH="$(xrandr | grep '*' | sed 's/ *\([0-9]*\)x.*/\1/')" -export TRAY_X="$(echo "$SCREEN_WIDTH - 300" | bc)" -export TRAY_Y=4 - -bspc config border_width 2 -bspc config window_gap 12 - -bspc config split_ratio 0.50 -bspc config borderless_monocle true -bspc config gapless_monocle true -bspc config focus_by_distance true - -bspc config normal_border_color "#2D3232" -bspc config focused_border_color "#6F7372" -bspc config top_padding $PANEL_HEIGHT -bspc config focus_follows_pointer true - -bspc monitor -d 1 2 3 4 5 6 7 8 9 - -hsetroot -solid "#000" -xmodmap ~/.Xmodmap -sxhkd & -#~/.config/bspwm/panel & -#stalonetray -bg "#000" --geometry "1x1+$TRAY_X+$TRAY_Y" --grow-gravity E -i $TRAY_HEIGHT & -#xdotool search --classname stalonetray windowraise -- cgit v1.2.1