Nix Registry, Telegram
Remove Telegram Desktop and add the Unstable Nix registry
This commit is contained in:
parent
78ac018a11
commit
e35d5c36e6
7 changed files with 12 additions and 21 deletions
|
@ -17,6 +17,5 @@
|
|||
//spawn-at-startup "librewolf" "-p" "Misc" "--name" "MiscBrowser"
|
||||
spawn-at-startup "thunderbird"
|
||||
spawn-at-startup "vesktop"
|
||||
spawn-at-startup "telegram-desktop"
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -19,12 +19,6 @@
|
|||
open-maximized true
|
||||
open-on-workspace "${config.ws.w7}"
|
||||
}
|
||||
window-rule {
|
||||
match app-id="org.telegram.desktop"
|
||||
block-out-from "screencast"
|
||||
open-maximized true
|
||||
open-on-workspace "${config.ws.w8}"
|
||||
}
|
||||
window-rule {
|
||||
match app-id="thunderbird"
|
||||
block-out-from "screencast"
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
# Foreground
|
||||
{ command = "thunderbird"; }
|
||||
{ command = "vesktop"; }
|
||||
{ command = "telegram-desktop"; }
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
{ app_id = "MiscBrowser"; }
|
||||
{ app_id = "vesktop"; }
|
||||
];
|
||||
"8:${config.ws.w8}" = [{ app_id = "org.telegram.desktop"; }];
|
||||
"9:${config.ws.w9}" = [{ app_id = "thunderbird"; }];
|
||||
|
||||
# Etc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue