Coder Social home page Coder Social logo

awesome-configs's People

Contributors

bioe007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

awesome-configs's Issues

shify.rename() silently fails with awesome 3.4.3

Below is a patch that fixes the issue on newer awesome versions.

From 48f6022fe0b03af900d54423617a5fd185225f54 Mon Sep 17 00:00:00 2001
From: Luper Rouch <[email protected]>
Date: Wed, 25 Aug 2010 19:24:46 +0200
Subject: [PATCH] shifty.rename() now retrieves the textbox to run the prompt in correctly

---
 shifty.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/shifty.lua b/shifty.lua
index f9e1229..4e34960 100644
--- a/shifty.lua
+++ b/shifty.lua
@@ -108,7 +108,7 @@ function rename(tag, prefix, no_selectall)
     awful.prompt.run({
         fg_cursor = fg, bg_cursor = bg, ul_cursor = "single",
         text = text, selectall = not no_selectall},
-        taglist[scr][tag2index(scr, t)][2],
+        taglist[scr][tag2index(scr, t)],
         function (name) if name:len() > 0 then t.name = name; end end,
         completion,
         awful.util.getdir("cache") .. "/history_tags",
-- 
1.7.0.4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.