mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 15:11:35 +01:00
change: pulseaudio
This commit is contained in:
@@ -66,7 +66,7 @@ hc keybind $Mod-t spawn /bin/bash -c "LC_ALL=en_DK.utf8 && export LC_ALL && thun
|
|||||||
hc keybind $Mod-Shift-j spawn urxvt -e ssh -p 7022 sheppy@atlantishq.de -t 'tmux a -d'
|
hc keybind $Mod-Shift-j spawn urxvt -e ssh -p 7022 sheppy@atlantishq.de -t 'tmux a -d'
|
||||||
hc keybind $Mod-e spawn rofi -combi-mode window,run -show combi -modi combi
|
hc keybind $Mod-e spawn rofi -combi-mode window,run -show combi -modi combi
|
||||||
hc keybind $Mod-Shift-e spawn rofi -show run
|
hc keybind $Mod-Shift-e spawn rofi -show run
|
||||||
hc keybind $Mod-u /usr/bin/pulseaudio -k
|
hc keybind $Mod-u spawn /usr/bin/pulseaudio -k
|
||||||
|
|
||||||
hc keybind $Mod-Left focus left
|
hc keybind $Mod-Left focus left
|
||||||
hc keybind $Mod-Down focus down
|
hc keybind $Mod-Down focus down
|
||||||
@@ -159,12 +159,12 @@ hc keybind $Mod-Shift-Tab cycle_all -1
|
|||||||
#hc keybind $Mod-i jumpto urgent
|
#hc keybind $Mod-i jumpto urgent
|
||||||
|
|
||||||
#pulseaudio
|
#pulseaudio
|
||||||
hc keybind XF86AudioRaiseVolume spawn /bin/sh -c 'pactl set-sink-volume @DEFAULT_SINK@ +5%' #increase sound volume
|
#hc keybind XF86AudioRaiseVolume spawn /bin/sh -c 'pactl set-sink-volume @DEFAULT_SINK@ +5%' #increase sound volume
|
||||||
hc keybind $Mod-u spawn /bin/sh -c 'pactl set-sink-volume @DEFAULT_SINK@ +5%'
|
#hc keybind $Mod-u spawn /bin/sh -c 'pactl set-sink-volume @DEFAULT_SINK@ +5%'
|
||||||
hc keybind XF86AudioLowerVolume spawn /bin/sh -c 'pactl set-sink-volume @DEFAULT_SINK@ -5%' #decrease sound volume
|
#hc keybind XF86AudioLowerVolume spawn /bin/sh -c 'pactl set-sink-volume @DEFAULT_SINK@ -5%' #decrease sound volume
|
||||||
hc keybind $Mod-Shift-u spawn /bin/sh -c 'pactl set-sink-volume @DEFAULT_SINK@ -5%'
|
#hc keybind $Mod-Shift-u spawn /bin/sh -c 'pactl set-sink-volume @DEFAULT_SINK@ -5%'
|
||||||
hc keybind XF86AudioMute spawn /bin/sh -c 'pactl set-sink-mute @DEFAULT_SINK@ toggle && pactl set-sink-volume @DEFAULT_SINK@ 100%' #toggle mute
|
#hc keybind XF86AudioMute spawn /bin/sh -c 'pactl set-sink-mute @DEFAULT_SINK@ toggle && pactl set-sink-volume @DEFAULT_SINK@ 100%' #toggle mute
|
||||||
hc keybind $Mod-m spawn /bin/sh -c 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
#hc keybind $Mod-m spawn /bin/sh -c 'pactl set-sink-mute @DEFAULT_SINK@ toggle'
|
||||||
|
|
||||||
# theme
|
# theme
|
||||||
hc attr theme.tiling.reset 1
|
hc attr theme.tiling.reset 1
|
||||||
@@ -229,4 +229,3 @@ for monitor in $(herbstclient list_monitors | cut -d: -f1) ; do
|
|||||||
# start it on each monitor
|
# start it on each monitor
|
||||||
"$panel" $monitor &
|
"$panel" $monitor &
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user