Signed-off-by: Marcin Wozniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2020-05-10 21:19:21 +02:00 committed by Marcin Wozniak
parent cab0728d5b
commit 746d02321a
9 changed files with 19 additions and 31 deletions

View File

@ -1,23 +0,0 @@
#!/bin/sh
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
xset s off -dpms&
xset b off&
xset s off&
xset -dpms&
compton&
feh --bg-fill $HOME/.wall.jpg &
redshift -l 53.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 'newsboat'\; split-window 'cmus'\; split-window 'htop'"&
sudo /root/.local/bin/protonvpn c -f&
google-chrome-stable --force-device-scale-factor=1.25&
thunderbird-bin&
sudo keepassxc&
dunst -config&
transmission-daemon&
(sleep 30 && getforecast)&
sudo /usr/bin/rdate -s -l ntp.task.gda.pl && sudo /sbin/hwclock --systohc
/opt/MEGAcmd/mega-cmd-server --debug-full > /var/log/megacmd/megacmd.log&
dwmstatusbar&
exec dbus-launch dwm

View File

@ -1,5 +1,5 @@
[global]
font = Mono 14
font = Mono 16
# Allow a small subset of html markup:
# <b>bold</b>
@ -192,7 +192,6 @@
foreground = "#dfdfdf"
timeout = 5
# Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages.
# Messages can be matched by "appname", "summary", "body", "icon", "category",

View File

@ -1,5 +1,7 @@
auto-reload yes
reload-time 10
reload-time 900
notify-program "/usr/bin/notify-send"
notify-always yes
unbind-key o
bind-key o open-in-browser

3
.gitignore vendored
View File

@ -55,3 +55,6 @@ git/
ittv-credentials
mcserver/
www
.wget-hsts
.icons/
.gtkrc-2.0

2
.local/bin/firefox-bin-scale Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
GDK_DPI_SCALE="1.3" firefox-bin

View File

@ -0,0 +1,2 @@
#!/bin/bash
sudo QT_SCALE_FACTOR=1.5 keepassxc

View File

@ -0,0 +1,2 @@
#!/bin/bash
GDK_DPI_SCALE="1.2" thunderbird-bin

View File

@ -9,16 +9,17 @@ compton&
feh --bg-fill $HOME/.wall.jpg &
redshift -l 53.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 'newsboat'\; split-window 'cmus'\; split-window 'htop'"&
/usr/local/bin/st -e /bin/sh -c "tmux new-session -s BASE -n HOME '/bin/zsh'\; split-window 'htop'\; new-window -n NEWSBOAT 'newsboat'\; new-window -n MUSIC 'cmus'"&
sudo /root/.local/bin/protonvpn c -f&
google-chrome-stable --force-device-scale-factor=1.25&
thunderbird-bin&
sudo keepassxc&
#firefox-bin-scale&
thunderbird-bin-scale&
password-manager&
dunst -config&
transmission-daemon&
(sleep 30 && getforecast)&
sudo /usr/bin/rdate -s -l ntp.task.gda.pl && sudo /sbin/hwclock --systohc
/opt/MEGAcmd/mega-cmd-server --debug-full > /var/log/megacmd/megacmd.log&
discord&
pidgin&
dwmstatusbar&
exec dbus-launch dwm

2
.zshrc
View File

@ -39,7 +39,7 @@ export CCACHE_DIR="/mnt/backup/ccache"
export LC_ALL="en_US.UTF-8"
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export BROWSER=/usr/bin/firefox
export BROWSER=/usr/bin/firefox-bin
export FZF_DEFAULT_OPTS='--height 40% --layout=reverse'
export EIX_LIMIT_COMPACT=0
export TERMINAL="st"