Removed PulseAudio
* Audio is rarely used so ALSA is fine * Should help with issue #17
This commit is contained in:
parent
51f9f91195
commit
da1d958c11
6 changed files with 45 additions and 8 deletions
|
|
@ -19,9 +19,9 @@ new_float normal
|
||||||
hide_edge_borders none
|
hide_edge_borders none
|
||||||
|
|
||||||
# Pulse Audio controls
|
# Pulse Audio controls
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
|
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 5%+ #increase sound volume
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
|
bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 5%- #decrease sound volume
|
||||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound
|
bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle # mute sound
|
||||||
|
|
||||||
# alt+tab navi
|
# alt+tab navi
|
||||||
bindsym Mod1+Tab workspace next
|
bindsym Mod1+Tab workspace next
|
||||||
|
|
|
||||||
|
|
@ -347,6 +347,21 @@
|
||||||
<command>oblogout</command>
|
<command>oblogout</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<keybind key="XF86AudioRaiseVolume">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>amixer set Master 5%+</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="XF86AudioLowerVolume">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>amixer set Master 5%-</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="XF86AudioMute">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>amixer set Master toggle</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
<mouse>
|
<mouse>
|
||||||
<dragThreshold>1</dragThreshold>
|
<dragThreshold>1</dragThreshold>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
[Alsa]
|
||||||
|
card=default
|
||||||
|
|
||||||
|
[Notification]
|
||||||
|
show_notification=true
|
||||||
|
notification_type=0
|
||||||
|
|
||||||
|
[StatusIcon]
|
||||||
|
stepsize=5
|
||||||
|
onclick=urxvt -e 'alsamixer'
|
||||||
|
theme=Default
|
||||||
|
use_panel_specific_icons=false
|
||||||
|
lmb_slider=true
|
||||||
|
mmb_mute=false
|
||||||
|
use_horizontal_slider=false
|
||||||
|
show_sound_level=false
|
||||||
|
use_transparent_background=false
|
||||||
|
|
||||||
|
[Hotkeys]
|
||||||
|
up_enabled=false
|
||||||
|
down_enabled=false
|
||||||
|
mute_enabled=false
|
||||||
|
up=XF86AudioRaiseVolume
|
||||||
|
down=XF86AudioLowerVolume
|
||||||
|
mute=XF86AudioMute
|
||||||
|
|
@ -11,7 +11,7 @@ sleep 1s
|
||||||
conky -d
|
conky -d
|
||||||
nm-applet &
|
nm-applet &
|
||||||
cbatticon &
|
cbatticon &
|
||||||
pasystray &
|
volumeicon &
|
||||||
connect-to-network &
|
connect-to-network &
|
||||||
(sleep 5s && killall dunst) &
|
(sleep 5s && killall dunst) &
|
||||||
$HOME/.urxvt_default_res &
|
$HOME/.urxvt_default_res &
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ mprime
|
||||||
nvme-cli
|
nvme-cli
|
||||||
openbox-patched
|
openbox-patched
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
pasystray
|
|
||||||
smartmontools-svn
|
smartmontools-svn
|
||||||
testdisk-wip
|
testdisk-wip
|
||||||
ttf-font-awesome-4
|
ttf-font-awesome-4
|
||||||
|
|
|
||||||
|
|
@ -53,10 +53,7 @@ openbox-patched
|
||||||
otf-font-awesome-4
|
otf-font-awesome-4
|
||||||
p7zip
|
p7zip
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
pasystray
|
|
||||||
pavucontrol
|
|
||||||
progsreiserfs
|
progsreiserfs
|
||||||
pulseaudio
|
|
||||||
python
|
python
|
||||||
python-psutil
|
python-psutil
|
||||||
python-requests
|
python-requests
|
||||||
|
|
@ -87,6 +84,7 @@ veracrypt
|
||||||
vim
|
vim
|
||||||
virtualbox-guest-modules-arch
|
virtualbox-guest-modules-arch
|
||||||
virtualbox-guest-utils
|
virtualbox-guest-utils
|
||||||
|
volumeicon
|
||||||
wd719x-firmware
|
wd719x-firmware
|
||||||
wimlib
|
wimlib
|
||||||
xf86-input-libinput
|
xf86-input-libinput
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue