diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-26 19:48:33 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-26 19:48:33 -0500 |
commit | 3b42452a37117bace208a2085980e7c1b79b3738 (patch) | |
tree | 5c031d2fc3d419893cd3bf221005c372f6fe1b44 /profile | |
parent | e64dbc7671f553197a8d1a90f6758a0ca03ebfe0 (diff) | |
download | rcm-3b42452a37117bace208a2085980e7c1b79b3738.tar.gz rcm-3b42452a37117bace208a2085980e7c1b79b3738.tar.bz2 rcm-3b42452a37117bace208a2085980e7c1b79b3738.zip |
Profile: Xorg
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 16 |
1 files changed, 7 insertions, 9 deletions
@@ -1,25 +1,23 @@ 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 EDITOR="kak" +export MOZ_USE_XINPUT2=1 +alias sudo='doas' +export EDITOR="vis" export GDK_DPI_SCALE="1.5" export GDK_SCALE="1.5" -export QT_QPA_PLATFORM=wayland-egl -export MOZ_ENABLE_WAYLAND="1" export XCURSOR_SIZE="32" -export XDG_CURRENT_DESKTOP="wlroots" -export XDG_SESSION_TYPE="wayland" -export PF_INFO="ascii title os editor shell" +export PF_INFO="ascii title editor shell wm" export PF_ALIGN="7" export PF_COLOR="0" export PATH=${PATH}:~/.local/bin export ENV=$HOME/.kshrc -export HISTFILE=$HOME/.history export HISTSIZE=65535 +export HISTFILE=$HOME/.history export STITCH_DIRECTORY=/home/mccd/notes export STITCH_GREP_CMD=ugrep +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 +if [ "$(tty)" == "/dev/tty1" ]; then exec dbus-run-session startx; fi |