From 921c6a174bcbb869c088775096c5be8313462944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 20 Mar 2024 02:53:23 +0100 Subject: [PATCH] Add discord ptt shortcut --- home/hyprland/hyprland.nix | 1 + home/packages/default.nix | 1 + system/monitoring.nix | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home/hyprland/hyprland.nix b/home/hyprland/hyprland.nix index 6bd59d5..bc0c22a 100644 --- a/home/hyprland/hyprland.nix +++ b/home/hyprland/hyprland.nix @@ -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" diff --git a/home/packages/default.nix b/home/packages/default.nix index d0d618c..02f9649 100644 --- a/home/packages/default.nix +++ b/home/packages/default.nix @@ -33,6 +33,7 @@ spicetify-cli sshfs unstable.ventoy + discord # k8s tools unstable.talosctl diff --git a/system/monitoring.nix b/system/monitoring.nix index 56adbfd..312489e 100644 --- a/system/monitoring.nix +++ b/system/monitoring.nix @@ -29,5 +29,5 @@ wantedBy = [ "multi-user.target" ]; }; - networking.firewall.allowedTCPPorts = [ 9100 9558 ]; + networking.firewall.allowedTCPPorts = [ 9100 9558 8989 ]; }