summaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-06-02 13:53:10 -0500
committerMarc Coquand <marc@mccd.space>2024-06-02 13:53:10 -0500
commitbc826bb1bed8888d85eddf775934a92f1a71db5d (patch)
tree555527861b0dfb9808dff1d4bf53df6a77157d7f /profile
parenta8e02fc87821bf99f581f26ce292f4f5338cdec7 (diff)
downloadrcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.tar.gz
rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.tar.bz2
rcm-bc826bb1bed8888d85eddf775934a92f1a71db5d.zip
updates
Diffstat (limited to 'profile')
-rw-r--r--profile8
1 files changed, 1 insertions, 7 deletions
diff --git a/profile b/profile
index 9438683..81e85c1 100644
--- a/profile
+++ b/profile
@@ -1,11 +1,6 @@
if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
-export LIBSEAT_BACKEND=logind
-export QT_QPA_PLATFORM=wayland-egl
-export MOZ_ENABLE_WAYLAND="1"
-export XDG_CURRENT_DESKTOP="wlroots"
-export XDG_SESSION_TYPE="wayland"
-alias sudo='doas'
+export XDG_RUNTIME_DIR=/var/run/user/`id -u`
export EDITOR="kak"
export GDK_DPI_SCALE="1.5"
export GDK_SCALE="1.5"
@@ -23,5 +18,4 @@ export TERM=xterm-256color
test -r /home/mccd/.opam/opam-init/init.sh && . /home/mccd/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
-if [ "$(tty)" == "/dev/tty1" ]; then exec dbus-run-session hikari; fi