From a9d4ed7cebfe7a372436e50c1632c09a83021ff2 Mon Sep 17 00:00:00 2001 From: Julian T Date: Mon, 16 Dec 2019 13:19:39 +0100 Subject: Changed bspwm setup method --- bspwm/.config/bspwm/bspwmrc | 8 ++++++-- bspwm/.config/sxhkd/sxhkdrc | 5 ++++- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'bspwm/.config') diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 24dddc4..008d28b 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -1,10 +1,11 @@ #! /usr/bin/env bash -sxhkd & +# Started by nixos +# sxhkd & bspc monitor -d 1 2 3 4 5 6 7 8 9 -bspc config border_width 2 +bspc config border_width 3 bspc config window_gap 12 bspc config split_ratio 0.52 @@ -27,3 +28,6 @@ bspc rule -a firefox desktop=^9 bspc config normal_border_color "#555753" bspc config active_border_color "#555753" bspc config focused_border_color "#3465a4" + +# Launch other stuff +~/Scripts/xlaunchrc diff --git a/bspwm/.config/sxhkd/sxhkdrc b/bspwm/.config/sxhkd/sxhkdrc index 7721f9d..960cbb7 100644 --- a/bspwm/.config/sxhkd/sxhkdrc +++ b/bspwm/.config/sxhkd/sxhkdrc @@ -1,6 +1,9 @@ alt + i - xfce4-terminal + termite + +alt + w + ./Scripts/lc common # program launcher alt + d -- cgit v1.2.3