From 6ace662b32ca7e06b70a4da056131aa14dced164 Mon Sep 17 00:00:00 2001 From: Marcin Wozniak Date: Wed, 13 May 2020 11:54:02 +0200 Subject: [PATCH] Added --- .config/newsboat/urls | 3 +++ .local/bin/browser-x | 3 +++ .local/bin/f2py | 2 +- .local/bin/f2py3 | 2 +- .local/bin/f2py3.7 | 8 ++++++++ .local/bin/firefox-bin-scale | 2 -- .local/bin/password-manager | 0 .xinitrc | 5 +---- .zshrc | 2 +- 9 files changed, 18 insertions(+), 9 deletions(-) create mode 100755 .local/bin/browser-x create mode 100755 .local/bin/f2py3.7 delete mode 100755 .local/bin/firefox-bin-scale mode change 100644 => 100755 .local/bin/password-manager diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 6e902a7..a3e86fd 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -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 + diff --git a/.local/bin/browser-x b/.local/bin/browser-x new file mode 100755 index 0000000..4afead2 --- /dev/null +++ b/.local/bin/browser-x @@ -0,0 +1,3 @@ +#!/bin/bash +GDK_DPI_SCALE="1.25" firefox +#google-chrome-stable --force-device-scale-factor=1.25& diff --git a/.local/bin/f2py b/.local/bin/f2py index bafb207..b06de45 100755 --- a/.local/bin/f2py +++ b/.local/bin/f2py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.6 +#!/usr/bin/python3.7 # -*- coding: utf-8 -*- import re import sys diff --git a/.local/bin/f2py3 b/.local/bin/f2py3 index bafb207..b06de45 100755 --- a/.local/bin/f2py3 +++ b/.local/bin/f2py3 @@ -1,4 +1,4 @@ -#!/usr/bin/python3.6 +#!/usr/bin/python3.7 # -*- coding: utf-8 -*- import re import sys diff --git a/.local/bin/f2py3.7 b/.local/bin/f2py3.7 new file mode 100755 index 0000000..b06de45 --- /dev/null +++ b/.local/bin/f2py3.7 @@ -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()) diff --git a/.local/bin/firefox-bin-scale b/.local/bin/firefox-bin-scale deleted file mode 100755 index 61ada01..0000000 --- a/.local/bin/firefox-bin-scale +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -GDK_DPI_SCALE="1.3" firefox-bin diff --git a/.local/bin/password-manager b/.local/bin/password-manager old mode 100644 new mode 100755 diff --git a/.xinitrc b/.xinitrc index 4c74ed5..b38267c 100644 --- a/.xinitrc +++ b/.xinitrc @@ -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 diff --git a/.zshrc b/.zshrc index 33332fe..00a2ead 100644 --- a/.zshrc +++ b/.zshrc @@ -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"