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 = [];