Compare commits
No commits in common. "8e1d29767f1522953766be9011f3504b58cdba34" and "57293112adbc268a83d67ab90194dbd0642b9e55" have entirely different histories.
8e1d29767f
...
57293112ad
|
@ -14,7 +14,7 @@
|
|||
default = {};
|
||||
};
|
||||
|
||||
config.xdg.configFile."niri/config.kdl".text = lib.mkIf config.home.desktop.enable ''
|
||||
config.xdg.configFile."niri/config.kdl".text = ''
|
||||
${builtins.readFile config.home.niri.settings.autostart}
|
||||
${builtins.readFile config.home.niri.settings.hotkeys}
|
||||
${builtins.readFile config.home.niri.settings.inputs}
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
open-on-workspace "${config.ws.w7}"
|
||||
}
|
||||
window-rule {
|
||||
match app-id="org.gnome.Fractal"
|
||||
match app-id="org.telegram.desktop"
|
||||
open-on-workspace "${config.ws.w8}"
|
||||
}
|
||||
|
|
|
@ -58,7 +58,10 @@
|
|||
{ app_id = "MiscBrowser"; }
|
||||
{ app_id = "vesktop"; }
|
||||
];
|
||||
"8:${config.ws.w8}" = [{ app_id = "org.telegram.desktop"; }];
|
||||
"8:${config.ws.w8}" = [
|
||||
{ app_id = "org.gnome.Fractal"; }
|
||||
{ app_id = "org.telegram.desktop"; }
|
||||
];
|
||||
"9:${config.ws.w9}" = [{ app_id = "thunderbird"; }];
|
||||
|
||||
# Etc
|
||||
|
|
Loading…
Reference in a new issue