Add discord ptt shortcut
Some checks failed
pre-commit / pre-commit (push) Failing after 24s

This commit is contained in:
Torjus Håkestad 2024-03-20 02:53:23 +01:00
parent 3a1f6c24ba
commit 921c6a174b
3 changed files with 3 additions and 1 deletions

View File

@ -151,6 +151,7 @@
# ",code:202,exec,mumble rpc starttalking"
#",code:202,pass,^(info\.mumble\.Mumble)$"
# ",code:202,exec,pamixer --default-source -u"
",code:202,pass,^discord$"
# worspace switching
"$mainMod,1,workspace,name:main 1"

View File

@ -33,6 +33,7 @@
spicetify-cli
sshfs
unstable.ventoy
discord
# k8s tools
unstable.talosctl

View File

@ -29,5 +29,5 @@
wantedBy = [ "multi-user.target" ];
};
networking.firewall.allowedTCPPorts = [ 9100 9558 ];
networking.firewall.allowedTCPPorts = [ 9100 9558 8989 ];
}