add kitty conf

This commit is contained in:
2024-03-02 21:46:31 +01:00
parent f0842bf343
commit c0479068ed
4 changed files with 101 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ services.dunst = {
global = {
rounded = "yes";
origin = "top-right";
monitor = "0";
monitor = "3";
alignment = "left";
vertical_alignment = "center";
width = "400";
@@ -34,7 +34,7 @@ services.dunst = {
history_length = 20;
always_run_script = true;
corner_radius = 10;
follow = "mouse";
# follow = "mouse";
font = "Source Sans Pro 10";
format = "<b>%s</b>\\n%b"; #format = "<span foreground='#f3f4f5'><b>%s %p</b></span>\n%b"
frame_color = "#232323";