mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +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
|
||||
cursor_warp = False
|
||||
floating_layout = layout.Floating(
|
||||
border_focus=colors[8],
|
||||
border_width=2,
|
||||
float_rules=[
|
||||
# Run the utility of `xprop` to see the wm class and name of an X client.
|
||||
*layout.Floating.default_float_rules,
|
||||
|
||||
Reference in New Issue
Block a user