浏览代码

dev: automated commit - 2025-11-10 10:57:04

Mariano Z. 3 月之前
父节点
当前提交
572e1e1ced
共有 2 个文件被更改,包括 4 次插入20 次删除
  1. 4 2
      noctalia/.config/noctalia/settings.json
  2. 0 18
      sway/.config/sway/config.d/keybindings

+ 4 - 2
noctalia/.config/noctalia/settings.json

@@ -16,13 +16,14 @@
         "mprisBlacklist": [
         "mprisBlacklist": [
         ],
         ],
         "preferredPlayer": "",
         "preferredPlayer": "",
+        "visualizerQuality": "high",
         "visualizerType": "linear",
         "visualizerType": "linear",
         "volumeOverdrive": false,
         "volumeOverdrive": false,
         "volumeStep": 5
         "volumeStep": 5
     },
     },
     "bar": {
     "bar": {
         "backgroundOpacity": 0,
         "backgroundOpacity": 0,
-        "density": "compact",
+        "density": "comfortable",
         "exclusive": true,
         "exclusive": true,
         "floating": true,
         "floating": true,
         "marginHorizontal": 0,
         "marginHorizontal": 0,
@@ -227,7 +228,7 @@
         "weatherEnabled": true
         "weatherEnabled": true
     },
     },
     "network": {
     "network": {
-        "wifiEnabled": true
+        "wifiEnabled": false
     },
     },
     "nightLight": {
     "nightLight": {
         "autoSchedule": true,
         "autoSchedule": true,
@@ -291,6 +292,7 @@
         "kitty": false,
         "kitty": false,
         "pywalfox": false,
         "pywalfox": false,
         "qt": false,
         "qt": false,
+        "spicetify": false,
         "vicinae": false,
         "vicinae": false,
         "walker": false,
         "walker": false,
         "wezterm": false
         "wezterm": false

+ 0 - 18
sway/.config/sway/config.d/keybindings

@@ -124,21 +124,3 @@ bindsym {
     $mod+button3 floating toggle
     $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"