diff options
author | Jesús <heckyel@hyperbola.info> | 2021-09-30 23:13:06 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-09-30 23:13:06 -0500 |
commit | 898eaedb44ac1e78d0eb2b7078bbdb5af6190509 (patch) | |
tree | df4df7944108f7da6246472206f7e8c62f37fd70 | |
parent | 5b22ce6b9981f58a09a28c114a0aaec7d4b67a62 (diff) | |
download | i3-config-898eaedb44ac1e78d0eb2b7078bbdb5af6190509.tar.lz i3-config-898eaedb44ac1e78d0eb2b7078bbdb5af6190509.tar.xz i3-config-898eaedb44ac1e78d0eb2b7078bbdb5af6190509.zip |
change to sndio
-rw-r--r-- | config | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" # Transparencia -exec --no-startup-id compton -cCGb +exec --no-startup-id picom -cCGb # conky exec --no-startup-id conky @@ -232,9 +232,9 @@ exec --no-startup-id conky # Pulse Audio controls 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 XF86AudioLowerVolume exec --no-startup-id amixer -q -D pulse 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 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 default sset Master 5%- && pkill -SIGRTMIN+10 i3blocks #decrease sound volume +bindsym XF86AudioMute exec --no-startup-id amixer -q -D default sset Master toggle && pkill -SIGRTMIN+10 i3blocks # mute sound # Enable devices USB # Declare here the shortcut to mount-device, require udisks2 |