aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/config.lua
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-03-09 21:04:30 -0400
committerxero <x@xero.nu>2014-03-09 21:04:30 -0400
commit91dda2aabf851ebe4c86d99c871dae6ed7c47a4a (patch)
tree7a991f4e1cf7f40c76a7ad5176ade2d71d622579 /.config/awesome/config.lua
parent150a70bbad7a6038c81145bd1673c2c1cefe7eb1 (diff)
downloaddotfiles_ascii-91dda2aabf851ebe4c86d99c871dae6ed7c47a4a.tar.xz
dotfiles_ascii-91dda2aabf851ebe4c86d99c871dae6ed7c47a4a.zip
link tag_count and bar_position from awesome/config.lua to widgets. remove or hide unused MPD widget settings. update comments styles.
Diffstat (limited to '.config/awesome/config.lua')
-rw-r--r--.config/awesome/config.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/awesome/config.lua b/.config/awesome/config.lua
index 94d5984..efa6e3e 100644
--- a/.config/awesome/config.lua
+++ b/.config/awesome/config.lua
@@ -12,7 +12,7 @@
-- █▓▒░ interface settings
modkey = "Mod4"
altkey = "Mod1"
-menu_position = "bottom"
+bar_position = "bottom"
tag_count = 4
tag_icon = "◊"
tag_icon_active = "◆"
@@ -38,6 +38,7 @@ mediaplayer = "smplayer"
musicplayer = terminal.." -e ncmpcpp"
volumecontrol = terminal.. " -T sound -e alsamixer"
irc = terminal.." -T weechat -e weechat-curses"
+iptraf = terminal.." -g -e sudo iptraf-ng -i all"
burner = "xfburn"
webgui = "chromium"
webcli = terminal.." -e links2"