diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-07-01 17:39:29 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-07-01 17:39:29 +0200 |
| commit | 342db10e0f6d9a8af8a5a5f7bc101dc967000838 (patch) | |
| tree | 7037237a054030e4a08d041ebf25ecd36f8a94e4 | |
| parent | 5f3d6395bd6023809d6325173bdcfa0dff7005f0 (diff) | |
| download | dotfiles-342db10e0f6d9a8af8a5a5f7bc101dc967000838.tar.gz dotfiles-342db10e0f6d9a8af8a5a5f7bc101dc967000838.zip | |
Source xbinkdeysrc
| -rw-r--r-- | .config/X11/.xprofile | 27 |
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" |
