This commit is contained in:
Marcin Woźniak 2020-02-03 14:32:36 +01:00
parent 6929af7bb0
commit e5e7cb20a0
1 changed files with 3 additions and 2 deletions

View File

@ -1,14 +1,15 @@
#!/bin/bash
#
# Last update: 19-01-2020
# Last update: 02-02-2020
#
feh --bg-fill $HOME/.wall.jpg &
xset s off -dpms&
xset b off&
xset s off&
xset -dpms&
compton&
feh --bg-fill $HOME/.wall.jpg &
redshift -l 52.2327:18.3036 -t 6500:3200&
nm-applet --sm-disable&
/usr/local/bin/st -e /bin/sh -c "tmux new-session -s BASE -n HOME '/bin/zsh'\; split-window -h \; split-window 'htop'\; new-window -n IRC 'irssi'\; new-window -n MUSIC 'cmus'"&