From 1cb2eb594033f84cbc0690a4d644727f82516b56 Mon Sep 17 00:00:00 2001 From: xeals Date: Tue, 15 Jan 2019 21:32:06 +1100 Subject: [PATCH] feat: set awful.util.terminal correctly --- cfg.fnl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cfg.fnl b/cfg.fnl index 8c1f4ea..5b1a368 100644 --- a/cfg.fnl +++ b/cfg.fnl @@ -25,6 +25,8 @@ (set naughty.config.defaults.border_width beautiful.notification_border_width) (set naughty.config.defaults.icon_size beautiful.notification_icon_size) +(tset awful.util :terminal (. (require :conf.apps) :terminal)) + ;;; ;; Post-config -- wiring it all up