From 2e6b90bed3d61dc53a055ab83c3ae885f4361140 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 17 Jan 2020 10:26:00 -0600 Subject: [PATCH] Pulsemixer > pavucontrol and some sway fixes --- apps/de/sway/init | 2 +- apps/shell/bash/aliases | 1 + bin/lib/arch-linux/provisioning/2-essentials.bash | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/de/sway/init b/apps/de/sway/init index 714a829..e085f57 100755 --- a/apps/de/sway/init +++ b/apps/de/sway/init @@ -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 diff --git a/apps/shell/bash/aliases b/apps/shell/bash/aliases index 3fb7047..1716bd8 100644 --- a/apps/shell/bash/aliases +++ b/apps/shell/bash/aliases @@ -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? diff --git a/bin/lib/arch-linux/provisioning/2-essentials.bash b/bin/lib/arch-linux/provisioning/2-essentials.bash index b1d2532..95d15df 100755 --- a/bin/lib/arch-linux/provisioning/2-essentials.bash +++ b/bin/lib/arch-linux/provisioning/2-essentials.bash @@ -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` \