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

[sway] use thunar instead of pcmanfm

parent 3d2b3cd3
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,6 @@ xdg-user-dirs ...@@ -115,7 +115,6 @@ xdg-user-dirs
# Other Applications # Other Applications
atool atool
cups-pdf cups-pdf
file-roller
foliate foliate
ffmpeg ffmpeg
ffmpegthumbnailer ffmpegthumbnailer
...@@ -135,7 +134,11 @@ zathura ...@@ -135,7 +134,11 @@ zathura
zathura-pdf-poppler zathura-pdf-poppler
# File systems access # File systems access
pcmanfm-gtk3 thunar
thunar-archive-plugin
thunar-volman
tumbler
file-roller
gvfs gvfs
gvfs-gphoto2 gvfs-gphoto2
gvfs-mtp gvfs-mtp
......
export EDITOR=nvim
[[ -f ~/.bashrc ]] && . ~/.bashrc && sway [[ -f ~/.bashrc ]] && . ~/.bashrc && sway
...@@ -9,6 +9,8 @@ if [ -n "$SWAYSOCK" ]; then ...@@ -9,6 +9,8 @@ if [ -n "$SWAYSOCK" ]; then
export $(gnome-keyring-daemon --start --components=pkcs11\,secrets\,ssh) export $(gnome-keyring-daemon --start --components=pkcs11\,secrets\,ssh)
fi fi
export EDITOR=nvim
SILVER=(status:black:white user:yellow:black dir:blue:black git:green:black cmdtime:magenta:black) SILVER=(status:black:white user:yellow:black dir:blue:black git:green:black cmdtime:magenta:black)
export SILVER_ICONS=unicode export SILVER_ICONS=unicode
export SILVER_SHELL=$0 # bash, zsh, or fish export SILVER_SHELL=$0 # bash, zsh, or fish
......
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