Commit 0017e61
Eric Bower
·
2026-07-01 16:55:38 -0400 EDT
parent 7e1f5e3
fix: xdg-desktop-portal-gtk
2 files changed,
+4,
-1
+3,
-0
1@@ -98,6 +98,9 @@ output $laptop scale 1.5
2 bindswitch lid:on output $laptop disable
3 bindswitch --reload lid:off output $laptop enable; exec qs -c noctalia-shell
4 exec qs -c noctalia-shell
5+# required for xdg-desktop-portal-gtk.service
6+exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
7+exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
8
9 input "type:touchpad" {
10 tap enabled
+1,
-1
1@@ -18,7 +18,7 @@ export MDIR="$HOME/mail"
2 export COLORTERM=truecolor
3
4 alias pushall='git remote | xargs -I R git push R'
5-alias sway='sway --unsupported-gpu'
6+alias sway='XDG_CURRENT_DESKTOP=sway sway --unsupported-gpu'
7 alias tre='tree -CF --dirsfirst -L2'
8 alias pp='PA_DIR=/home/erock/dev/pico/pico-pass pa'
9 alias logs='ssh pipe sub /pico/log-drain -k | jq -r'