Merge branch 'master' of gitea:FunctionalHacker/dotfiles

This commit is contained in:
Marko Korhonen 2021-05-18 09:03:56 +03:00
commit 2befb18c64
12 changed files with 55 additions and 90 deletions

View file

@ -17,7 +17,10 @@ mpvqueue %U
^https?://(?:[a-z0-9\-]+\.)+[a-z]{2,6}(?:/[^/#?]+)+\.(?:mp4|mkv|webm|avi|3gp|gif|gifv)
mpvqueue %U
^https?://www.facebook.com/.*/videos/
^https://www.facebook.com/watch/?v=.*
mpvqueue %U
^https://fb.watch/.*
mpvqueue %U
^https?://gfycat.com/.*

View file

@ -1,3 +1,4 @@
PACKAGER="Marko Korhonen <marko@korhonen.cc>"
DLAGENTS=('file::/usr/bin/curl -gqC - -o %o %u'
'ftp::/usr/bin/curl -gqfC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
'http::/usr/bin/curl -gqb "" -fLC - --retry 3 --retry-delay 3 -o %o %u'
@ -15,8 +16,9 @@ CARCH="x86_64"
CHOST="x86_64-pc-linux-gnu"
CPPFLAGS="-D_FORTIFY_SOURCE=2"
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
CFLAGS="-march=native -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
CXXFLAGS="${CFLAGS}"
RUSTFLAGS="-C opt-level=3 -C target-cpu=native"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
MAKEFLAGS="-j$(nproc)"
DEBUG_CFLAGS="-g -fvar-tracking-assignments"

View file

@ -15,6 +15,7 @@ exec {
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
mpDris2
swaymsg workspace 1
dbus-update-activation-environment DISPLAY
}
exec_always {

View file

@ -39,7 +39,7 @@ export AUR_PAGER=$PAGER
export GPG_TTY="$(tty)"
# set SSH_AUTH_SOCK if not logging in over SSH
if [ "$SSH_CONNECTION" != "" ]; then
if [ "$SSH_CONNECTION" -eq "" ]; then
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
fi

View file

@ -40,3 +40,8 @@ host takamaki
HostName 10.200.200.5
port 22
user reekymarko
host viirujateippi
HostName viirujateippi.fi
port 22
user functionalhacker