From d5774faa56c7183bd84eb6d194933572a9dac733 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Mon, 26 Jan 2026 21:04:06 +0100 Subject: [PATCH] - adding appImage apps to the ignore list - removing double call of startup.sh in exec-once --- .config/hypr/hyprland.conf | 3 +-- .gitignore | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 4d9dc7b..99ebb7a 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -32,8 +32,7 @@ exec-once=~/bin/suspend.sh exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=hyprland-autoname-workspaces exec-once=hyprctl setcursor Bibata-Modern-Classic 48 -exec-once=waybar -exec-once=wpaperd +exec-once=waybar exec-once=/usr/lib/polkit-kde-authentication-agent-1 #exec-once=[workspace 1] firefox diff --git a/.gitignore b/.gitignore index 85e7c1d..8a9a689 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /.idea/ +*.AppImage \ No newline at end of file