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

This commit is contained in:
Mariano Z. 2025-11-10 10:57:04 -03:00
parent 163e816157
commit 572e1e1ced
2 changed files with 4 additions and 20 deletions

View file

@ -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

View file

@ -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"