mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-16 07:21:11 +00:00
feat(just): add alias for wayland toggle
This is mainly so both _toggle_wayland and _toggle-wayland will be correct, as this is the only recipe with underscore instead of dash
This commit is contained in:
parent
f35bcf18b5
commit
029ab4a957
@ -139,6 +139,8 @@ restore-input-remapper:
|
||||
cp /usr/share/applications/input-remapper-gtk.desktop ~/.local/share/applications/input-remapper-gtk.desktop && \
|
||||
sed -i '/NoDisplay=true/d' ~/.local/share/applications/input-remapper-gtk.desktop
|
||||
|
||||
alias _toggle-wayland := _toggle_wayland
|
||||
|
||||
_toggle_wayland:
|
||||
#!/usr/bin/bash
|
||||
source /etc/default/desktop-wayland
|
||||
|
Loading…
x
Reference in New Issue
Block a user