Pulsemixer > pavucontrol and some sway fixes
This commit is contained in:
parent
d80a823ce2
commit
2e6b90bed3
|
@ -19,6 +19,6 @@ export MOZ_ENABLE_WAYLAND=1
|
|||
# configuration flag for some of my dotfiles scripts
|
||||
export IS_WAYLAND=1
|
||||
|
||||
exec mako
|
||||
mako &
|
||||
|
||||
sway
|
||||
|
|
|
@ -134,6 +134,7 @@ alias scs="sc-im \"\$NOTES_PATH/_scratch.sc\""
|
|||
alias disks="lsblk && df -h"
|
||||
alias dd="dd status=progress"
|
||||
alias wifi="sudo nmtui"
|
||||
alias pa="pulsemixer"
|
||||
|
||||
# games aliases
|
||||
# this sometimes fixes steam dynamic library issues?
|
||||
|
|
|
@ -5,7 +5,7 @@ pacaur --needed -S \
|
|||
weechat `# IRC Client` \
|
||||
aria2 `# Downloads Manager` \
|
||||
tree `# Handy Filesystem Viewing Utility` \
|
||||
rofi `# Application Launcher` \
|
||||
dmenu rofi `# Application Launcher` \
|
||||
ripgrep `# Code Search Utilities` \
|
||||
fd `# File Search` \
|
||||
sd `# Easy Find/Replace` \
|
||||
|
@ -21,7 +21,7 @@ pacaur --needed -S \
|
|||
rsync `# File Transfer` \
|
||||
alsa-utils `# Audio Utilities` \
|
||||
alsa-plugins `# Plugins for ALSA` \
|
||||
pulseaudio pavucontrol `# Audio Backend and Controls` \
|
||||
pulseaudio pavucontrol pulsemixer `# Audio Backend and Controls` \
|
||||
pulseaudio-ctl `# CLI Utility for Pulseaudio` \
|
||||
neovim vim `# Text Editors` \
|
||||
unzip `# Simple Unzipping` \
|
||||
|
|
Reference in a new issue