+ Added elearning-isitup (personal purposes).
+ Added DWM Autostart script + Added Conky Launcher Script for DWM + More cleaning up
This commit is contained in:
parent
c1db823131
commit
28d74082e0
5 changed files with 24 additions and 3 deletions
4
.config/dwm/autostart.sh
Executable file
4
.config/dwm/autostart.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
nitrogen --restore &
|
||||
picom &
|
||||
$HOME/.scripts/launch-conky_dwm.sh &
|
|
@ -60,14 +60,14 @@ alias upElearn='sh $HOME/.scripts/elearning-isitup.sh'
|
|||
#config shortcuts
|
||||
alias cfvim='vim $XDG_CONFIG_HOME/vim/vimrc'
|
||||
alias cfbash='vim $HOME/.bashrc'
|
||||
alias cfzsh='vim $HOME/.zshrc'
|
||||
alias cfxres='vim $HOME/.Xresources'
|
||||
alias cfzsh='vim $XDG_CONFIG_HOME/zsh/.zshrc'
|
||||
alias cfxres='vim $XDG_CONFIG_HOME/Xresources'
|
||||
alias cfbsp='vim $XDG_CONFIG_HOME/bspwm/bspwmrc'
|
||||
alias cfpoly='vim $XDG_CONFIG_HOME/polybar/config'
|
||||
alias cfkeys='vim $XDG_CONFIG_HOME/sxhkd/sxhkdrc'
|
||||
alias cfalias='vim $XDG_CONFIG_HOME/zsh/aliases'
|
||||
alias cfbind='vim $XDG_CONFIG_HOME/zsh/keybinds'
|
||||
alias cfprofile='vim $HOME/.zprofile'
|
||||
alias cfprofile='vim $XDG_CONFIG_HOME/zsh/.zprofile'
|
||||
alias cfcompt='vim $XDG_CONFIG_HOME/picom/compton.conf'
|
||||
alias cfenv='vim $HOME/.zshenv'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue