sway: modular config

This commit is contained in:
js0ny 2025-11-04 08:47:41 +00:00
parent 93a6613abc
commit 050799b77f
17 changed files with 264 additions and 193 deletions

View file

@ -24,6 +24,7 @@
# "com.vivaldi.Vivaldi"
"com.getpostman.Postman"
"us.zoom.Zoom"
"com.ticktick.Ticktick"
];
services.flatpak.overrides = {
global = {
@ -48,6 +49,7 @@
};
};
"md.obsidian.Obsidian".Context.sockets = ["wayland"];
"com.ticktick.Ticktick".Context.sockets = ["wayland"];
"com.getpostman.Postman".Context.persistent = ["Postman"];
};
}