23 lines
863 B
Diff
23 lines
863 B
Diff
diff --git a/themes/multicolor/theme.lua b/themes/multicolor/theme.lua
|
|
index df22666..749d82f 100644
|
|
--- a/themes/multicolor/theme.lua
|
|
+++ b/themes/multicolor/theme.lua
|
|
@@ -253,7 +253,7 @@ theme.mpd = lain.widget.mpd({
|
|
|
|
function theme.at_screen_connect(s)
|
|
-- Quake application
|
|
- s.quake = lain.util.quake({ app = awful.util.terminal })
|
|
+ s.quake = lain.util.quake({ app = awful.util.terminal, argname = "-n %s" })
|
|
|
|
-- If wallpaper is a function, call it with the screen
|
|
local wallpaper = theme.wallpaper
|
|
@@ -263,7 +263,7 @@ function theme.at_screen_connect(s)
|
|
gears.wallpaper.maximized(wallpaper, s, true)
|
|
|
|
-- Tags
|
|
- awful.tag(awful.util.tagnames, s, awful.layout.layouts)
|
|
+ -- awful.tag(awful.util.tagnames, s, awful.layout.layouts)
|
|
|
|
-- Create a promptbox for each screen
|
|
s.mypromptbox = awful.widget.prompt()
|