[*] Updated configs

This commit is contained in:
2026-06-04 09:42:20 +03:00
parent 819959b395
commit bc78fba718
28 changed files with 533 additions and 50 deletions
+7 -7
View File
@@ -19,14 +19,14 @@
// solid color background
// note: set this to .none if you use other wallpaper program like `swaybg`, orelse it will be covered by this and unable to see
.background = .{ .color = 0x33000000 },
.background = .none,
.bar = .{
.show_default = true,
// .top
// .bottom
.position = .top,
.font = "monospace:size=14",
.font = "Fira Code Nerd Font:size=14",
.color = .{
.normal = .{
.fg = 0x828bb8ff,
@@ -792,7 +792,7 @@
.event = .{
.click = .{
.pressed = .{
.modify_mfact = .{ .step = 0.01 },
.modify_mfact = .{ .change = .{ .step = 0.01 } },
},
},
},
@@ -803,7 +803,7 @@
.event = .{
.click = .{
.pressed = .{
.modify_mfact = .{ .step = -0.01 },
.modify_mfact = .{ .change = .{ .step = -0.01 } },
},
},
},
@@ -932,7 +932,7 @@
.event = .{
.click = .{
.pressed = .{
.spawn_shell = .{ .cmd = "shotman -c output" },
.spawn_shell = .{ .cmd = "shotman -C -c output" },
},
},
},
@@ -943,7 +943,7 @@
.event = .{
.click = .{
.pressed = .{
.spawn_shell = .{ .cmd = "shotman -c region" },
.spawn_shell = .{ .cmd = "shotman -C -c region" },
},
},
},
@@ -1128,7 +1128,7 @@
.{ .app_id = .{ .str = "DesktopEditors" }, .floating = true },
.{ .app_id = .{ .str = "xdg-desktop-portal-gtk" }, .floating = true },
.{ .app_id = .{ .str = "chromium" }, .tag = 0b10, .scroller_mfact = 0.9 },
.{ .app_id = .{ .str = "~ - fish" }, .is_terminal = true, .scroller_mfact = 0.8 },
.{ .app_id = .{ .str = "wezterm" }, .is_terminal = true, .scroller_mfact = 0.8 },
},
// output rules