diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-12-12 22:57:51 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-12-12 22:57:51 -0600 |
| commit | 5c4872f306338944e0bbaa60db7157c5c828028d (patch) | |
| tree | b6cf98a881f33c19d0b07c237894f193243924f6 /env/.local/bin/system | |
| parent | 4cd0854592f4743a9d02ec2b1a1bdfd7fe03feb5 (diff) | |
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
Diffstat (limited to 'env/.local/bin/system')
| -rwxr-xr-x | env/.local/bin/system/kaomoji-picker.sh | 4 | ||||
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/env/.local/bin/system/kaomoji-picker.sh b/env/.local/bin/system/kaomoji-picker.sh index 51c9dc5..6def151 100755 --- a/env/.local/bin/system/kaomoji-picker.sh +++ b/env/.local/bin/system/kaomoji-picker.sh @@ -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 diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index 4053bce..c00b41f 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -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 |
