Update bspwm and sxhkd config files

This commit is contained in:
Donovan Glover 2018-01-04 23:47:14 -05:00
parent acd8935fb8
commit 0f42d18129
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D
2 changed files with 12 additions and 2 deletions

View File

@ -2,7 +2,7 @@
sxhkd & 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 border_width 15
bspc config window_gap 20 bspc config window_gap 20
@ -12,3 +12,13 @@ bspc config borderless_monocle true
bspc config gapless_monocle true bspc config gapless_monocle true
bspc rule -a mpv state=floating 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

View File

@ -93,7 +93,7 @@ super + shift + t
# Change the window mode to floating # Change the window mode to floating
# This is the equivalent of a floating window in i3 # This is the equivalent of a floating window in i3
super + @space super + space
bspc node -t floating bspc node -t floating
# Change the window mode to fullscreen # Change the window mode to fullscreen