From 0f42d18129e9594d88afccb07e43a8e298c34432 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 4 Jan 2018 23:47:14 -0500 Subject: [PATCH] Update bspwm and sxhkd config files --- dotfiles/.config/bspwm/bspwmrc | 12 +++++++++++- dotfiles/.config/sxhkd/sxhkdrc | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dotfiles/.config/bspwm/bspwmrc b/dotfiles/.config/bspwm/bspwmrc index 2b97fd93..71d7e8b5 100644 --- a/dotfiles/.config/bspwm/bspwmrc +++ b/dotfiles/.config/bspwm/bspwmrc @@ -2,7 +2,7 @@ sxhkd & -bspc monitor -d 1 2 3 4 5 6 7 8 9 10 +bspc monitor -d 1 2 3 4 5 6 bspc config border_width 15 bspc config window_gap 20 @@ -12,3 +12,13 @@ bspc config borderless_monocle true bspc config gapless_monocle true bspc rule -a mpv state=floating +bspc rule -a feh state=floating + +# Always focus the window under the cursor +# when moving the mouse, similar to i3 +bspc config focus_follows_pointer true + +# Colors +#bspc config normal_border_color +#bspc config active_border_color +#bspc config focused_border_color diff --git a/dotfiles/.config/sxhkd/sxhkdrc b/dotfiles/.config/sxhkd/sxhkdrc index 3b611eb9..c92278f7 100644 --- a/dotfiles/.config/sxhkd/sxhkdrc +++ b/dotfiles/.config/sxhkd/sxhkdrc @@ -93,7 +93,7 @@ super + shift + t # Change the window mode to floating # This is the equivalent of a floating window in i3 -super + @space +super + space bspc node -t floating # Change the window mode to fullscreen