This commit is contained in:
2026-06-17 20:47:05 -04:00
parent 41a878d79b
commit 4a22f7fe20

View File

@@ -85,8 +85,10 @@ oxwm.set_modkey(modkey)
oxwm.set_tags(tags) oxwm.set_tags(tags)
oxwm.set_layout_symbol("tiling", "[T]") oxwm.set_layout_symbol("tiling", "[T]")
oxwm.set_layout_symbol("tabbed", "[FOO]")
oxwm.key.bind({ modkey }, "L", oxwm.layout.set("tabbed"))
oxwm.rule.add({ instance = "atlauncher", floating = true }) oxwm.rule.add({ instance = "com-atlauncher-App", floating = true })
oxwm.border.set_width(2) oxwm.border.set_width(2)
oxwm.border.set_focused_color(colors.blue) oxwm.border.set_focused_color(colors.blue)