aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-06-21 15:58:54 +0200
committersrdusr <trevorgray@srdusr.com>2023-06-21 15:58:54 +0200
commit7ccd4ad7669f2415e2b0f0b045297708e7e28711 (patch)
treef9d6e2e370d8410b5346bafbb5b723a5b775cf0a /.xprofile
parent87555f0bf9a7c5e489df76131c0d64b8f0bfb021 (diff)
downloaddotfiles-7ccd4ad7669f2415e2b0f0b045297708e7e28711.tar.gz
dotfiles-7ccd4ad7669f2415e2b0f0b045297708e7e28711.zip
Declutter startup files
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile43
1 files changed, 0 insertions, 43 deletions
diff --git a/.xprofile b/.xprofile
deleted file mode 100644
index d75092e..0000000
--- a/.xprofile
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh
-
-# profile file. Runs on login. Environmental variables are set here.
-
-# If you don't plan on reverting to bash, you can remove the link in ~/.profile
-# to clean up.
-
-#If running bash
-#if [ -n "$BASH_VERSION" ]; then
-# # include .bashrc if it exists
-# if [ -f "$HOME/.bashrc" ]; then
-# . "$HOME/.bashrc"
-# fi
-#fi
-
-[[ -f ~/.config/zsh/.zshenv ]] && source ~/.config/zsh/.zshenv
-
-
-# Xresources
-[[ -f ~/.config/X11/.Xresources ]] && xrdb -merge ~/.config/X11/.Xresources
-
-# Adds `~/.local/bin` to $PATH
-#export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local:$HOME/.local/bin:$HOME/scripts
-#export PATH=$HOME/bin:/usr/local/bin:/sbin:/usr/sbin:$PATH
-#unsetopt PROMPT_SP
-#export XDG_CONFIG_HOME="$HOME/.config"
-#export XDG_DATA_HOME="$HOME/.local/share"
-#export XDG_CACHE_HOME="$HOME/.cache"
-
-
-#export XAUTHORITY="$XDG_RUNTIME_DIR/.Xauthority" # This line will break some DMs.
-export USERXSESSION="$XDG_CACHE_HOME/X11/xsession"
-export USERXSESSIONRC="$XDG_CACHE_HOME/X11/xsessionrc"
-export ALTUSERXSESSION="$XDG_CACHE_HOME/X11/Xsession"
-export ERRFILE="$XDG_CACHE_HOME/X11/xsession-errors"
-
-
-if [[ "$(tty)" = "/dev/tty1" ]]; then
- pgrep bspwm || startx "$XDG_CONFIG_HOME/X11/.xinitrc"
-fi
-#if [[ "$(tty)" = "/dev/tty1" ]]; then
-# pgrep startxfce4 || startx "$XDG_CONFIG_HOME/X11/.xinitrc"
-#fi