This commit is contained in:
biscuit
2025-05-20 07:29:53 -05:00
parent 67402c3e54
commit 05198ddeab
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -11,8 +11,10 @@
monitor = [",highres@highrr,auto,auto"];
exec = [
"$term"
"$bar"
"[workspace 20 silent] kitty --single-insance --hold fastfetch"
"[workspace 20 silent] firefox"
"[workspace 1] kitty --single-instance --hold fastfetch"
];
general = {
+4
View File
@@ -5,5 +5,9 @@
window_padding_width = 10;
font_size = 12.0;
font_family = "JetBrainsMono Nerd Font";
input_delay = 0;
repaint_delay = 2;
sync_to_monitor = false;
wayland_enable_ime = false;
};
}