From 2ece7032558cd0be673d65237a01c5e6ffe625f1 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 Nov 2022 15:21:44 +0000 Subject: Move to a GNU Stow config --- bspwm/.config/bspwmrc/bspwmrc | 16 ++++++++++++++++ bspwm/bspwmrc | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100755 bspwm/.config/bspwmrc/bspwmrc delete mode 100755 bspwm/bspwmrc (limited to 'bspwm') diff --git a/bspwm/.config/bspwmrc/bspwmrc b/bspwm/.config/bspwmrc/bspwmrc new file mode 100755 index 0000000..d27a070 --- /dev/null +++ b/bspwm/.config/bspwmrc/bspwmrc @@ -0,0 +1,16 @@ +#!/bin/sh + +bspc monitor DP-1 -d term web code music +bspc monitor DP-2 -d 5 6 7 +bspc monitor DVI-1-0 -d 8 9 + +bspc config border_width 0 +bspc config window_gap 5 + +bspc config split_ratio 0.52 +bspc config borderless_monocle true +bspc config gapless_monocle true + +bspc rule -a Emacs state=tiled + +$HOME/.config/polybar/launch.sh diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc deleted file mode 100755 index d27a070..0000000 --- a/bspwm/bspwmrc +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -bspc monitor DP-1 -d term web code music -bspc monitor DP-2 -d 5 6 7 -bspc monitor DVI-1-0 -d 8 9 - -bspc config border_width 0 -bspc config window_gap 5 - -bspc config split_ratio 0.52 -bspc config borderless_monocle true -bspc config gapless_monocle true - -bspc rule -a Emacs state=tiled - -$HOME/.config/polybar/launch.sh -- cgit