From 1d987d9368267676cf3f5f124463994e961f0daf Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 11 Sep 2016 11:24:44 +0200 Subject: [PATCH] remove keyboardlayout widget --- .config/awesome/rc.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 9783452..88630a8 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -149,9 +149,6 @@ menubar.utils.terminal = terminal -- Set the terminal for applications that requ -- Create a textclock widget mytextclock = wibox.widget.textclock("%a %d %b %H:%M:%S", 1) --- Keyboard map indicator and switcher -mykeyboardlayout = awful.widget.keyboardlayout() - -- Create a wibox for each screen and add it mywibox = {} mypromptbox = {} -- 2.39.2