]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

remove keyboardlayout widget
authormartin f. krafft <madduck@madduck.net>
Sun, 11 Sep 2016 09:24:44 +0000 (11:24 +0200)
committermartin f. krafft <madduck@madduck.net>
Sun, 11 Sep 2016 09:25:04 +0000 (11:25 +0200)
.config/awesome/rc.lua

index 9783452a6a7d9461e7f8943b974e1724b6c25d5a..88630a8a5d7c341b112881ee9bd5fe54335e459f 100644 (file)
@@ -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 = {}