forked from colonelpanic/dotfiles
Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
3
dotfiles/lib/bin/rofi_kill_process.sh
Executable file
3
dotfiles/lib/bin/rofi_kill_process.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
ps -o 'pid cmd' x | rofi -dmenu -i | get_cols 1 | xargs kill -9
|
@@ -1,2 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
restart.sh keepassxc "$HOME/SparkleShare/config/db.kdbx" --keyfile "$HOME/SparkleShare/config/creds/keepass.key"
|
@@ -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)"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user