Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
manjaro-arm
applications
arm-profiles
Commits
64ecade0
Verified
Commit
64ecade0
authored
Nov 24, 2020
by
Andreas Gerlach
Browse files
[sway] xterm emulation to enable terminal apps from wofi
parent
79f78d88
Changes
2
Hide whitespace changes
Inline
Side-by-side
overlays/sway/etc/skel/.profile
View file @
64ecade0
# enable gnome-keyring-daemon
export
$(
gnome-keyring-daemon
--start
--components
=
pkcs11
\,
secrets
\,
ssh
)
# expand user path to local/bin for xterm link
export
PATH
=
$HOME
/.local/bin:
$PATH
overlays/sway/etc/sway/config.d/94-enable-xterm-emulation
0 → 100644
View file @
64ecade0
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'
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment