„.config/systemd/user/hikari.service“ ändern
This commit is contained in:
parent
a0cfc3f9a6
commit
98e3dd95a6
1 changed files with 13 additions and 6 deletions
|
|
@ -7,6 +7,19 @@ Type=simple
|
||||||
Environment="XDG_SESSION_ID=18"
|
Environment="XDG_SESSION_ID=18"
|
||||||
Environment="XDG_CURRENT_DESKTOP=hikari"
|
Environment="XDG_CURRENT_DESKTOP=hikari"
|
||||||
|
|
||||||
|
Environment="PIPEWIRE_DEBUG=3"
|
||||||
|
Environment="GDK_BACKEND=wayland"
|
||||||
|
|
||||||
|
Environment="GDK_BACKEND=wayland"
|
||||||
|
Environment="QT_WAYLAND_FORCE_DPI=physical"
|
||||||
|
Environment="QT_QPA_PLATFORM=wayland-egl"
|
||||||
|
Environment="CLUTTER_BACKEND=wayland"
|
||||||
|
Environment="SDL_VIDEODRIVER=wayland"
|
||||||
|
|
||||||
|
Environment="XKB_DEFAULT_LAYOUT=us"
|
||||||
|
Environment="XKB_DEFAULT_OPTIONS=compose:menu,level3:ralt_switch"
|
||||||
|
Environment="XKB_DEFAULT_VARIANT=altgr-intl"
|
||||||
|
|
||||||
ExecStart=/usr/local/bin/hikari
|
ExecStart=/usr/local/bin/hikari
|
||||||
|
|
||||||
ExecStartPost=%h/.config/systemd/user/hikari-for-wayland-display.sh
|
ExecStartPost=%h/.config/systemd/user/hikari-for-wayland-display.sh
|
||||||
|
|
@ -17,9 +30,3 @@ TimeoutStopSec=30
|
||||||
NotifyAccess=all
|
NotifyAccess=all
|
||||||
|
|
||||||
ExecStopPost=/usr/bin/systemctl --user unset-environment DISPLAY WAYLAND_DISPLAY
|
ExecStopPost=/usr/bin/systemctl --user unset-environment DISPLAY WAYLAND_DISPLAY
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue