aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2019-06-08 18:54:15 -0400
committertdro <tdro@users.noreply.github.com>2019-06-08 18:54:15 -0400
commit1a985a6c334f68a18e77eb16e64c90d110153256 (patch)
treed0de3797aea64922bec80e9b5fb9a68a9011196d /.config/awesome
parentca36664b2d49854904925fe1707b627ca4446ec0 (diff)
downloaddotfiles-1a985a6c334f68a18e77eb16e64c90d110153256.tar.gz
dotfiles-1a985a6c334f68a18e77eb16e64c90d110153256.tar.bz2
dotfiles-1a985a6c334f68a18e77eb16e64c90d110153256.zip
.config/awesome/rc.lua: Use tabbed terminal
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index e4349ea..2dde203 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -237,7 +237,7 @@ awful.screen.connect_for_each_screen(function(s)
mywibox[s] = awful.wibar({ position = "top", ontop = true, height = "18", screen = s })
-- Quake style drop down terminal
- s.quake = lain.util.quake({ app = terminal, width = 0.75, height = 0.33, horiz = "center", vert = "bottom", border=2 })
+ s.quake = lain.util.quake({ app = "urxvt -pe tabbed", width = 0.75, height = 0.33, horiz = "center", vert = "bottom", border=2 })
-- Widgets that are aligned to the left
local left_layout = wibox.layout.fixed.horizontal()