diff --git a/dot_claude/settings.json b/dot_claude/settings.json --- a/dot_claude/settings.json +++ b/dot_claude/settings.json @@ -234,7 +234,8 @@ "Bash(vmstat *)", "Bash(systemctl --user *)", "Bash(docker *)", "Bash(python3 /home/misti/.config/habits-server/check_config_schema.py)", - "Bash(./*)" + "Bash(./*)", + "Bash(qmllint *)" ], "deny": [ "Bash(sudo*)" diff --git a/dot_config/hypr/hyprland.lua b/dot_config/hypr/hyprland.lua --- a/dot_config/hypr/hyprland.lua +++ b/dot_config/hypr/hyprland.lua @@ -56,7 +56,7 @@ "udiskie --smart-tray", "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_MENU_PREFIX XDG_DATA_DIRS", [[hyprctl plugin load "$HYPR_PLUGIN_DIR/lib/libhyprexpo.so"]], "systemctl --user start hypridle.service", - "systemctl --user start waybar.service", + -- "systemctl --user start waybar.service", "systemctl --user start quickshell-main.service", "systemctl --user start hyprsunset.service", terminal, diff --git a/dot_config/opencode/opencode.json b/dot_config/opencode/opencode.json --- a/dot_config/opencode/opencode.json +++ b/dot_config/opencode/opencode.json @@ -339,6 +339,7 @@ "flatpak list *": "allow", "free *": "allow", "host *": "allow", "vmstat *": "allow", + "qmllint *": "allow", "zstd *": "allow" }