diff --git a/i3/config b/i3/config index 941b68df..5fce346e 100644 --- a/i3/config +++ b/i3/config @@ -364,6 +364,7 @@ mode "$mode_gaps_outer" { exec_always --no-startup-id setbackground exec --no-startup-id compton -f -i 0.95 -exec_always --no-startup-id albert +#exec_always --no-startup-id albert +exec_always --no-startup-id /usr/bin/dunst exec --no-startup-id xfce4-clipman exec setxkbmap gb diff --git a/shells/zsh/zshrc b/shells/zsh/zshrc index 80dff553..72fe9643 100644 --- a/shells/zsh/zshrc +++ b/shells/zsh/zshrc @@ -94,3 +94,8 @@ TRAPWINCH(){ #if [ -f ~/.current-folder ] && [ ! $TMUX ]; then # \cd "$(cat ~/.current-folder)" #fi + +#[ -z "$TMUX" ] && { exec tmux new-session && exit;} +#if [[ ! $TERM =~ screen ]]; then +# exec tmux +#fi diff --git a/symlinks.sh b/symlinks.sh old mode 100644 new mode 100755 index ec4041c2..06a2ede6 --- a/symlinks.sh +++ b/symlinks.sh @@ -34,6 +34,7 @@ myLink $HOME/.dotfiles/shells/bash/bashrc $HOME/.bashrc #X myLink $HOME/.dotfiles/x/xinitrc $HOME/.xinitrc +myLink /home/jonathan/.dotfiles/x/xmodmap $HOME/.Xmodmap #Git myLink $HOME/.dotfiles/git/gitconfig $HOME/.gitconfig @@ -45,6 +46,9 @@ myLink $HOME/.dotfiles/i3/config $HOME/.config/i3/config #i3blocks myLink $HOME/.dotfiles/i3/i3blocks.conf $HOME/.i3blocks.conf +#dunst +myLink $HOME/.dotfiles/dunst $HOME/.config/dunst + #vim myLink $HOME/.dotfiles/vim $HOME/.vim myLink $HOME/.dotfiles/vim/.vimrc $HOME/.vimrc