dev: automated commit - 2025-09-05 14:49:59

This commit is contained in:
Mariano Z. 2025-09-05 14:49:59 -03:00
parent 6018f7b0dc
commit c84dfa059e
9 changed files with 555 additions and 251 deletions

View file

@ -121,3 +121,22 @@ bindsym {
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"