Browse Source

Update zshrc

master
Tovi Jaeschke-Rogers 3 years ago
parent
commit
c1e1efddef
2 changed files with 5 additions and 5 deletions
  1. +3
    -4
      .dwm/autostart.sh
  2. +2
    -1
      .zshrc

+ 3
- 4
.dwm/autostart.sh View File

@ -5,14 +5,13 @@ xmodmap -e 'keycode 135 = Super_R' &
xmodmap -e 'keycode 66 = Escape' &
xmodmap -e 'keycode 9 = Caps_Lock' &
pulseaudio --start &
#pulseaudio --start &
dunst &
xautolock -time 10 -locker slock &
feh --bg-fill ~/Pictures/Wallpapers/nature/$(ls ~/Pictures/Wallpapers/nature/ | shuf -n 1)
compton -b --backend xrender --config ~/.config/compton/compton.conf &
#compton -b --backend xrender --config ~/.config/compton/compton.conf &
unclutter &
transmission-daemon &
#transmission-daemon &
#conky -d &
~/.dwm/dwm-sss &
~/.bin/greenclip daemon &

+ 2
- 1
.zshrc View File

@ -152,7 +152,6 @@ bindkey '^e' edit-command-line
# Load syntax highlighting; should be last.
source ~/.zsh/fsh/fast-syntax-highlighting.plugin.zsh 2>/dev/null
source ~/.iterm2_shell_integration.zsh
# Go up directory structures
@ -170,3 +169,5 @@ git-prune() {
export PATH="/usr/local/opt/php@7.4/bin:$PATH"
export PATH="/usr/local/opt/php@7.4/sbin:$PATH"
eval "$(starship init zsh)"

Loading…
Cancel
Save