commit 2f471273eb7bcff90b7ff769251319fa97b4f842 parent 2593353e8333f40df21d8a22b0c69cfae04764fb Author: pyratebeard <root@pyratebeard.net> Date: Tue, 21 May 2024 16:49:53 +0100 more xdg updates Diffstat:
R | xbindkeys/.xbindkeysrc -> xbindkeys/.config/xbindkeys/.xbindkeysrc | | | 0 | |
M | xinit/.xinitrc | | | 2 | +- |
R | xmodmap/.xmodmap -> xmodmap/.config/xmodmap/.xmodmap | | | 0 | |
M | zsh/.config/zsh/welcome.zsh | | | 7 | +------ |
4 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/xbindkeys/.xbindkeysrc b/xbindkeys/.config/xbindkeys/.xbindkeysrc diff --git a/xinit/.xinitrc b/xinit/.xinitrc @@ -8,7 +8,7 @@ sudo sysctl -w dev.raid.speed_limit_max=1000 # merge in defaults and keymaps userresources=$HOME/.Xresources -usermodmap=$HOME/.Xmodmap +usermodmap=$XDG_CONFIG_HOME/xmodmap/.xmodmap sysresources=/etc/X11/xinit/.Xresources sysmodmap=/etc/X11/xinit/.Xmodmap diff --git a/xmodmap/.xmodmap b/xmodmap/.config/xmodmap/.xmodmap diff --git a/zsh/.config/zsh/welcome.zsh b/zsh/.config/zsh/welcome.zsh @@ -18,7 +18,7 @@ if [[ ! -v SSH_TTY ]] ; then script() { audio_vol sudo mount -a - [[ $(ps -ef | grep xbindkeys | grep -v grep | wc -l) -eq 0 ]] && xbindkeys + [[ $(ps -ef | grep xbindkeys | grep -v grep | wc -l) -eq 0 ]] && xbindkeys -f $XDG_CONFIG_HOME/xbindkeys/.xbindkeysrc [ ! -f /tmp/tmux.lock ] && { ~src/warez/tmuxp/bin/tmuxp load ~/.config/tmux/main.yaml && \ touch /tmp/tmux.lock @@ -26,9 +26,4 @@ if [[ ! -v SSH_TTY ]] ; then } tmux list-sessions >/dev/null 2>&1 || script - # run on first tmux pane - #if [[ $TMUX_PANE == "%0" ]] && [[ ! -v VIMRUNTIME ]]; then - # $HOME/.local/bin/ahoy - #fi - #cat ~/tmp/logo5 fi