This commit is contained in:
Marcin Woźniak 2020-05-13 11:54:02 +02:00
parent 746d02321a
commit 6ace662b32
9 changed files with 18 additions and 9 deletions

View File

@ -1,3 +1,6 @@
https://bugs.gentoo.org/buglist.cgi?bug_status=UNCONFIRMED&chfieldfrom=24h&ctype=atom&title=NEW&list_id=4468306&order=changeddate%20DESC%2Cbug_status%2Cpriority%2Cassigned_to%2Cbug_id&query_format=advanced Gentoo
https://bugs.gentoo.org/buglist.cgi?component=Package%20issues&product=GURU&query_format=advanced&resolution=---&title=Bug%20List&ctype=atom GURU-BUGS
https://bugs.gentoo.org/buglist.cgi?component=Trusted%20Contributor%20ascension&product=GURU&query_format=advanced&resolution=---&title=Bug%20List&ctype=atom
http://www.epoznan.pl/rss.php poznan
http://rss.uptimerobot.com/u674346-753d02ab763f3725330347d4419a7569 UpTimeRobot

3
.local/bin/browser-x Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
GDK_DPI_SCALE="1.25" firefox
#google-chrome-stable --force-device-scale-factor=1.25&

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.6
#!/usr/bin/python3.7
# -*- coding: utf-8 -*-
import re
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3.6
#!/usr/bin/python3.7
# -*- coding: utf-8 -*-
import re
import sys

8
.local/bin/f2py3.7 Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/python3.7
# -*- coding: utf-8 -*-
import re
import sys
from numpy.f2py.f2py2e import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())

View File

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

0
.local/bin/password-manager Normal file → Executable file
View File

View File

@ -11,15 +11,12 @@ 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 '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&
#firefox-bin-scale&
thunderbird-bin-scale&
browser-x&
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&
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-bin
export BROWSER=/usr/bin/firefox
export FZF_DEFAULT_OPTS='--height 40% --layout=reverse'
export EIX_LIMIT_COMPACT=0
export TERMINAL="st"