Startup programs and new configs
This commit is contained in:
parent
c207355372
commit
8bf4fe71c0
4 changed files with 10 additions and 1 deletions
|
|
@ -25,3 +25,7 @@ pulseaudio --check || pulseaudio
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
redshift &
|
redshift &
|
||||||
ps -u jdkaplan | grep -oq panel && pkill panel; $XDG_CONFIG_HOME/panel/panel &
|
ps -u jdkaplan | grep -oq panel && pkill panel; $XDG_CONFIG_HOME/panel/panel &
|
||||||
|
|
||||||
|
qutebrowser &
|
||||||
|
telegram-desktop &
|
||||||
|
slack &
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
- link:
|
- link:
|
||||||
~/.config/bspwm: bspwm/
|
~/.config/bspwm: bspwm/
|
||||||
~/.config/sxhkd: sxhkd/
|
|
||||||
~/.config/panel: panel/
|
~/.config/panel: panel/
|
||||||
|
~/.config/pianobar: pianobar/
|
||||||
|
~/.config/sxhkd: sxhkd/
|
||||||
~/.config/qutebrowser: qutebrowser/
|
~/.config/qutebrowser: qutebrowser/
|
||||||
~/.mbsyncrc: isync/.mbsyncrc
|
~/.mbsyncrc: isync/.mbsyncrc
|
||||||
~/.mutt: mutt/
|
~/.mutt: mutt/
|
||||||
|
|
|
||||||
2
pianobar/.gitignore
vendored
Normal file
2
pianobar/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
ctl
|
||||||
|
state
|
||||||
2
pianobar/config
Normal file
2
pianobar/config
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
user = 'jeremydkaplan@gmail.com'
|
||||||
|
password_command = pass show pandora.com | head -n 1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue