This commit is contained in:
2025-10-04 20:51:10 +01:00
parent 8a1e40c3d0
commit d4b85437c0
6 changed files with 10 additions and 2 deletions
+2
View File
@@ -4,6 +4,7 @@
latitude="53.2"
longitude="-6.2"
# Startup
function execs() {
systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river && systemctl --user restart xdg-desktop-portal xdg-desktop-portal-wlr
@@ -175,4 +176,5 @@ colors
inputs
binds
# Don't run execs on reload
if ! [ -v no_execs ]; then execs ; fi