added org-pomodoro, added monitor name

This commit is contained in:
opalvault
2022-01-22 22:17:51 -08:00
parent 1ad5a62607
commit 3225daa0a1
6 changed files with 8 additions and 2 deletions
+3 -1
View File
@@ -136,6 +136,7 @@ output DP-5 pos 1920 0 res 3440x1440
# Wallpaper
output DP-5 bg /home/opal/dotfiles/.config/wallpapers/3.jpg fill #050402
output DP-6 bg /home/opal/dotfiles/.config/wallpapers/3.jpg fill #050402
output eDP-1 bg /home/opal/dotfiles/.config/wallpapers/3.jpg fill #050402
output HDMI-A-1 bg /home/opal/dotfiles/.config/wallpapers/3.jpg fill #050402
#+end_src
@@ -654,6 +655,7 @@ source $ZSH/oh-my-zsh.sh # This has to stay below plugins.
#### ~~~~ Path Additions ~~~~ #####
export PATH=/home/opal/scripts:$PATH # Scripts
export PATH=/home/opal/go/bin:$PATH # Golang Path
export PATH=/home/opal/.config/emacs/bin:$PATH # Doom Path
#### ~~~~ Locale ~~~~ #####
export LANG=en_US.UTF-8
@@ -697,7 +699,7 @@ alias :q='echo This aint a file, dingus.'
alias :wq='echo This aint a file, dingus.'
# ~ Source Zsh Configuration ~ #
alias zshrcsource="source ~/dotfiles/.config/zsh/zshrc"
alias zshrcsource="source ~/dotfiles/.config/zsh/.zshrc"
#+end_src
** zsh_functions
#+begin_src shell :tangle ~/dotfiles/.config/zsh/zsh_functions