aboutsummaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-07-01 17:39:29 +0200
committersrdusr <trevorgray@srdusr.com>2023-07-01 17:39:29 +0200
commit342db10e0f6d9a8af8a5a5f7bc101dc967000838 (patch)
tree7037237a054030e4a08d041ebf25ecd36f8a94e4 /.config/X11
parent5f3d6395bd6023809d6325173bdcfa0dff7005f0 (diff)
downloaddotfiles-342db10e0f6d9a8af8a5a5f7bc101dc967000838.tar.gz
dotfiles-342db10e0f6d9a8af8a5a5f7bc101dc967000838.zip
Source xbinkdeysrc
Diffstat (limited to '.config/X11')
-rw-r--r--.config/X11/.xprofile27
1 files changed, 2 insertions, 25 deletions
diff --git a/.config/X11/.xprofile b/.config/X11/.xprofile
index b92d741..4adba0b 100644
--- a/.config/X11/.xprofile
+++ b/.config/X11/.xprofile
@@ -1,33 +1,10 @@
#!/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
-#[[ -f ~/.config/zsh/.zshrc ]] && source ~/.config/zsh/.zshrc
-
-
# 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"
-
+# Xbindkeys
+xbindkeys -f "$XDG_CONFIG_HOME"/X11/xbindkeysrc
#export XAUTHORITY="$XDG_RUNTIME_DIR/.Xauthority" # This line will break some DMs.
export USERXSESSION="$XDG_CACHE_HOME/X11/xsession"