i3: read-through, alsa -> pipewire & add questions

This commit is contained in:
Aminda Suomalainen 2021-04-03 19:02:06 +03:00
parent e4c9d168ba
commit 0cfdcc8c4a
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 14 additions and 14 deletions

View File

@ -349,7 +349,7 @@ bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause && notify-send -
#bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute $sink toggle # mute sound #bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute $sink toggle # mute sound
# Apparently pasystray alerts me of the status changes, so I don't have to # Apparently pasystray alerts me of the status changes, so I don't have to
# echo them by myself. # echo them by myself.
# pulseaudio bindings # pulseaudio bindings. pulsemixer is not available for Fedora or pipewire?
#bindsym XF86AudioLowerVolume exec --no-startup-id pulsemixer --change-volume -5 # && notify-send -t 500 "$(pulsemixer --get-volume)" #bindsym XF86AudioLowerVolume exec --no-startup-id pulsemixer --change-volume -5 # && notify-send -t 500 "$(pulsemixer --get-volume)"
#bindsym XF86AudioRaiseVolume exec --no-startup-id pulsemixer --change-volume +5 # && notify-send -t 500 "$(pulsemixer --get-volume)" #bindsym XF86AudioRaiseVolume exec --no-startup-id pulsemixer --change-volume +5 # && notify-send -t 500 "$(pulsemixer --get-volume)"
#bindsym XF86AudioMute exec --no-startup-id pulsemixer --toggle-mute # && notify-send -t 500 "🔇 pressed" #bindsym XF86AudioMute exec --no-startup-id pulsemixer --toggle-mute # && notify-send -t 500 "🔇 pressed"
@ -361,10 +361,10 @@ bindsym XF86AudioMute exec --no-startup-id notify-send -t 500 "$(amixer -M set M
bindsym $mod+p exec arandr bindsym $mod+p exec arandr
bindsym $mod+Shift+p exec arandr bindsym $mod+Shift+p exec arandr
# pulseaudio # pulseaudio / pipewire
#bindsym $mod+Shift+a exec pavucontrol -t 5 bindsym $mod+Shift+a exec pavucontrol -t 5
# alsa amixer alsamixer # alsa amixer alsamixer rbtpzn
bindsym $mod+Shift+a exec --no-startup-id $TERMINAL -e alsamixer #bindsym $mod+Shift+a exec --no-startup-id $TERMINAL -e alsamixer
# m for mumble # m for mumble
bindsym $mod+m exec mumble bindsym $mod+m exec mumble
# shift + m for music/media, which I need more seldom, but keep forgetting # shift + m for music/media, which I need more seldom, but keep forgetting
@ -383,26 +383,26 @@ for_window [title="tracker - .*"] floating enable
# Autostarts # Autostarts
# Sounds with alsamixer amixer # Sounds with alsamixer amixer rbtpzn
exec --no-startup-id touch ~/.config/asound.state #exec --no-startup-id touch ~/.config/asound.state
# Debian doesn't have /usr/sbin for non-root. CHANGEME ? # Debian doesn't have /usr/sbin for non-root. CHANGEME ?
exec --no-startup-id /usr/sbin/alsactl rdaemon -f ~/.config/asound.state #exec --no-startup-id /usr/sbin/alsactl rdaemon -f ~/.config/asound.state
# Alsa seems to need something to be played before it does anything so... # Alsa seems to need something to be played before it does anything so...
exec --no-startup-id aplay $(mktemp) #exec --no-startup-id aplay $(mktemp)
# I generally have flatpaks separately near the bottom, but other things are # I generally have flatpaks separately near the bottom, but other things are
# going to depend on PulseEffects and it seems to be more reliable from repositories # going to depend on PulseEffects and it seems to be more reliable from repositories
# at times # at times. PulseEffects has migrated to PipeWire
#exec --no-startup-id flatpak run com.github.wwmm.pulseeffects --gapplication-service #exec --no-startup-id flatpak run com.github.wwmm.pulseeffects --gapplication-service
#exec --no-startup-id pulseeffects --gapplication-service #exec --no-startup-id pulseeffects --gapplication-service
exec --no-startup-id $TERMINAL -e htop exec --no-startup-id $TERMINAL -e htop
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
# pulseaudio # pulseaudio (and pipewire?)
exec --no-startup-id sleep 60 && pasystray --notify=all exec --no-startup-id sleep 60 && pasystray --notify=all
# alsa amixer alsamixer # alsa amixer alsamixer
exec --no-startup-id sleep 60 && pnmixer #exec --no-startup-id sleep 60 && pnmixer
# Wallpaper, solid (AMOLED) black # Wallpaper, solid (AMOLED) black. hsetroot is not on Fedora
exec --no-startup-id hsetroot -solid \#000000 exec --no-startup-id hsetroot -solid \#000000
# Selenized black background (not AMOLED) # Selenized black background (not AMOLED)
#exec --no-startup-id hsetroot -solid \#181818 #exec --no-startup-id hsetroot -solid \#181818
@ -430,7 +430,7 @@ exec --no-startup-id insync start
exec --no-startup-id nextcloud --background exec --no-startup-id nextcloud --background
exec --no-startup-id sleep 60 && parcimonie --with-dbus exec --no-startup-id sleep 60 && parcimonie --with-dbus
exec --no-startup-id sleep 70 && parcimonie-applet exec --no-startup-id sleep 70 && parcimonie-applet
exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-vpn" #exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-vpn"
exec --no-startup-id kteatime exec --no-startup-id kteatime
exec --no-startup-id blueman-applet exec --no-startup-id blueman-applet