Squashed commit of the following:

- auto game restart after killing game thread
    - detect_leaks 0 for dap
    - excludes to backup
    - fixed typo "suff"
    - another one
    - added new mime
    - added serv sync script
    - unset qt theme for mumble
    - switched to printf on kaomoji-picker
    - moved stuff from wayland to hyprland
    - keybind to kill GameThread
This commit is contained in:
2025-12-12 22:57:51 -06:00
parent 4cd0854592
commit 5c4872f306
10 changed files with 17 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ emojlist=$(jq -r --arg sel "$choice" '..| select(.name==$sel)? | .emoticons | .[
emoj=$(echo "$emojlist" | sed /^$/d | rofi -dmenu "$prompt_message")
if [ "$WAYLAND_DISPLAY" ]; then
echo "$emoj" | wl-copy
printf -- "$emoj" | wl-copy
else
echo "$emoj" | xclip -sel clip
printf -- "$emoj" | xclip -sel clip
fi

View File

@@ -63,7 +63,7 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then
fi
if [ -z "$(pgrep mumble)" ]; then
mumble & disown
QT_QPA_PLATFORMTHEME="" mumble & disown
fi
if [ -z "$(pgrep mpd)" ]; then