Added
This commit is contained in:
parent
746d02321a
commit
6ace662b32
@ -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?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://www.epoznan.pl/rss.php poznan
|
||||||
http://rss.uptimerobot.com/u674346-753d02ab763f3725330347d4419a7569 UpTimeRobot
|
http://rss.uptimerobot.com/u674346-753d02ab763f3725330347d4419a7569 UpTimeRobot
|
||||||
|
|
||||||
|
3
.local/bin/browser-x
Executable file
3
.local/bin/browser-x
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
GDK_DPI_SCALE="1.25" firefox
|
||||||
|
#google-chrome-stable --force-device-scale-factor=1.25&
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3.6
|
#!/usr/bin/python3.7
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3.6
|
#!/usr/bin/python3.7
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
8
.local/bin/f2py3.7
Executable file
8
.local/bin/f2py3.7
Executable 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())
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
GDK_DPI_SCALE="1.3" firefox-bin
|
|
0
.local/bin/password-manager
Normal file → Executable file
0
.local/bin/password-manager
Normal file → Executable file
5
.xinitrc
5
.xinitrc
@ -11,15 +11,12 @@ redshift -l 53.2327:18.3036 -t 6500:3200&
|
|||||||
nm-applet --sm-disable&
|
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'"&
|
/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&
|
sudo /root/.local/bin/protonvpn c -f&
|
||||||
google-chrome-stable --force-device-scale-factor=1.25&
|
browser-x&
|
||||||
#firefox-bin-scale&
|
|
||||||
thunderbird-bin-scale&
|
|
||||||
password-manager&
|
password-manager&
|
||||||
dunst -config&
|
dunst -config&
|
||||||
transmission-daemon&
|
transmission-daemon&
|
||||||
(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 -l 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&
|
||||||
pidgin&
|
|
||||||
dwmstatusbar&
|
dwmstatusbar&
|
||||||
exec dbus-launch dwm
|
exec dbus-launch dwm
|
||||||
|
2
.zshrc
2
.zshrc
@ -39,7 +39,7 @@ export CCACHE_DIR="/mnt/backup/ccache"
|
|||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export LC_ALL=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 FZF_DEFAULT_OPTS='--height 40% --layout=reverse'
|
||||||
export EIX_LIMIT_COMPACT=0
|
export EIX_LIMIT_COMPACT=0
|
||||||
export TERMINAL="st"
|
export TERMINAL="st"
|
||||||
|
Loading…
Reference in New Issue
Block a user