feat: update Signal desktop execution command for hardware acceleration and modify Sway terminal configuration
This commit is contained in:
@@ -6,7 +6,7 @@ let
|
|||||||
name = "signal-work";
|
name = "signal-work";
|
||||||
desktopName = "Signal with work profile";
|
desktopName = "Signal with work profile";
|
||||||
icon = "signal-desktop";
|
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 {
|
in {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
services.fprintd.enable = true;
|
services.fprintd.enable = true;
|
||||||
|
|
||||||
security.pam.services.login.fprintAuth = true;
|
# security.pam.services.login.fprintAuth = true;
|
||||||
security.pam.services.sudo.fprintAuth = true;
|
security.pam.services.sudo.fprintAuth = true;
|
||||||
# If you use swaylock and want fingerprint auth for it:
|
# If you use swaylock and want fingerprint auth for it:
|
||||||
security.pam.services.swaylock.fprintAuth = true;
|
security.pam.services.swaylock.fprintAuth = true;
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
|
||||||
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
|
||||||
|
term=xterm-256color
|
||||||
# login-shell=no
|
# login-shell=no
|
||||||
|
|
||||||
# app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
|
# app-id=foot # globally set wayland app-id. Default values are "foot" and "footclient" for desktop and server mode
|
||||||
|
|||||||
@@ -293,7 +293,7 @@ exec /run/wrappers/bin/gnome-keyring-daemon --start --daemonize
|
|||||||
exec dbus-sway-environment
|
exec dbus-sway-environment
|
||||||
exec configure-gtk
|
exec configure-gtk
|
||||||
exec nm-applet --indicator
|
exec nm-applet --indicator
|
||||||
exec alacritty -t alacritty-sway
|
exec foot -c /etc/xdg/foot/foot.ini -T terminal-sway
|
||||||
exec firefox --name=social -p social
|
exec firefox --name=social -p social
|
||||||
exec thunderbird
|
exec thunderbird
|
||||||
exec firefox
|
exec firefox
|
||||||
|
|||||||
Reference in New Issue
Block a user