remove kitty title

This commit is contained in:
MeexReay 2025-08-19 02:39:03 +03:00
parent daa4ef2037
commit 0e9ee6c888

View File

@ -157,6 +157,7 @@
popup = mk "floating enable; border pixel 1; sticky enable; shadows enable";
float = mk "floating enable; border pixel 1; shadows enable";
no_title = mk "border pixel 1";
video = mk "inhibit_idle fullscreen; border none; max_render_time off";
important = mk "inhibit_idle open; floating enable; border pixel 1";
@ -166,6 +167,8 @@
window_type = a: { window_type = a; };
pcmanfm_title = a: { app_id = "pcmanfm"; title = a; };
in [
(no_title (app_id "kitty"))
(popup (app_id "dunst"))
(popup (app_id "com.github.hluk.copyq"))
(popup (app_id "pavucontrol"))