Merge branch 'main' into testing

This commit is contained in:
Kyle Gospodnetich 2024-05-28 11:13:18 -07:00
commit d17320e172
4 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
%global majorversion 1
%global minorversion 0
%global microversion 5
%global microversion 7
%global apiversion 0.3
%global spaversion 0.2
@ -834,6 +834,12 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || :
%endif
%changelog
* Fri May 24 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.7-1
- Update version to 1.0.7
* Thu May 09 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.6-1
- Update version to 1.0.6
* Mon Apr 15 2024 Wim Taymans <wtaymans@redhat.com> - 1.0.5-1
- Update version to 1.0.5

View File

@ -2,6 +2,7 @@
Description=Workaround gamescope not having the correct caps
ConditionFileIsExecutable=/usr/bin/gamescope
After=local-fs.target
Before=graphical-session-pre.target
[Service]
Type=oneshot

View File

@ -43,7 +43,7 @@
{
"type": "command",
"key": " 󰔠",
"text": "date -d$(ls -alct / --time-style=full-iso|tail -1|awk '{print $6}') +'Installed %b %d %G'",
"text": "date -d$(ls -alct / --time-style=full-iso|tail -1|awk '{print $6}') +'Spawned on %b %d %G'",
"shell": "/bin/bash"
},
"break",

View File

@ -135,7 +135,7 @@ install-opentabletdriver:
if grep -qvz "arch" <<< $(distrobox list); then \
Assemble noconfirmcreate "" "arch"; \
fi && \
distrobox enter -n arch -- bash -c 'paru -S opentabletdriver --noconfirm' && \
distrobox enter -n arch -- bash -c 'paru -Syu --noconfirm && paru -S opentabletdriver --noconfirm' && \
mkdir -p ~/.config/systemd/user/ && \
rm -f ~/.config/systemd/user/arch-opentabletdriver.service && \
wget https://raw.githubusercontent.com/ublue-os/bazzite/main/post_install_files/OpenTabletDriver/opentabletdriver.service -O ~/.config/systemd/user/arch-opentabletdriver.service && \