From 05dfddd04b837088708b9dd5ef7197fe8291bd0d Mon Sep 17 00:00:00 2001 From: Rostyslav Hnatyshyn Date: Thu, 11 Jun 2026 10:11:43 -0700 Subject: [PATCH] adjust volume by 5's instead of 10's --- niri/config.kdl | 6 +++--- vicinae/settings.json | 18 +++++++++++++++++- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/niri/config.kdl b/niri/config.kdl index 7e850f2..c022651 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -224,7 +224,7 @@ layout { softness 30 // Spread expands the shadow. - spread 5 + spread 10 // Offset moves the shadow relative to the window. offset x=0 y=5 @@ -352,8 +352,8 @@ binds { // The allow-when-locked=true property makes them work even when the session is locked. // Using spawn-sh allows to pass multiple arguments together with the command. // "-l 1.0" limits the volume to 100%. - XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1+ -l 1.0"; } - XF86AudioLowerVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.1-"; } + XF86AudioRaiseVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05+ -l 1.0"; } + XF86AudioLowerVolume allow-when-locked=true { spawn-sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05-"; } XF86AudioMute allow-when-locked=true { spawn-sh "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; } XF86AudioMicMute allow-when-locked=true { spawn-sh "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"; } diff --git a/vicinae/settings.json b/vicinae/settings.json index 72ab14c..5cec457 100644 --- a/vicinae/settings.json +++ b/vicinae/settings.json @@ -28,7 +28,7 @@ "rendering": "qt", "normal": { "family": "auto", - "size": 10.5 + "size": 12 } }, "theme": { @@ -143,6 +143,9 @@ } } }, + "browser-extension": { + "enabled": false + }, "core": { "entrypoints": { "report-bug": { @@ -153,6 +156,9 @@ } } }, + "developer": { + "enabled": false + }, "files": { "enabled": false, "preferences": { @@ -162,8 +168,18 @@ "watcherPaths": "" } }, + "raycast-compat": { + "enabled": false + }, "system": { + "enabled": false, "entrypoints": { + "run": { + "enabled": false + }, + "toggle-mute": { + "enabled": false + }, "volume-0": { "enabled": false },