MATSUU Takuto | 1 Oct 2008 02:03
Picon
Gravatar

[PATCH] awsetbg: mkdir recursive

From: MATSUU Takuto <matsuu <at> gentoo.org>

---
 utils/awsetbg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/awsetbg b/utils/awsetbg
index 02fdc32..f4398d9 100755
--- a/utils/awsetbg
+++ b/utils/awsetbg
 <at>  <at>  -152,7 +152,7  <at>  <at>  fi

 # create directory and last wallpaper file 
 if [ ! -d  "${CONFIG_DIR}" ]; then
-	mkdir "${CONFIG_DIR}"
+        mkdir -p "${CONFIG_DIR}"
     touch ${lastwallpaper}
 fi

-- 
1.6.0.1

--

-- 
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.

MATSUU Takuto | 1 Oct 2008 02:04
Picon
Gravatar

[PATCH] awsetbg: enhance display command

From: MATSUU Takuto <matsuu <at> gentoo.org>

---
 utils/awsetbg |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/awsetbg b/utils/awsetbg
index f4398d9..1dba709 100755
--- a/utils/awsetbg
+++ b/utils/awsetbg
 <at>  <at>  -338,10 +338,10  <at>  <at>  case $WPSETTER in
         debugstory=$standardok
         ;;
     display)
-        full="`xwininfo -root 2> /dev/null|grep geom` -window root"
+        full="-sample `xwininfo -root 2> /dev/null|awk '/geom/{print $2}'` -window root"
         tile='-window root'
         center='-backdrop -window root'
-        aspect=$full
+        aspect="`xwininfo -root 2> /dev/null|grep geom` -window root"
         debugstory=$standardrant
         ;;
     Esetroot)
-- 
1.6.0.1

--

-- 
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.

(Continue reading)

MATSUU Takuto | 1 Oct 2008 02:06
Picon
Gravatar

[PATCH] awsomerc: fix awful eval

From: MATSUU Takuto <matsuu <at> gentoo.org>

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

diff --git a/awesomerc.lua.in b/awesomerc.lua.in
index 6eec8ab..8367a72 100644
--- a/awesomerc.lua.in
+++ b/awesomerc.lua.in
 <at>  <at>  -255,7 +255,7  <at>  <at>  keybinding({ modkey }, "F1", function ()
                                  awful.prompt.run({ prompt = "Run: " }, mypromptbox, awful.util.spawn, awful.completion.bash,
 os.getenv("HOME") .. "/.cache/awesome/history") end):add()
 keybinding({ modkey }, "F4", function ()
-                                 awful.prompt.run({ prompt = "Run Lua code: " }, mypromptbox, awful.eval, awful.prompt.bash,
+                                 awful.prompt.run({ prompt = "Run Lua code: " }, mypromptbox, awful.util.eval, awful.prompt.bash,
 os.getenv("HOME") .. "/.cache/awesome/history_eval") end):add()
 keybinding({ modkey, "Ctrl" }, "i", function ()
                                         if mypromptbox.text then
-- 
1.6.0.1

--

-- 
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.

awesome | 1 Oct 2008 09:02
Favicon

[awesome bugs] #333 - Floating apps overlap the statusbar on startup

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task is now closed:

FS#333 - Floating apps overlap the statusbar on startup
User who did this - Julien Danjou (jd)

Reason for closing: Not a bug
Additional comments about closing: If you talk about:
- z axis: statusbar have a ontop attribute to define that
- x,y axis: you need to use smart placement position or something else, see awful.placement

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=333

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you
did not expect this message or don't want to receive mails in future, you can change your notification
settings at the URL shown above.

--

-- 
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.

Julien Danjou | 1 Oct 2008 09:26
Gravatar

Re: [PATCH] awsetbg: enhance display command

At 1222819440 time_t, MATSUU Takuto wrote:

Pushed.

--

-- 
Julien Danjou
// ᐰ <julien <at> danjou.info>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
Julien Danjou | 1 Oct 2008 09:27
Gravatar

Re: [PATCH] awsomerc: fix awful eval

At 1222819571 time_t, MATSUU Takuto wrote:

Thanks, pushed!

--

-- 
Julien Danjou
// ᐰ <julien <at> danjou.info>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
awesome | 1 Oct 2008 11:17
Favicon

[awesome bugs] #298 - maximising should not imply windows to hide others

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#298 - maximising should not imply windows to hide others
User who did this - Abhijit Hoskeri (whacker)

----------
OK, heres an idea: If I have a window maximized, then can we automatically un-maximize it when I switch away
from it? That would help matters a lot. or a setting to have this behaviour. I have a feeling this could be
done through the lua api, but I am not sure how.

-Abhijit
----------

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=298#comment756

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you
did not expect this message or don't want to receive mails in future, you can change your notification
settings at the URL shown above.

--

-- 
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.

awesome | 1 Oct 2008 11:22
Favicon

[awesome bugs] #298 - maximising should not imply windows to hide others

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#298 - maximising should not imply windows to hide others
User who did this - Julien Danjou (jd)

----------
You can do it in the unfocus hook. If the window which is unfocused is maximized, then unmaximized it.
----------

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=298#comment757

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you
did not expect this message or don't want to receive mails in future, you can change your notification
settings at the URL shown above.

--

-- 
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.

awesome | 1 Oct 2008 19:33
Favicon

[awesome bugs] #334 - Ghosting terminals on nvidia dualhead

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Frederik Alkærsig (FALK) 

Attached to Project - awesome
Summary - Ghosting terminals on nvidia dualhead
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 3.0
Due in Version - Undecided
Due Date - Undecided
Details - Whenever I open a terminal on the 2nd screen, it brifly shows up on the 1st screen, as if it's opened
on the first screen the moved to the 2nd a fraction of a second later. 

More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=334

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you
did not expect this message or don't want to receive mails in future, you can change your notification
settings at the URL shown above.

--

-- 
To unsubscribe, send mail to awesome-devel-unsubscribe <at> naquadah.org.
(Continue reading)

awesome | 1 Oct 2008 22:16
Favicon

[awesome bugs] #335 - awful.placement.no_overlap() fails spawn windows in open areas

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Andrei Thorp (garoth) 

Attached to Project - awesome
Summary - awful.placement.no_overlap() fails spawn windows in open areas
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - In short, the algorithm for no_overlap is no good. It will often make windows overlap more than
they need to, and often fail to place windows in open areas.

Steps to reproduce:

1) Add awful.placement.no_overlap(c) to your hook awful.hooks.manage.register(function (c) -- I put
mine at the very end.
2) Go to a blank tab
3) Keep opening terminals and observe. Terminals will often be spawned completely on top of each other,
overlap while there is space beside them, and fail to fill large open areas.

Please report if you cannot reproduce, I'll post some terminal-by-terminal screenshots.
(Continue reading)


Gmane