Add discord, remove signal

I'll add signal back when it has native wayland support...
This commit is contained in:
Evie Litherland-Smith 2023-11-03 07:03:00 +00:00
parent 2d2fa433f5
commit d4b24e4103
3 changed files with 3 additions and 3 deletions

View file

@ -121,6 +121,7 @@
"steam" "steam"
"steam-original" "steam-original"
"steam-run" "steam-run"
"discord"
"nomachine-client" "nomachine-client"
]; ];
system = { inherit stateVersion; }; system = { inherit stateVersion; };

View file

@ -231,8 +231,8 @@ in ''
bind = SUPER, C, moveworkspacetomonitor, 7 current bind = SUPER, C, moveworkspacetomonitor, 7 current
bind = SUPER, C, workspace, 7 bind = SUPER, C, workspace, 7
bind = SUPER SHIFT, C, movetoworkspace, 7 bind = SUPER SHIFT, C, movetoworkspace, 7
windowrule = workspace 7, (Signal)
windowrule = workspace 7, (fractal) windowrule = workspace 7, (fractal)
windowrule = workspace 7, (discord)
windowrule = workspace 7, (teams-for-linux) windowrule = workspace 7, (teams-for-linux)
# 8: [r]emote # 8: [r]emote

View file

@ -12,13 +12,12 @@
protonvpn-gui protonvpn-gui
transmission-gtk transmission-gtk
nyxt nyxt
signal-desktop
fractal fractal
discord
teams-for-linux teams-for-linux
libreoffice libreoffice
zotero zotero
minesweep-rs minesweep-rs
remmina
nomachine-client nomachine-client
]; ];