feat: update Signal desktop execution command for hardware acceleration and modify Sway terminal configuration

This commit is contained in:
2025-06-02 21:04:51 +02:00
parent c47f678220
commit 436903543b
4 changed files with 5 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ let
name = "signal-work";
desktopName = "Signal with work profile";
icon = "signal-desktop";
exec = "signal-desktop --enable-dev-tools --enable-features=VaapiVideoDecoder --user-data-dir=/home/dominik/.config/Signal-work -- %u";
exec = "SIGNAL_USE_HARDWARE_ACCELERATION=1 signal-desktop --enable-dev-tools --enable-features=VaapiVideoDecoder --user-data-dir=/home/dominik/.config/Signal-work -- %u";
};
in {
environment.systemPackages = [