From 572e1e1cedafe59a1f7406c82ad45b8b42e6aa61 Mon Sep 17 00:00:00 2001 From: "Mariano Z." Date: Mon, 10 Nov 2025 10:57:04 -0300 Subject: [PATCH] dev: automated commit - 2025-11-10 10:57:04 --- noctalia/.config/noctalia/settings.json | 6 ++++-- sway/.config/sway/config.d/keybindings | 18 ------------------ 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/noctalia/.config/noctalia/settings.json b/noctalia/.config/noctalia/settings.json index 0930b9f..13ceb4c 100644 --- a/noctalia/.config/noctalia/settings.json +++ b/noctalia/.config/noctalia/settings.json @@ -16,13 +16,14 @@ "mprisBlacklist": [ ], "preferredPlayer": "", + "visualizerQuality": "high", "visualizerType": "linear", "volumeOverdrive": false, "volumeStep": 5 }, "bar": { "backgroundOpacity": 0, - "density": "compact", + "density": "comfortable", "exclusive": true, "floating": true, "marginHorizontal": 0, @@ -227,7 +228,7 @@ "weatherEnabled": true }, "network": { - "wifiEnabled": true + "wifiEnabled": false }, "nightLight": { "autoSchedule": true, @@ -291,6 +292,7 @@ "kitty": false, "pywalfox": false, "qt": false, + "spicetify": false, "vicinae": false, "walker": false, "wezterm": false diff --git a/sway/.config/sway/config.d/keybindings b/sway/.config/sway/config.d/keybindings index d9abf4d..7c77eff 100644 --- a/sway/.config/sway/config.d/keybindings +++ b/sway/.config/sway/config.d/keybindings @@ -124,21 +124,3 @@ bindsym { $mod+button3 floating toggle } -# Presentation Mode -mode "present" { - # command starts mirroring - bindsym m mode "default"; exec wl-present mirror - # these commands modify an already running mirroring window - bindsym o mode "default"; exec wl-present set-output - bindsym r mode "default"; exec wl-present set-region - bindsym Shift+r mode "default"; exec wl-present unset-region - bindsym s mode "default"; exec wl-present set-scaling - bindsym f mode "default"; exec wl-present toggle-freeze - bindsym c mode "default"; exec wl-present custom - - # return to default mode - bindsym Return mode "default" - bindsym Escape mode "default" -} - -bindsym $mod+Shift+m mode "present"