]> git.rmz.io Git - dotfiles.git/commitdiff
awesome: set default also device
authorSamir Benmendil <samir.benmendil@gmail.com>
Wed, 26 Nov 2014 15:53:23 +0000 (15:53 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Wed, 26 Nov 2014 15:53:23 +0000 (15:53 +0000)
awesome/widgets/volume_widget.lua

index 9156af85332447f8e2dadc55304fdb9dd1ffdda1..2dff741f9c15ba091a7d50bad5894901599660b5 100644 (file)
@@ -6,8 +6,7 @@ local volwidget = { }
 
 -- Volume Widget {{{1
 -- Select device
-local device = ""
-if utils.host == "chronos" then device = "alsa_output.pci-0000_00_1b.0.analog-stereo" end
+local device = "alsa_output.pci-0000_00_1b.0.analog-stereo"
 if utils.host == "shada"   then device = "surround31" end
 -- Register widget
 volwidget = wibox.widget.textbox()