add nb-new
This commit is contained in:
@@ -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' \
|
||||
|
||||
@@ -80,7 +80,6 @@ in {
|
||||
hunspellDicts.en_US
|
||||
jmeter
|
||||
libreoffice
|
||||
librewolf
|
||||
mako
|
||||
mqttui
|
||||
networkmanagerapplet
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user