mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 11:43:03 +03:00
feat(i3): pulseaudio-ctl > pactl
This commit is contained in:
parent
24981a6c8e
commit
b3224f4eb6
2 changed files with 41 additions and 41 deletions
|
|
@ -357,9 +357,9 @@ exec_always --no-startup-id "bash /home/pavel/bin/polybar.sh"
|
|||
# }
|
||||
|
||||
# Pulse Audio controls
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id "pulseaudio-ctl up && pkill -RTMIN+2 i3blocks"
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id "pulseaudio-ctl down && pkill -RTMIN+2 i3blocks"
|
||||
bindsym XF86AudioMute exec --no-startup-id "pulseaudio-ctl mute && pkill -RTMIN+2 i3blocks"
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id "pactl set-sink-volume @DEFAULT_SINK@ +5%"
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id "pactl set-sink-volume @DEFAULT_SINK@ -5%"
|
||||
bindsym XF86AudioMute exec --no-startup-id "pactl set-sink-mute @DEFAULT_SINK@ toggle"
|
||||
|
||||
# Media player controls
|
||||
bindsym XF86AudioPlay exec mpc toggle
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Deployed with [[https://yadm.io/][yadm]]
|
||||
|
||||
| Group | Program | Purpose | Status | Documented? | Notes |
|
||||
|-----------+----------------+--------------------------------+------------------+-------------+----------------------------------------------------------------------------|
|
||||
|-----------+----------------+--------------------------------+-------------------+-------------+----------------------------------------------------------------------------|
|
||||
| console | bash | shell | launches fish :) | - | |
|
||||
| console | [[https://fishshell.com/][fish]] | shell | *active* | - | |
|
||||
| console | [[https://github.com/starship/starship][starship]] | prompt | *active* | - | |
|
||||
|
|
@ -35,7 +35,7 @@ Deployed with [[https://yadm.io/][yadm]]
|
|||
| internet | [[https://tabliss.io/][tabliss]] | new tab page | *active* | - | runned as server to work with tridactyl |
|
||||
| audio | [[https://www.musicpd.org/][mpd]] | music player daemon | *active* | - | |
|
||||
| audio | [[https://github.com/ncmpcpp/ncmpcpp][ncmpcpp]] | MPD frontend | *active* | - | |
|
||||
| audio | [[https://github.com/graysky2/pulseaudio-ctl][pulseaudio-ctl]] | PulseAudio controller | *active* | - | |
|
||||
| audio | [[https://github.com/graysky2/pulseaudio-ctl][pulseaudio-ctl]] | PulseAudio controller | archive | - | |
|
||||
| dev | [[https://github.com/prompt-toolkit/ptpython][ptpython]] | Python REPL | archive | - | |
|
||||
| dev | [[https://github.com/inducer/pudb][pudb]] | Python Debugger | archive | - | |
|
||||
| misc | [[https://yadm.io][yadm]] | dotfiles manager | *active* | - | |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue