aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/config.lua
diff options
context:
space:
mode:
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"