diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-29 12:51:04 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-29 12:51:04 -0500 |
commit | c2fcd44b6a64ec7fd44f364a64396f680babbf8d (patch) | |
tree | b7d0b5902d682985392991ae430ef9fef2431e03 /profile | |
parent | 3b42452a37117bace208a2085980e7c1b79b3738 (diff) | |
download | rcm-c2fcd44b6a64ec7fd44f364a64396f680babbf8d.tar.gz rcm-c2fcd44b6a64ec7fd44f364a64396f680babbf8d.tar.bz2 rcm-c2fcd44b6a64ec7fd44f364a64396f680babbf8d.zip |
Updates
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,13 +1,17 @@ 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 MOZ_USE_XINPUT2=1 +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 EDITOR="vis" +export EDITOR="kak" export GDK_DPI_SCALE="1.5" export GDK_SCALE="1.5" export XCURSOR_SIZE="32" -export PF_INFO="ascii title editor shell wm" -export PF_ALIGN="7" +export PF_INFO="ascii title os editor shell wm" +export PF_ALIGN="5" export PF_COLOR="0" export PATH=${PATH}:~/.local/bin export ENV=$HOME/.kshrc @@ -19,5 +23,5 @@ 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 startx; fi +if [ "$(tty)" == "/dev/tty1" ]; then exec dbus-run-session hikari; fi |