Pulsemixer > pavucontrol and some sway fixes

This commit is contained in:
Daniel Flanagan 2020-01-17 10:26:00 -06:00
parent d80a823ce2
commit 2e6b90bed3
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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?

View File

@ -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` \