Fix various issues

This commit is contained in:
Tobias Reisinger 2025-05-20 13:43:17 +02:00
parent bce1d7aaf8
commit 145c71d426
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 5 additions and 6 deletions

View file

@ -1,13 +1,11 @@
#!/usr/bin/env sh
user=""
target="$1"
if [ "$1" = "--user" ]; then
user="--user"
target="$2"
shift
fi
target="$1"
until systemctl $user is-active --quiet "$target"
do

View file

@ -47,6 +47,7 @@ windowrulev2 = float, class:(thunderbird), title:(Reminder)
windowrulev2 = float, class:(org.keepassxc.KeePassXC), title:(KeePassXC - Browser Access Request)
windowrulev2 = stayfocused, class:(Pinentry-gtk)
windowrulev2 = pin, class:(Pinentry-gtk)
windowrulev2 = fullscreen, class:(FreeTube)

View file

@ -62,7 +62,7 @@
"format": "󰏕 {}",
"interval": 3600,
"exec": "~/.config/waybar/custom/pacman",
"on-click": "alacritty -e 'archlinux-update'",
"on-click": "alacritty -e sh -c 'archlinux-update; read'",
"return-type": "json",
"signal": 8
},

View file

@ -6,7 +6,7 @@ Comment=A keyboard-driven, vim-like browser based on PyQt5 running in a kiosk mo
Icon=qutebrowser
Type=Application
Categories=Network;WebBrowser;
Exec=qutebrowser -B $HOME/.local/share/qutebrowser-kiosk -C $HOME/.config/qutebrowser/config_kiosk.py --desktop-file-name org.qutebrowser.qutebrowser-kiosk --qt-arg name kiosk %u
Exec=qutebrowser -B .local/share/qutebrowser-kiosk -C .config/qutebrowser/config_kiosk.py --desktop-file-name org.qutebrowser.qutebrowser-kiosk --qt-arg name kiosk %u
Terminal=false
StartupNotify=true
Keywords=Browser