Merge pull request 'alias_docs' (#2) from alias_docs into master
Reviewed-on: http://localhost:3000/clint/dotfiles/pulls/2
This commit is contained in:
commit
6f96669efd
|
@ -249,7 +249,7 @@ set $bar-inactive_workspace #755B69
|
||||||
#}
|
#}
|
||||||
|
|
||||||
# set background on startup
|
# set background on startup
|
||||||
set $wallpaper ~/Pictures/wallpapers/mountain_moon.jpg
|
set $wallpaper /home/clint/Pictures/wallpapers/trees2.jpg
|
||||||
exec --no-startup-id feh --bg-fill $wallpaper
|
exec --no-startup-id feh --bg-fill $wallpaper
|
||||||
|
|
||||||
# turn picom on on start up
|
# turn picom on on start up
|
||||||
|
@ -278,7 +278,7 @@ bindsym $mod+l exec ~/scripts/lock.sh
|
||||||
|
|
||||||
# dmenu stuff
|
# dmenu stuff
|
||||||
bindsym $mod+c exec ~/scripts/dmenu_configs.sh
|
bindsym $mod+c exec ~/scripts/dmenu_configs.sh
|
||||||
bindsym $mod+p exec ~/scripts/dmenu_wallpaper.sh
|
bindsym $mod+p exec ~/scripts/dmenu_images.sh
|
||||||
bindsym $mod+x exec ~/scripts/dmenu_shutdown.sh
|
bindsym $mod+x exec ~/scripts/dmenu_shutdown.sh
|
||||||
|
|
||||||
# common programs
|
# common programs
|
||||||
|
|
|
@ -14,9 +14,10 @@ alias weather="curl wttr.in"
|
||||||
alias ls="exa -lhg --group-directories-first"
|
alias ls="exa -lhg --group-directories-first"
|
||||||
alias ll="exa -lhga --group-directories-first"
|
alias ll="exa -lhga --group-directories-first"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
|
alias docs="python ~/scripts/stock_price.py -s docs"
|
||||||
|
|
||||||
# path
|
# path
|
||||||
export PATH=/home/clint/.scripts/:$PATH
|
export PATH=/home/clint/scripts/:$PATH
|
||||||
|
|
||||||
# default programs
|
# default programs
|
||||||
export TERMINAL=alacritty
|
export TERMINAL=alacritty
|
||||||
|
|
Loading…
Reference in New Issue