aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2020-11-29 12:31:38 +0100
committerlonkaars <l.leblansch@gmail.com>2020-11-29 12:31:38 +0100
commitd1c3fe896d3e7cde94679c9af350c688f874d1f3 (patch)
tree29cf106da36bd1badd3e068329f237daf5c1feba
parent92161f1c87ed3399d13e6cc98f3c2a2fecf6e6cc (diff)
update
-rw-r--r--.config/xbindkeys/main2
-rwxr-xr-x.local/share/bin/addtoqueue3
-rwxr-xr-x.local/share/bin/flost2
-rw-r--r--.zshenv48
4 files changed, 3 insertions, 52 deletions
diff --git a/.config/xbindkeys/main b/.config/xbindkeys/main
index 638fe44..07207f4 100644
--- a/.config/xbindkeys/main
+++ b/.config/xbindkeys/main
@@ -10,7 +10,7 @@
Mod4 + p
"maim -usb 4 -c 255,255,255 | xclip -selection clipboard -t image/png"
Print
-"sh -c addtoqueue"
+"addtoqueue"
Mod4 + a
diff --git a/.local/share/bin/addtoqueue b/.local/share/bin/addtoqueue
index d4b82b6..96a0dc8 100755
--- a/.local/share/bin/addtoqueue
+++ b/.local/share/bin/addtoqueue
@@ -1,2 +1,3 @@
#!/bin/sh
-flost fzmp -A
+st -T "[floating]" -g 150x40 -e fzmp -A
+
diff --git a/.local/share/bin/flost b/.local/share/bin/flost
deleted file mode 100755
index 6d1185e..0000000
--- a/.local/share/bin/flost
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-st -T "[floating]" -g 150x40 -e $@
diff --git a/.zshenv b/.zshenv
deleted file mode 100644
index 21ce10e..0000000
--- a/.zshenv
+++ /dev/null
@@ -1,48 +0,0 @@
-# xdg
-export XDG_CONFIG_HOME="$HOME"/.config
-export XDG_CACHE_HOME="$HOME"/.cache
-export XDG_DATA_HOME="$HOME"/.local/share
-
-# scripts
-export PATH=~/.local/share/bin:$PATH
-export PATH=~/.local/go/bin:$PATH
-
-# restic
-export RESTIC_PASSWORD_FILE=/mnt/g/resticpass
-export RESTIC_REPOSITORY=/mnt/g
-
-# other stuff
-export EDITOR='nvim'
-export FZF_DEFAULT_COMMAND='find .'
-export FZF_DEFAULT_OPTS="--color=16"
-export XCURSOR_PATH=${XCURSOR_PATH}:~/.local/share/icons
-export GOPATH=$HOME/.local/go
-export ETESYNC_URL="https://superesc:9443"
-
-# js-beautify
-export jsbeautify_end_with_newline=true
-export jsbeautify_brace_style="preserve-inline"
-export jsbeautify_indent_with_tabs=true
-export jsbeautify_wrap_line_length=70
-
-# node certificate settings
-export NODE_EXTRA_CA_CERTS=/usr/share/ca-certificates/bitwarden.crt
-
-# cleanup
-export ANDROID_SDK_HOME="$XDG_CONFIG_HOME"/android
-export ADB_VENDOR_KEY="$XDG_CONFIG_HOME"/android
-export CARGO_HOME="$XDG_DATA_HOME"/cargo
-export gnome_user_dir="$HOME"/.config/gnome/apps
-export GNUPGHOME="$XDG_DATA_HOME"/gnupg
-export GRADLE_USER_HOME="$XDG_DATA_HOME"/gradle
-export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java
-export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
-export NVM_DIR="$XDG_DATA_HOME"/nvm
-export PARALLEL_HOME="$XDG_CONFIG_HOME"/parallel
-export PYLINTHOME="$XDG_CACHE_HOME"/pylint
-export STACK_ROOT="$XDG_DATA_HOME"/stack
-export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default
-export HISTFILE="$XDG_DATA_HOME"/zsh/history
-export CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv
-export CONAN_USER_HOME="$XDG_CONFIG_HOME/conan"
-