mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 21:57:21 +02:00
Compare commits
2 Commits
0a73c51371
...
cb9576d28b
Author | SHA1 | Date | |
---|---|---|---|
cb9576d28b | |||
4379766273 |
6
etc/xdg/autostart/00-kwalletd6.desktop
Normal file
6
etc/xdg/autostart/00-kwalletd6.desktop
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Exec=kwalletd6
|
||||||
|
Icon=kwalletd6
|
||||||
|
Terminal=false
|
||||||
|
Name=KDE Wallet daemon
|
@ -615,8 +615,8 @@ alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal
|
|||||||
alias netstat-listening-ports="netstat -plntu"
|
alias netstat-listening-ports="netstat -plntu"
|
||||||
|
|
||||||
# mpv music & music shuffle
|
# mpv music & music shuffle
|
||||||
alias mpvm="mpv --no-video"
|
alias mpvm="mpv --no-resume-playback --no-video"
|
||||||
alias mpvms="mpv --no-video --shuffle"
|
alias mpvms="mpv --no-resume-playback --no-video --shuffle"
|
||||||
|
|
||||||
# Compatibility with my i3 alsactl mess
|
# Compatibility with my i3 alsactl mess
|
||||||
if [ -f ~/.config/asound.state ]; then
|
if [ -f ~/.config/asound.state ]; then
|
||||||
|
4
rc/zshrc
4
rc/zshrc
@ -602,8 +602,8 @@ alias gpg-export-minimal-binary="gpg --no-armor --export-options export-minimal
|
|||||||
alias netstat-listening-ports="netstat -plntu"
|
alias netstat-listening-ports="netstat -plntu"
|
||||||
|
|
||||||
# mpv music & music shuffle
|
# mpv music & music shuffle
|
||||||
alias mpvm="mpv --no-video"
|
alias mpvm="mpv --no-resume-playback --no-video"
|
||||||
alias mpvms="mpv --no-video --shuffle"
|
alias mpvms="mpv --no-resume-playback --no-video --shuffle"
|
||||||
|
|
||||||
# Compatibility with my i3 alsactl mess
|
# Compatibility with my i3 alsactl mess
|
||||||
if [ -f ~/.config/asound.state ]; then
|
if [ -f ~/.config/asound.state ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user