From 94f44b0b756663de8b0cbb77eeba167a995d0f88 Mon Sep 17 00:00:00 2001 From: Lorenz Schreyer <46090335+lorenzschreyer@users.noreply.github.com> Date: Thu, 28 May 2026 09:35:05 +0200 Subject: [PATCH] Add 'fullscreen' to dispatchers in settings This is neccessary for toggeling fullscreen over keybindings --- .config/hypr/scripts/quickshell/settings/SettingsPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/scripts/quickshell/settings/SettingsPopup.qml b/.config/hypr/scripts/quickshell/settings/SettingsPopup.qml index c53a63f..d310ddd 100644 --- a/.config/hypr/scripts/quickshell/settings/SettingsPopup.qml +++ b/.config/hypr/scripts/quickshell/settings/SettingsPopup.qml @@ -507,7 +507,7 @@ Item { } } property var bindTypes: ["bind", "binde", "bindl", "bindel", "bindm"] - property var dispatchers: ["exec", "exec-once", "dispatch", "workspace", "movetoworkspace", "movewindow", "resizeactive", "movefocus", "togglefloating", "killactive"] + property var dispatchers: ["exec", "exec-once", "dispatch", "workspace", "movetoworkspace", "movewindow", "resizeactive", "movefocus", "togglefloating", "killactive", "fullscreen"] function saveAllKeybinds() { let bindsArray = [];