Joplin launch in wayland mode
This commit is contained in:
parent
b1376f8fb8
commit
af18b3591c
@ -337,7 +337,7 @@ bindsym ctrl+mod1+Return exec $term;focus
|
||||
bindsym control+mod1+u exec --no-startup-id pavucontrol;focus
|
||||
|
||||
# joplin
|
||||
bindsym control+mod1+n exec --no-startup-id joplin-desktop;focus
|
||||
bindsym control+mod1+n exec --no-startup-id joplin-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland;focus
|
||||
|
||||
# texteditor
|
||||
bindsym ctrl+mod1+e exec --no-startup-id emacs;focus
|
||||
|
11
arch-config/.local/share/applications/joplin-wayland.desktop
Normal file
11
arch-config/.local/share/applications/joplin-wayland.desktop
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Joplin (Wayland)
|
||||
Exec=env DESKTOPINTEGRATION=0 APPIMAGELAUNCHER_DISABLE=1 /usr/bin/joplin-desktop --no-sandbox --enable-features=UseOzonePlatform --ozone-platform=wayland %U
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=@joplinapp-desktop
|
||||
StartupWMClass=Joplin
|
||||
X-AppImage-Version=2.12.19
|
||||
MimeType=x-scheme-handler/joplin;
|
||||
Comment=Joplin for Desktop
|
||||
Categories=Office;
|
Loading…
Reference in New Issue
Block a user