change to sndio
This commit is contained in:
parent
5b22ce6b99
commit
898eaedb44
8
config
8
config
@ -216,7 +216,7 @@ bindsym Print exec scrot -e 'mv $f ~/Descargas/'
|
|||||||
exec_always --no-startup-id "feh --bg-scale $HOME/.config/i3/images/background.png"
|
exec_always --no-startup-id "feh --bg-scale $HOME/.config/i3/images/background.png"
|
||||||
|
|
||||||
# Transparencia
|
# Transparencia
|
||||||
exec --no-startup-id compton -cCGb
|
exec --no-startup-id picom -cCGb
|
||||||
|
|
||||||
# conky
|
# conky
|
||||||
exec --no-startup-id conky
|
exec --no-startup-id conky
|
||||||
@ -232,9 +232,9 @@ exec --no-startup-id conky
|
|||||||
|
|
||||||
# Pulse Audio controls
|
# Pulse Audio controls
|
||||||
exec --no-startup-id pulseaudio --start
|
exec --no-startup-id pulseaudio --start
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -q -D pulse sset Master 5%+ && pkill -SIGRTMIN+10 i3blocks #increase sound volume
|
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -q -D default sset Master 5%+ && pkill -SIGRTMIN+10 i3blocks #increase sound volume
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id amixer -q -D pulse sset Master 5%- && pkill -SIGRTMIN+10 i3blocks #decrease sound volume
|
bindsym XF86AudioLowerVolume exec --no-startup-id amixer -q -D default sset Master 5%- && pkill -SIGRTMIN+10 i3blocks #decrease sound volume
|
||||||
bindsym XF86AudioMute exec --no-startup-id amixer -q -D pulse sset Master toggle && pkill -SIGRTMIN+10 i3blocks # mute sound
|
bindsym XF86AudioMute exec --no-startup-id amixer -q -D default sset Master toggle && pkill -SIGRTMIN+10 i3blocks # mute sound
|
||||||
|
|
||||||
# Enable devices USB
|
# Enable devices USB
|
||||||
# Declare here the shortcut to mount-device, require udisks2
|
# Declare here the shortcut to mount-device, require udisks2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user