add nb-new

This commit is contained in:
2024-07-03 20:08:09 +02:00
parent 982a12ba08
commit 51c2636c42
53 changed files with 3460 additions and 264 deletions

View File

@@ -258,7 +258,7 @@ assign [title="terminal-sway"] → $ws1
assign [app_id="foot" title="^(?!terminal-sway)$"] → $ws2
assign [app_id="chromium"] → $ws3
assign [app_id="firefox"] → $ws3
assign [app_id="librewolf"] → $ws3
assign [app_id="librewolf"] → $ws3
assign [app_id="pcmanfm"] → $ws4
assign [app_id="libreoffice-calc"] → $ws5
assign [app_id="libreoffice-writer"] → $ws5
@@ -294,11 +294,11 @@ exec configure-gtk
exec nm-applet --indicator
exec alacritty -t alacritty-sway
exec signal-desktop
exec librewolf --name=social -P social
exec firefox --name=social -p social
exec thunderbird
exec librewolf
exec firefox
exec nextcloud
exec owncloud
exec cryptomator
exec swayidle \
before-sleep 'loginctl lock-session $XDG_SESSION_ID' \
lock 'swaylock --image ~/.wallpaper.jpg' \

View File

@@ -80,7 +80,6 @@ in {
hunspellDicts.en_US
jmeter
libreoffice
librewolf
mako
mqttui
networkmanagerapplet

View File

@@ -5,13 +5,13 @@ let
name = "thunderbird-work";
desktopName = "Thunderbird Work";
icon = "thunderbird";
exec = "thunderbird -P work";
exec = "thunderbird -p work";
};
thunderbirdCloonarDesktopItem = pkgs.makeDesktopItem {
name = "thunderbird-cloonar";
desktopName = "Thunderbird Cloonar";
icon = "thunderbird";
exec = "thunderbird -P cloonar";
exec = "thunderbird -p cloonar";
};
in
{