Fixed evolution-desktop
This commit is contained in:
parent
a9e0544068
commit
ba624dd100
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
C#!/bin/bash
|
||||||
|
|
||||||
# Session config
|
# Session config
|
||||||
export XDG_RUNTIME_DIR=/run/user/$(id -u)
|
export XDG_RUNTIME_DIR=/run/user/$(id -u)
|
||||||
|
@ -12,7 +12,6 @@ export SDL_VIDEODRIVER=wayland
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
|
||||||
# Wayfire specific stuff
|
# Wayfire specific stuff
|
||||||
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
||||||
CLUTTER_BACKEND=gdk
|
CLUTTER_BACKEND=gdk
|
||||||
|
|
||||||
pidof wayfire &>/dev/null
|
pidof wayfire &>/dev/null
|
||||||
|
|
|
@ -19,6 +19,7 @@ zoom_enabled_for = none
|
||||||
|
|
||||||
[autostart]
|
[autostart]
|
||||||
autostart_wf_shell = true
|
autostart_wf_shell = true
|
||||||
|
patchdesktop = exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
background = wf-background
|
background = wf-background
|
||||||
brighness = brightnessctl s 100%
|
brighness = brightnessctl s 100%
|
||||||
gamma = wlsunset
|
gamma = wlsunset
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
pkgname=evolution-desktop
|
pkgname=evolution-desktop
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=10
|
revision=11
|
||||||
build_style=meta
|
build_style=meta
|
||||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||||
short_desc="Desktop and Greeter for EvolutionOS"
|
short_desc="Desktop and Greeter for EvolutionOS"
|
||||||
|
|
Reference in New Issue