Skip to content
Snippets Groups Projects
Verified Commit 64ecade0 authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] xterm emulation to enable terminal apps from wofi

parent 79f78d88
No related branches found
No related tags found
No related merge requests found
# enable gnome-keyring-daemon # enable gnome-keyring-daemon
export $(gnome-keyring-daemon --start --components=pkcs11\,secrets\,ssh) export $(gnome-keyring-daemon --start --components=pkcs11\,secrets\,ssh)
# expand user path to local/bin for xterm link
export PATH=$HOME/.local/bin:$PATH
exec_always {
'mkdir -p $HOME/.local/bin && echo -e "#!/bin/bash\n$term --exec=\"\$2\"" > $HOME/.local/bin/xterm && chmod 755 $HOME/.local/bin/xterm'
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment