From 49e6587d3c910c70d20dbded0f19f3d1eb752c56 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 17 Aug 2024 21:16:57 +0200 Subject: ... --- accounts/gkleen@sif/default.nix | 5 ++++- accounts/gkleen@sif/hyprland.nix | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'accounts') diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index e6cbd77d..e224289b 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix @@ -366,7 +366,10 @@ in { icon-size = iconSize; modules = [ { type = "screenshare"; } - # { type = "audio-in"; } + { type = "audio-in"; } + ]; + ignore = [ + { type = "audio-in"; name = "pwvucontrol-peak-detect"; } ]; }; idle_inhibitor = { diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 15491c6f..a365ea19 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix @@ -71,7 +71,7 @@ in { misc = { disable_hyprland_logo = true; disable_splash_rendering = true; - focus_on_activate = true; + # focus_on_activate = true; mouse_move_enables_dpms = true; key_press_enables_dpms = true; }; @@ -150,6 +150,7 @@ in { "$mainMod, F, fullscreen, 1" "$mainMod SHIFT, F, fullscreen, 0" + "$mainMod CTRL SHIFT, F, fullscreenstate, 1, 2" "$mainMod, code:14, workspace, 1" "$mainMod, code:17, workspace, 2" -- cgit v1.2.3