oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

fixed font

Commit
6f26d6c4e006b965a690030b6e2d2703f1ccf05f
Parent
b9062ae
Author
tonybtw <tonybtw@tonybtw.com>
Date
2025-10-06 03:57:14

Diff

diff --git a/src/config.rs b/src/config.rs
index 0d5cc48..be28ee9 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -9,7 +9,7 @@ use x11rb::protocol::xproto::KeyButMask;
 pub const BORDER_WIDTH: u32 = 1;
 pub const BORDER_FOCUSED: u32 = 0x6dade3;
 pub const BORDER_UNFOCUSED: u32 = 0xbbbbbb;
-pub const FONT: &str = "JetBrainsMono Nerd Font:style=Bold:size=14,monospace:size=14";
+pub const FONT: &str = "JetBrainsMono Nerd Font:style=Bold:size=14";
 
 // ========================================
 // DEFAULTS
@@ -74,6 +74,9 @@ const DMENU_CMD: &[&str] = &["sh", "-c", "dmenu_run -l 10"];
 pub const TAG_COUNT: usize = 9;
 pub const TAGS: [&str; TAG_COUNT] = ["1", "2", "3", "4", "5", "6", "7", "8", "9"];
 // pub const TAGS: [&str; TAG_COUNT] = ["", "󰊯", "", "", "󰙯", "󱇤", "", "󱘶", "󰧮"];
+// pub const TAGS: [&str; TAG_COUNT] = [
+//     "DEV", "WWW", "SYS", "DOC", "VBOX", "CHAT", "MUS", "VID", "MISC",
+// ];
 
 // ========================================
 // KEYBINDINGS