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

[sway] start gnome-keyring-daemon, some aliases for cmd replacements

parent ce135cfd
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
# Most pure GTK3 apps use wayland by default, but some,
# like Firefox, need the backend to be explicitely selected.
export MOZ_ENABLE_WAYLAND=1
export MOZ_DBUS_REMOTE=1
export LIBVA_DRIVER_NAME=v4l2_request
export GTK_THEME=Matcha-dark-sea
export GTK_CSD=0
......
alias ls="exa -alh"
alias cat="bat"
export EDITOR=nvim
[[ -f ~/.bashrc ]] && . ~/.bashrc && sway
......@@ -5,7 +5,13 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
if [ -n "$SWAYSOCK" ]; then
export $(gnome-keyring-daemon --start --components=pkcs11\,secrets\,ssh)
fi
SILVER=(status:black:white user:yellow:black dir:blue:black git:green:black cmdtime:magenta:black)
export SILVER_ICONS=unicode
export SILVER_SHELL=$0 # bash, zsh, or fish
eval "$(silver init)"
source ~/.bash_aliases
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