Compare commits

..

No commits in common. "073aacb1a1362cc6f779a99107995b8b354d775e" and "979d8090e99c9763cabdedfcf90d7745a2a9ec2a" have entirely different histories.

2 changed files with 4 additions and 8 deletions

View File

@ -18,10 +18,6 @@ alias upr='find plugins -name ".git" -type d -prune | while read -r repo; do \
done done
' '
alias pshow='find ~/.password-store -name "*.gpg" \
| sed "s|.*/.password-store/||; s|\.gpg$||" \
| fzf \
| xargs -r pass show'
export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.local/bin:$PATH

View File

@ -62,8 +62,8 @@ bindsym $mad+Backspace exec "dotcleaner"
bindsym $mad+Shift+s exec "$HOME/.config/sway/scripts/screentemp toggle; pkill -RTMIN+5 waybar" bindsym $mad+Shift+s exec "$HOME/.config/sway/scripts/screentemp toggle; pkill -RTMIN+5 waybar"
# Push-to-talk : maintenir Ctrl+! # Push-to-talk : maintenir Ctrl+!
bindsym Ctrl+exclam exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 0; done" bindsym --release Ctrl+exclam exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ 1
bindsym --release Ctrl+exclam exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 1; done" bindsym Ctrl+exclam exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ 0
# Ctrl+Shift+! : mute permanent # Ctrl+Shift+! : active le micro de façon permanente
bindsym Ctrl+Shift+exclam exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 0; done" bindsym Ctrl+Shift+exclam exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ 0