mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 13:50:34 +00:00
removed unused floating classes and increased the window gap size
This commit is contained in:
@@ -75,11 +75,11 @@ fn main() -> penrose::Result<()> {
|
|||||||
config_builder
|
config_builder
|
||||||
.workspaces(vec!["1", "2", "3", "4", "5", "6", "7", "8", "9"])
|
.workspaces(vec!["1", "2", "3", "4", "5", "6", "7", "8", "9"])
|
||||||
// Windows with a matching WM_CLASS will always float
|
// Windows with a matching WM_CLASS will always float
|
||||||
.floating_classes(vec!["dmenu", "dunst", "polybar"])
|
.floating_classes(vec!["polybar"])
|
||||||
// Client border colors are set based on X focus
|
// Client border colors are set based on X focus
|
||||||
.focused_border("#8218c4")?
|
.focused_border("#8218c4")?
|
||||||
.unfocused_border("#1A1A1A")?
|
.unfocused_border("#1A1A1A")?
|
||||||
.gap_px(0)
|
.gap_px(5)
|
||||||
.top_bar(true)
|
.top_bar(true)
|
||||||
.bar_height(32);
|
.bar_height(32);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user