Merge branch 'master' of github.com:IvanMalison/dotfiles

This commit is contained in:
2016-11-24 17:16:35 -06:00
9 changed files with 3213 additions and 3176 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env zsh
ps -o 'pid cmd' x | rofi -dmenu -i | get_cols 1 | xargs kill -9

View File

@@ -1,2 +0,0 @@
#!/usr/bin/env sh
restart.sh keepassxc "$HOME/SparkleShare/config/db.kdbx" --keyfile "$HOME/SparkleShare/config/creds/keepass.key"

View File

@@ -21,7 +21,7 @@ function _setup_env {
_tex_setup
# This makes systemd aware of change to $PATH
run_if_exists systemctl --user import-environment PATH
run_if_exists systemctl --user import-environment PATH DISPLAY XAUTHORITY HOME
export ENVIRONMENT_SETUP_DONE="$(date)"
}