Skip to content

Instantly share code, notes, and snippets.

@mebubo
Created July 13, 2013 00:30
Show Gist options
  • Select an option

  • Save mebubo/5988833 to your computer and use it in GitHub Desktop.

Select an option

Save mebubo/5988833 to your computer and use it in GitHub Desktop.
--- /usr/share/awesome/lib/awful/widget/tasklist.lua.orig 2013-07-13 02:15:19.049306959 +0200
+++ /usr/share/awesome/lib/awful/widget/tasklist.lua 2013-07-13 02:15:38.653306600 +0200
@@ -97,7 +97,7 @@
if not (c.skip_taskbar or c.hidden
or c.type == "splash" or c.type == "dock" or c.type == "desktop")
and filter(c, s) then
- table.insert(clients, c)
+ table.insert(clients, 1, c)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment