mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Fixing annoying default blue border around floating windows.
This commit is contained in:
@@ -464,6 +464,8 @@ follow_mouse_focus = True
|
|||||||
bring_front_click = False
|
bring_front_click = False
|
||||||
cursor_warp = False
|
cursor_warp = False
|
||||||
floating_layout = layout.Floating(
|
floating_layout = layout.Floating(
|
||||||
|
border_focus=colors[8],
|
||||||
|
border_width=2,
|
||||||
float_rules=[
|
float_rules=[
|
||||||
# Run the utility of `xprop` to see the wm class and name of an X client.
|
# Run the utility of `xprop` to see the wm class and name of an X client.
|
||||||
*layout.Floating.default_float_rules,
|
*layout.Floating.default_float_rules,
|
||||||
|
|||||||
Reference in New Issue
Block a user