diff options
Diffstat (limited to 'bspwm/.config')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 8 | ||||
-rw-r--r-- | bspwm/.config/sxhkd/sxhkdrc | 5 |
2 files changed, 10 insertions, 3 deletions
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 |