mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
Update bspwm and sxhkd config files
This commit is contained in:
parent
acd8935fb8
commit
0f42d18129
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user