put files in folder

This commit is contained in:
2026-04-30 02:11:36 +03:00
parent fdd6ede51d
commit 32ed8b850a
38 changed files with 1495 additions and 1 deletions
@@ -0,0 +1,15 @@
{
"pulseaudio": {
"scroll-step": 1,
"reverse-scrolling": true,
"smooth-scrolling-threshold": 1.0,
"format": "{icon} {volume}%",
"format-bluetooth":" {icon} {volume}%",
"format-muted": " Muted",
"format-icons": { "default": [" ", " ", " "]},
"on-click": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 10%-",
"on-click-middle": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle",
"on-click-right": "wpctl set-volume @DEFAULT_AUDIO_SINK@ -l 1.0 10%+",
"on-double-click-middle": "kitty -e pulsemixer"
}
}