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 /runs-all | |
| 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 'runs-all')
| -rwxr-xr-x | runs-all/get-reqs-arch/hyprland.sh | 2 | ||||
| -rwxr-xr-x | runs-all/get-reqs-arch/wayland.sh | 2 | ||||
| -rwxr-xr-x | runs-all/mimes.sh | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/runs-all/get-reqs-arch/hyprland.sh b/runs-all/get-reqs-arch/hyprland.sh index 7810582..78f9b8a 100755 --- a/runs-all/get-reqs-arch/hyprland.sh +++ b/runs-all/get-reqs-arch/hyprland.sh @@ -1,2 +1,2 @@ -$sudo pacman -S --noconfirm hyprland xdg-desktop-portal-hyprland +$sudo pacman -S --noconfirm hyprland xdg-desktop-portal-hyprland wlogout hyprlock . wayland.sh diff --git a/runs-all/get-reqs-arch/wayland.sh b/runs-all/get-reqs-arch/wayland.sh index 1a197f8..a1fd2f6 100755 --- a/runs-all/get-reqs-arch/wayland.sh +++ b/runs-all/get-reqs-arch/wayland.sh @@ -1,2 +1,2 @@ -$sudo pacman -S --noconfirm wayland waybar wlogout hyprlock xdg-desktop-portal xdg-desktop-portal-gtk qt6-wayland qt5-wayland xorg-xwayland +$sudo pacman -S --noconfirm wayland waybar xdg-desktop-portal xdg-desktop-portal-gtk qt6-wayland qt5-wayland xorg-xwayland $aurm -S --noconfirm dunst-git sddm-theme-tokyo-night-git diff --git a/runs-all/mimes.sh b/runs-all/mimes.sh index a7a68b0..d6b379c 100755 --- a/runs-all/mimes.sh +++ b/runs-all/mimes.sh @@ -10,4 +10,6 @@ xdg-mime default pinta.desktop image/webp xdg-mime default pinta.desktop image/gif xdg-mime default mpv.desktop video/webm xdg-mime default mpv.desktop video/mp4 +xdg-mime default mpv.desktop video/quicktime +xdg-mime default mpv.desktop video/x-matroska echo -------- |
