Commit d3f9ab5e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix a typo in awesome-wm config

parent f9099814
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ if util.path.has_executable('pactl') then
	local pa_device = PA_DEVICE or '0'
	root.keys(awful.util.table.join(root.keys(),
		util.keys.run({}, 'XF86AudioRaiseVolume', {
			'pactl', 'set-sink-volume', pa_device. '+5%'
			'pactl', 'set-sink-volume', pa_device, '+5%'
		}),
		util.keys.run({}, 'XF86AudioLowerVolume', {
			'pactl', 'set-sink-volume', pa_device, '-5%'