summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/default.nix5
-rw-r--r--accounts/gkleen@sif/hyprland.nix3
2 files changed, 6 insertions, 2 deletions
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 {
366 icon-size = iconSize; 366 icon-size = iconSize;
367 modules = [ 367 modules = [
368 { type = "screenshare"; } 368 { type = "screenshare"; }
369 # { type = "audio-in"; } 369 { type = "audio-in"; }
370 ];
371 ignore = [
372 { type = "audio-in"; name = "pwvucontrol-peak-detect"; }
370 ]; 373 ];
371 }; 374 };
372 idle_inhibitor = { 375 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 {
71 misc = { 71 misc = {
72 disable_hyprland_logo = true; 72 disable_hyprland_logo = true;
73 disable_splash_rendering = true; 73 disable_splash_rendering = true;
74 focus_on_activate = true; 74 # focus_on_activate = true;
75 mouse_move_enables_dpms = true; 75 mouse_move_enables_dpms = true;
76 key_press_enables_dpms = true; 76 key_press_enables_dpms = true;
77 }; 77 };
@@ -150,6 +150,7 @@ in {
150 150
151 "$mainMod, F, fullscreen, 1" 151 "$mainMod, F, fullscreen, 1"
152 "$mainMod SHIFT, F, fullscreen, 0" 152 "$mainMod SHIFT, F, fullscreen, 0"
153 "$mainMod CTRL SHIFT, F, fullscreenstate, 1, 2"
153 154
154 "$mainMod, code:14, workspace, 1" 155 "$mainMod, code:14, workspace, 1"
155 "$mainMod, code:17, workspace, 2" 156 "$mainMod, code:17, workspace, 2"