Signed-off-by: Marcin Wozniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-08-13 17:58:00 +02:00 committed by Marcin Wozniak
parent dab188b470
commit cbc3fdc5e6
Signed by: y0rune
GPG Key ID: F204C385F57EB348
8 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
auto-reload yes auto-reload yes
refresh-on-startup yes refresh-on-startup yes
reload-time 1 reload-time 10
notify-program "$HOME/.local/bin/notify-program" notify-program "/home/yorune/.local/bin/notify-program"
notify-always yes notify-always yes
unbind-key o unbind-key o
@ -19,5 +19,5 @@ color listfocus_unread yellow default bold
color info red black bold color info red black bold
color article white default bold color article white default bold
browser "$HOME/.local/bin/browser-x -new-tab %u" browser "/home/yorune/.local/bin/browser-x -new-tab %u"
player mpv player mpv

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
#GDK_DPI_SCALE="1.3" firefox
KERNEL=$(uname -sr) KERNEL=$(uname -sr)
[[ $KERNEL =~ "Microsoft" ]] && $HOME/.brave.exe "$@" [[ $KERNEL =~ "Microsoft" ]] && $HOME/.brave.exe "$@"
[[ $KERNEL =~ "gentoo" ]] && brave-bin --force-device-scale-factor=1.2 "$@"& [[ $KERNEL =~ "gentoo" ]] && GDK_DPI_SCALE="1.2" firefox "$@"
#brave-bin --force-device-scale-factor=1.2 "$@"&

View File

@ -4,3 +4,4 @@ sudo rm -rf /var/tmp/genkernel/*
sudo rm -rf /tmp/* sudo rm -rf /tmp/*
sudo rm -rf /var/cache/genkernel/* sudo rm -rf /var/cache/genkernel/*
sudo eclean-dist -d sudo eclean-dist -d
sudo eclean-pkg -d

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
KERNEL=$(uname -sr) KERNEL=$(uname -sr)
[[ $KERNEL =~ "Microsoft" ]] && $HOME/.local/bin/wsl-notify "$@" [[ $KERNEL =~ "Microsoft" ]] && $HOME/.local/bin/wsl-notify "$@"
[[ $KERNEL =~ "gentoo" ]] && /usr/bin/notify-send "$@" [[ $KERNEL =~ "gentoo" ]] && echo "cos"> ~/coscso; /usr/bin/notify-send "$@"

View File

@ -1,2 +0,0 @@
#!/bin/bash
nohup streamlink -p mpv https://www.twitch.tv/$1 best > /dev/null 2>&1 &

View File

@ -7,17 +7,19 @@ xset s off&
xset -dpms& xset -dpms&
compton& compton&
feh --bg-fill $HOME/.wall.jpg & feh --bg-fill $HOME/.wall.jpg &
redshift -l 53.2327:18.3036 -t 6500:3200& #redshift -l 53.2327:18.3036 -t 6500:3200&
nm-applet --sm-disable& nm-applet --sm-disable&
sudo /root/.local/bin/protonvpn c -f& sudo /root/.local/bin/protonvpn c -f&
#DISPLAY=:0 gkrellm&
dunst -config& dunst -config&
browser-x& browser-x&
password-manager& password-manager&
transmission-daemon& transmission-daemon&
/usr/local/bin/st -e /bin/sh -c "tmux new-session -s BASE -n HOME '/bin/zsh'\; split-window 'htop'\; new-window -n MAIL 'neomutt'\; new-window -n IRC 'irssi'\; new-window -n NEWSBOAT 'newsboat'\; new-window -n MUSIC 'cmus'"& /usr/local/bin/st -e /bin/sh -c "tmux new-session -s BASE -n HOME '/bin/zsh'\; split-window 'htop'\; new-window -n MAIL 'neomutt'\; new-window -n NEWSBOAT 'newsboat -r '\; new-window -n MUSIC 'cmus'"&
#/usr/local/bin/st -e /bin/sh -c "tmux new-session -s BASE -n HOME '/bin/zsh'\; split-window 'htop'\; new-window -n MAIL 'neomutt'\; new-window -n IRC 'irssi'\; new-window -n NEWSBOAT 'newsboat'\; new-window -n MUSIC 'cmus'"&
(sleep 30 && getforecast)& (sleep 30 && getforecast)&
sudo /usr/bin/rdate -s -l ntp.task.gda.pl && sudo /sbin/hwclock --systohc sudo /usr/bin/rdate -s ntp.task.gda.pl && sudo /sbin/hwclock --systohc
/opt/MEGAcmd/mega-cmd-server --debug-full > /var/log/megacmd/megacmd.log& /opt/MEGAcmd/mega-cmd-server --debug-full > /var/log/megacmd/megacmd.log&
dwmstatusbar& dwmstatusbar&
exec dbus-launch dwm exec dbus-launch dwm

1
.zshrc
View File

@ -22,7 +22,6 @@ source $HOME/Linux/configs/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh &>
source $HOME/Linux/configs/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh &>> /dev/null source $HOME/Linux/configs/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh &>> /dev/null
[ ! -d $HOME/.config/fzf ] && git clone https://github.com/junegunn/fzf.git $HOME/.config/fzf [ ! -d $HOME/.config/fzf ] && git clone https://github.com/junegunn/fzf.git $HOME/.config/fzf
[ -f $HOME/.config/fzf/shell/key-bindings.zsh ] && source $HOME/.config/fzf/shell/key-bindings.zsh [ -f $HOME/.config/fzf/shell/key-bindings.zsh ] && source $HOME/.config/fzf/shell/key-bindings.zsh
[ -f /etc/issue.logo ] && cat /etc/issue.logo
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
FPATH=/usr/local/share/zsh/site-functions:$FPATH FPATH=/usr/local/share/zsh/site-functions:$FPATH
xset s off -dpms &>> /dev/null xset s off -dpms &>> /dev/null