Re: Shutdown of this awesome mailing list

2016-10-29 Thread Uli Schlachter
On 28.10.2016 17:15, Uli Schlachter wrote: >> Psychon is also answering some stackoverflow questions. > > Well, yes. I subscribed to the "awesomewm" tag and get mail > notifications. Still, this seems to be only me. Since I was asked "how": http://stackoverfl

Re: Shutdown of this awesome mailing list

2016-10-28 Thread Uli Schlachter
Hi, On 27.10.2016 10:30, Elv1313 . wrote: > There is a subreddit for Awesome that's mostly used for questions. > They usually get answered rather quickly. I was under the impression that only Elv13 is on reddit. > Psychon is also answering some stackoverflow questions. Well, yes. I subscribed

Re: Mouse wrapping?

2016-09-25 Thread Uli Schlachter
On 25.09.2016 17:17, Abraham Baker wrote: > When I shift focus between monitors in Awesome, I can "wrap" the focus from > the right-most monitor back to the left/first one. So, I could cycle focus > between all the monitors indefinitely. > > > How would I make the mouse-controlled cursor do

Re: awful.placement confusion

2016-09-13 Thread Uli Schlachter
Am 12.09.2016 um 15:58 schrieb martin f krafft: > Hello, > > I am using Git master (@g39aace5) and experimenting on top of the > stock configuration file. > > One change I've just tried is to get the floating clients (in the > stock ruleset) to display close to the mouse cursor, e.g. by adding >

Re: FullScreens function problem

2016-06-12 Thread Uli Schlachter
Hi, Am 12.06.2016 um 19:59 schrieb Abraham Baker: [...] > However, I need the client's upper-left corner to start on screen 0, but > when I change the index to 0, I get an error: "invalid screen number: 0". Lua counts things starting from 1. So 1 is the first screen, 2 the second etc. There is

Re: Vicious CPU graph direction

2016-05-08 Thread Uli Schlachter
Am 05.05.2016 um 23:09 schrieb Jeroen Budts: > Hi all, > > In my rc.lua I created a simple CPU graph using Vicious. Is it possible > to change the direction in which this graph moves? Currently it moves > from left to right, but I would like to see it move from right to left > (the same as the

Re: Screen attach/detach: avoid restart?

2016-04-30 Thread Uli Schlachter
Am 30.04.2016 um 16:33 schrieb Bennett Piater: > AFAIK, the only solution is to switch to i3wm. > Awesome does not yet work very well with external monitors. That's quite a 'solution' and quite a claim. [...] >> When I attach or detach an external screen (using xrandr) it seems >> Awesome

Re: AwesomeWM + Gvim resize crashes (segfault)

2016-04-30 Thread Uli Schlachter
Hi, Am 30.04.2016 um 16:28 schrieb Jeroen Budts: [...] > When starting gvim with `strace gvim -V9log.txt file.tex > stdout.txt 2> > stderr.txt` I got the following in stdout.txt: > RenderBadPicture (invalid Picture parameter) > Vim: Got X error > Vim: Finished. > > Any help on this is much

Re: Can not switch client window with mouse click after screensaver

2016-03-07 Thread Uli Schlachter
Am 07.03.2016 um 07:24 schrieb Hacksign: > I can not switch client window with my mouse cursor click after a screen > lock or screen blank. > When this situation happened, replace my rc.lua with default rc.lua then > restart awesome with mod4+ctrl+r still can not switch. > Here is my config

[ANNOUNCE] awesome 3.5.9 released

2016-03-06 Thread Uli Schlachter
/awesome-3.5.9.tar.bz2 md5: 3e3268231fbd131fa9d5c27615b1efea sha1: 3fc91f6b4d4dc5f69b4db18d12fad832542558d6 number of changes - - 9 number of commiters - --- 1 shortlog - Uli Schlachter (9): Always send ConfigureNotifies Don't modify WM_HINTS

[ANNOUNCE] awesome 3.5.8 released

2016-01-30 Thread Uli Schlachter
.bz2: http://awesome.naquadah.org/download/awesome-3.5.8.tar.bz2 md5: 6dc7a60d9c4b30efd3bea4718cb1cd92 sha1: e5a09c7a64ae94bc75ef328be6ea836f74c78203 number of changes - - 3 number of commiters - --- 2 shortlog - ---- Uli Schlachter (2): Fix window ke

[ANNOUNCE] awesome 3.5.7 released

2016-01-15 Thread Uli Schlachter
- - 31 number of commiters - --- 6 shortlog - Uli Schlachter (22): Remove titlebars from clients during shutdown (FS#1159) a_dbus_message_iter: Handle DBUS_TYPE_DOUBLE Ignore more events while minimizing a client Screen __index: Don't turn

Re: Reparenting windows manager

2015-10-09 Thread Uli Schlachter
Hi, Am 08.10.2015 um 16:13 schrieb Javier Jaramago Fernandez: > does anybody know if awesome is already a re-parenting windows manager? yes it is since commit 102063db / since awesome version 3.5. > I'm > asking because it still have Java issues even when the problems were > supposed to be

Re: Dynamic tagging and tyrannical

2015-09-20 Thread Uli Schlachter
Hi, Am 20.09.2015 um 13:25 schrieb Fran: > It happens with everything. I just used Inkscape for testing purposes as I > was trying a more complicated rule matching instance and class which is where > I noticed the problem. [...] Ok, another quick idea: Move it to screen 2 first. callback =

Re: rc.lua - configure to open a file using vim using keyboard shortcut

2015-09-04 Thread Uli Schlachter
Hi, Am 04.09.2015 um 19:53 schrieb Julian Martinez: [...] > awful.key({ modkey, "Shift" }, "y", function () awful.util.spawn("vim > /home/julian/Documents/Information/zen.txt") end), > > If I reload and run the above, the cursor blinks but nothing happens; I'm > guessing that it executes in a

Re: Random error?

2015-08-18 Thread Uli Schlachter
Hi, Am 17.08.2015 um 01:54 schrieb Abraham Baker: I just got this random error that occured without any kind of trigger: Oops, an error happened! /usr/share/lua/5.3/lgi/component.lua:302: bad arg #2 to 'element' (Pango.Layout expected, got userdata) I assume this is from the red popup that

Re: Menus without icons

2015-08-05 Thread Uli Schlachter
Hi, Am 05.08.2015 um 10:19 schrieb Fran: [...] 1) menus - I'd like text rather than the awesome image to click on to open my menu. There doesn't seem to be an easy way to do this? I'm guessing maybe I could do it with a textbox widget but I'm completely out of ideas. The default config has

Re: Lua versus any other programming language

2015-08-02 Thread Uli Schlachter
Hi, Others have answered enough things, I guess, and this is all a bike-shedding exercise anyway. I just have one question: Am 31.07.2015 um 22:56 schrieb Alexis BRENON: [...] - No multithreading/multi-CPU support (only coroutines) [...] Which language really has this? Even C officially

Re: Trouble building on Debian 7 (wheezy)

2015-06-07 Thread Uli Schlachter
Hi, Am 03.06.2015 um 18:08 schrieb John Yates: I am trying to build the git tip. Things seem to go fine until it is time to build the man pages: ... Scanning dependencies of target lgi-check [ 55%] Built target lgi-check Scanning dependencies of target man [ 56%] Generating

Re: Question about client.add_signal(custom_signal)

2015-05-28 Thread Uli Schlachter
Hi, Am 28.05.2015 um 13:32 schrieb Aleksander Szczygieł: I have question - I need custom signal in my rc and I used undocumented function client.add_signal(custom_signal) (like it was made in awesoem/lib/awful/client.lua) to do it before using client.emit_signal(custom_signal), but this

Re: How to make a window unfocusable?

2015-05-18 Thread Uli Schlachter
Hi, Am 18.05.2015 um 15:45 schrieb Thomas Baruchel: [...] I would like to go a little further; can I expect to: * remove the title of the window from the taskbar? Set its skip_taskbar property to true (can be done with awful.rules) * make the window unmovable (my tiling mode is

Re: Using extra mouse buttons, and preventing client from receiving them

2015-04-25 Thread Uli Schlachter
Am 25.04.2015 um 05:03 schrieb Rena: Two, somewhat related questions, regarding Awesome v3.5.6: 1. How to use high-numbered mouse buttons? e.g. I've added to my clientbuttons table: awful.button({ }, 10, awful.mouse.client.move), awful.button({ Shift }, 10,

Re: Would you pls help me check my xcb demo client against awesome

2015-03-13 Thread Uli Schlachter
Hi, Am 13.03.2015 um 10:55 schrieb 于清: Hi, This is a help request rather than a bug report, so if you are kind enough and have some spare time, pls help me find out why my xcb client won't work. All this xcb client trying to do is to create a system tray icon. I have read the xembed and

[ANNOUNCE] awesome 3.5.6 released

2015-01-10 Thread Uli Schlachter
- --- 7 shortlog - Uli Schlachter (14): Call AllowEvents after grabbed events on a drawin wbox: Make :find_widgets() easily accessible systray: Only intern the atom once systray: Only register/unregister when needed awful.widget.button: Override

[ANNOUNCE] awesome 3.5.6 released

2015-01-10 Thread Uli Schlachter
- --- 7 shortlog - Uli Schlachter (14): Call AllowEvents after grabbed events on a drawin wbox: Make :find_widgets() easily accessible systray: Only intern the atom once systray: Only register/unregister when needed awful.widget.button: Override

Re: compiling awesome on red hat 6

2015-01-04 Thread Uli Schlachter
Am 31.12.2014 um 15:11 schrieb Squires, Eric G: Greetings, I have been using awesome on Arch for a while and now trying to compile it for a red hat 6 system. After installing all the dependencies (cairo, etc), I am getting the following when I make awesome (version 3.5.5): $: cd

Re: cairo painting turned slow

2015-01-04 Thread Uli Schlachter
Hi, Am 12.12.2014 um 11:48 schrieb Joren Heit: My homemade alt-tab implementation ( http://awesome.naquadah.org/wiki/Familiar_Alt_Tab) suddenly became exhaustingly slow after a recent (i.e. last couple of weeks) Debian upgrade. I think it's really the rendering-part with Cairo that is the

Re: Problems using coroutines with timer

2014-12-06 Thread Uli Schlachter
Am 01.10.2014 um 14:40 schrieb Rob Hoelz: Hello Awesome developers, Hi Rob, I've encountered an interesting behavior in Awesome while playing with coroutines and timers (in an effort to develop a framework where one can write synchronous-looking code that runs in an asynchronous fashion).

Re: Placement of web notifications on the screen

2014-11-05 Thread Uli Schlachter
Hi, Am 05.11.2014 um 04:39 schrieb Rob Hoelz: [...] My problem is this: when I see a web notification (https://developer.mozilla.org/en-US/docs/Web/API/notification) displayed, it always appears on screen 0 of my two monitor set up, even if the browser displaying the notification is on screen

Re: memory leak in cairo context paint() method?

2014-11-03 Thread Uli Schlachter
Hi, Am 03.11.2014 um 22:21 schrieb Joren Heit: I received a bug-report https://github.com/jorenheit/awesome_alttab/issues/5 on github the other day of someone who's been having problems with my alt-tab implementation. The preview-window that pops up is refreshed at some rate (e.g. 30fps)

Re: How to place widgets on desktop itself?

2014-10-11 Thread Uli Schlachter
Am 10.10.2014 um 18:37 schrieb Elv1313 .: Wow... Huston, we have a problem -- this work mydesktop_wibox.x = 100 mydesktop_wibox.width = 100 mydesktop_wibox.height = 100 mydesktop_wibox.y = 100 -- this doesn't work, have the problem described above mydesktop_wibox.x = 100

Re: awful.util.spawn creates a process with PPID=1. Any way to create a child of awesome process?

2014-10-10 Thread Uli Schlachter
On 09.10.2014 18:13, Dmitry Grigoriev wrote: [...] Now I want to show a confirmation yes-no dialog and get user's choice. For now I know only one way - via external process, so I do this: local pid = awful.util.spawn(Xdialog --yesno 'hello?' 7 34) local x1, x2, status = posix.wait(pid) if not

Re: awesome-client dbus reply

2014-10-06 Thread Uli Schlachter
On 05.10.2014 17:17, Gerome Fournier wrote: Hi, I've been using awesome-client with success to execute some lua code through dbus, but I'm wondering how to obtain a reply from this code. If I have a function like this un my rc.lua file: dbus_test = function() -- do something...

Re: glitches after update

2014-10-04 Thread Uli Schlachter
Hi, Am 30.09.2014 um 21:35 schrieb Joren Heit: Hi, I just upgraded my Debian Jessie systems, and noticed some weird stuff. I first saw it in my Alt-Tab implementation, about which I posted before ( https://awesome.naquadah.org/wiki/Familiar_Alt_Tab). The client previews and icons now have

Re: client.content

2014-09-23 Thread Uli Schlachter
Hi, Am 22.09.2014 um 13:06 schrieb Joren Heit: The client-table contains a field called 'content', which is an image representing the client window. Does anyone know how I can draw this onto a Cairo context? $ echo 'local cairo = require(lgi).cairo local surface =

Re: Shortcut to clear urgent-flag

2014-09-18 Thread Uli Schlachter
Hi, Am 18.09.2014 um 09:49 schrieb Fabian Furger: [...] local cc = awful.client.urgent.get() if (cc ~= nil) then urgent = tostring(cc.urgent) naughty.notify({ text = cc.name .. urgent }) awesome.client.urgent.delete(cc) Try cc.urgent = false. In contrast to

Re: Adjust screen brightness with launcher

2014-09-15 Thread Uli Schlachter
SIGNATURE- From a113fe0f3c268f10e1a0264d0fbc2962d3c562a7 Mon Sep 17 00:00:00 2001 From: Uli Schlachter psyc...@znc.in Date: Mon, 15 Sep 2014 13:55:21 +0200 Subject: [PATCH] awful.widget.button: Override :set_image() to do the right thing Reported-at: http://article.gmane.org/gmane.comp.window

Re: change DPI

2014-08-24 Thread Uli Schlachter
is the menu_height option in your theme. Awesome bases its wibox height on the font height (1.5 times the font height), but the menu_height seems to be hardcoded in the theme. Cheers, Uli On 22 March 2014 14:14, Uli Schlachter psyc...@znc.in wrote: Hey, On 22.03.2014 11:30, Dan Milon wrote: I installed

Re: Fullscreen and aspect ratio hints

2014-07-16 Thread Uli Schlachter
Hi, On 15.07.2014 23:54, Alexandros Diamantidis wrote: I've encountered a little problem with the pqiv image viewer: fullscreen doesn't work correctly in many cases. I submitted a bug report to pqiv's bug tracker and its author believes it's a problem with awesome, namely that windows

Re: Problem with autofocus

2014-06-25 Thread Uli Schlachter
Hi, On 25.06.2014 23:25, Matías Battocchia wrote: I've just upgraded Awesome. I am running version 3.5.2.164.g9a0ba0f-1 on Arch Linux with default rc.lua. If I select a tag that contains at least one maximized window such tag does not get colored as selected nor the titlebar displays the

Re: Assign client properties in rc.lua (for a scratchdrop extension)

2014-06-12 Thread Uli Schlachter
Hi, On 10.06.2014 14:51, Markus Fuchs wrote: I tried to extend the scratchdrop module by Lucas de Vries such that the given clients keep their scratchdrop properties after awesome is restarted. You can find the code here: https://gist.github.com/fixje/4a1ef48cbbfe5ba6e070 With

Re: Documentation overhaul

2014-05-21 Thread Uli Schlachter
Hi Ignas, sorry for not replying earlier, but I don't have much time. So what follows is just from a really quick look. On 19.05.2014 14:29, Ignas Anikevicius wrote: Hello everybody, I am playing with LDoc at the moment to convert Awesome docs to use markdown instead plain text/HTML

Re: Window Order Variable

2014-05-17 Thread Uli Schlachter
Hi, On 17.05.2014 21:11, Peter Schroeder wrote: I am attempting to modify the taskbar to function like screen/tmux. I have figured out how to modify the text of the taskbar buttons to include a number to the left of it, but I can't figure out what variable or function to use to get the order

Re: wibox binding

2014-04-21 Thread Uli Schlachter
On 21.04.2014 09:50, david cobac wrote: Hi, i'm trying to bind mouse wheel with a wibox just like : mywibox:buttons(awful.util.table.join( awful.button({ }, 4, function () naughty.notify({ text=roulette 4 }) end), awful.button({ }, 5, function () naughty.notify({ text=roulette 5 })

Re: widget buttons

2014-04-17 Thread Uli Schlachter
Hi, On 16.04.2014 20:54, david cobac wrote: Some precisions : it seems it finally interacts but not the whole widget... Since i have two of these widgets side by side, it appears that sensitive area overlaps on the other : it's like the area of the widget is on its bottom right and includes

Re: Prefix: C-o instead of Mod4?

2014-04-17 Thread Uli Schlachter
Hi, On 17.04.2014 10:40, Thorsten Jolitz wrote: having used Tmux on the console and Stumpwm with X quite some time now, I got used to have the same prefix (C-o) and more or less the same keybindings for both WM's, so I don't have think about being on the console or in an X session. Now

Re: Updating an imagebox image

2014-04-17 Thread Uli Schlachter
On 17.04.2014 17:55, david cobac wrote: Hi, i have a png image file which periodically updates. I've tried to display it with an imagebox and a timer but there's actually no updates in the display, here is a complete minimal (i hope) code : function imagew_icon() local fic

[ANNOUNCE] awesome 3.5.5 relased

2014-04-11 Thread Uli Schlachter
- Uli Schlachter (7): imagebox: Don't try to scale by infinite (FS#1248) gears.color: Handle nil arguments correctly again naughty: Don't use the cache when loading icons (FS#1253) gears.surface: Handle the cache more intelligently awful.tag.move: Fix tag index

[ANNOUNCE] awesome 3.5.5 relased

2014-04-11 Thread Uli Schlachter
- Uli Schlachter (7): imagebox: Don't try to scale by infinite (FS#1248) gears.color: Handle nil arguments correctly again naughty: Don't use the cache when loading icons (FS#1253) gears.surface: Handle the cache more intelligently awful.tag.move: Fix tag index

Re: [ANNOUNCE] awesome 3.5.5 relased

2014-04-11 Thread Uli Schlachter
On 11.04.2014 11:30, Gregor Best wrote: On Fri, Apr 11, 2014 at 11:20:07AM +0200, Uli Schlachter wrote: [...] could you please stop reporting bugs *after* a new release? [...] What about making a small announcement something like a week or two before actually releasing? Could

Re: [ANNOUNCE] awesome 3.5.5 relased

2014-04-11 Thread Uli Schlachter
list or submitting pull requests on github. H Uli On 04/11/2014 05:20 AM, Uli Schlachter wrote: Guys, could you please stop reporting bugs *after* a new release? Uli -- Are you preparing for another war, Plutarch? I ask. Oh, not now. Now we're in that sweet period where everyone

Re: [PATCH] Reverse icon order

2014-04-06 Thread Uli Schlachter
On 02.04.2014 15:38, Tin Benjamin Matuka wrote: Hello list, I finally created a patch for something that's been bugging me for a very long time: reversing the order of icons in the systray. Default behaviour stays the same as before, only now you have an option to reverse the order. Easiest

Re: create client and hold it in variable

2014-04-03 Thread Uli Schlachter
On 03.04.2014 17:40, Manuel Kasser wrote: Am 03.04.2014 07:50, schrieb Uli Schlachter: [...] [awesome awesome-code] Why is this better than just finding the new urxvt by pid in the manage hook? Dunno. It just gets more browny points for using some fancy API... I assume this set xproperty

[ANNOUNCE] awesome 3.5.4 relased

2014-04-02 Thread Uli Schlachter
- Uli Schlachter (8): gears.surface: Cache files from disk gears.color: Add a pattern cache awful.tooltip: Small reorganization awful.tooltip: Add (and use) :set_markup() function systray: Don't set WM_STATE on embedded windows (FS#1246) Revert root: Make sure

[ANNOUNCE] awesome 3.5.4 relased

2014-04-02 Thread Uli Schlachter
- Uli Schlachter (8): gears.surface: Cache files from disk gears.color: Add a pattern cache awful.tooltip: Small reorganization awful.tooltip: Add (and use) :set_markup() function systray: Don't set WM_STATE on embedded windows (FS#1246) Revert root: Make sure

Re: [PATCH] Reverse icon order

2014-04-02 Thread Uli Schlachter
On 02.04.2014 15:38, Tin Benjamin Matuka wrote: Hello list, I finally created a patch for something that's been bugging me for a very long time: reversing the order of icons in the systray. Default behaviour stays the same as before, only now you have an option to reverse the order. Easiest way

Re: lgi and awesome-3.5.2 - cpu usage - A dead horse?

2014-03-31 Thread Uli Schlachter
Hi, On 31.03.2014 04:06, Harvey wrote: I'm still a little confused as to why the move to lgi was considered to be necessary at all. [...] I never liked some of the hacks that the widget layout code needed to do. It got some nested tables containing widgets as arguments and had to return a flat

Re: Delayed autoraise

2014-03-31 Thread Uli Schlachter
Hi, On 31.03.2014 11:06, Eugen Dedu wrote: I have been using awesome since a few months now, but there is one thing I really miss: sloppy focus with autoraise after some delay. I modified rc.lua from client.connect_signal(focus, function(c) c.border_color = beautiful.border_focus end)

Re: [ANNOUNCE] awesome 3.5.3 released

2014-03-30 Thread Uli Schlachter
Hi, On 30.03.2014 12:24, Quan Guo wrote: Congratulations! I'm wondering how I can get the newest codes from git.naquadah.org, if possible. I tried to pull the newest master branch. But I still get awesome 3.5.2? Any ideas? [...] There is a 3.5 branch and a master branch (and lots of other

[ANNOUNCE] awesome 3.5.3 released

2014-03-29 Thread Uli Schlachter
shortlog - Uli Schlachter (71): luadoc: Document screen outputs Print libxcb error codes for broken connections tasklist: Add default colors for broken themes Really ignore loops in transient_for (FS#1124) awful.tag.delete: Deactivate tags awful.menu

[ANNOUNCE] awesome 3.5.3 released

2014-03-29 Thread Uli Schlachter
shortlog - Uli Schlachter (71): luadoc: Document screen outputs Print libxcb error codes for broken connections tasklist: Add default colors for broken themes Really ignore loops in transient_for (FS#1124) awful.tag.delete: Deactivate tags awful.menu

Re: Error while drawing widget: /usr/local/share/awesome/lib/wibox/layout/base.lua:39: table index is NaN

2014-03-23 Thread Uli Schlachter
Hi, either of the following commits should fix this. The first one fixes the code that produced this NaN, the second one makes sure that we (hopefully) handle NaNs correctly: http://git.naquadah.org/?p=awesome.git;a=commitdiff;h=0ac80ddf30cf5fdee294df18e69fb632befc47d5

Re: change DPI

2014-03-22 Thread Uli Schlachter
Hey, On 22.03.2014 11:30, Dan Milon wrote: I installed archlinux awesome on a macbook pro with a retina display. As you can imagine everything was super tiny. I added Xft.dpi = 196 to xrdb and now gtk, qt etc apps display normally, but the awesome status bar still shows tiny. It seems

Re: [PATCH] Prefixes in tasklist and titlebars

2014-03-13 Thread Uli Schlachter
Hi again, On 04.02.2014 17:22, Wojciech Zygmunt Porczyk wrote: On Tue, Feb 04, 2014 at 10:57:03AM +0100, Uli Schlachter wrote: On 04.02.2014 10:52, Uli Schlachter wrote: On 03.02.2014 23:32, Wojciech Zygmunt Porczyk wrote: Would you like to apply this (attached) patch? It makes possible

Re: Fwd: [PATCH] Fixed an issue with wibox-layout-align

2014-03-13 Thread Uli Schlachter
Hi again, On 05.01.2014 00:56, John Kha wrote: On Fri, Jan 3, 2014 at 10:52 AM, Uli Schlachter psyc...@znc.in wrote: [...] I added another patch (0004) that kind of explains the code in comments (not for committing, just for looking at). Also, clearer screenshot. Sorry, that patch is still

Re: [PATCH] prompt.lua added possibility to delete history entries

2014-03-12 Thread Uli Schlachter
Hi, On 09.03.2014 15:53, Massimiliano Brocchini wrote: [...] Anyway, git doesn't like your patch. I end up with this commit message, could you... dunno, send me the file differently? I'm sending the patch again, please let me know if this doesn't work, I'll try with here document. This

Re: [PATCH] prompt.lua added possibility to delete history entries

2014-03-06 Thread Uli Schlachter
Hi, On 02.03.2014 18:32, Massimiliano Brocchini wrote: i like to keep only correct command in my history entries and I didn't want to edit cache files anymore. Attached patch adds CTRL+DELETE shortcut to prompt.lua to delete visible command from history. I almost like the patch (except for

Re: movetoscreen - still not having much luck...

2014-02-23 Thread Uli Schlachter
Hi, On 23.02.2014 09:13, David Sorkovsky wrote: [...] Dual monitors both working well with Awesome - like the independence, but sometimes I use the RHS for my laptop and want to move apps to the LHS at that time. Wondering if there is something I needed to setup in Awesome? xrandr on

Re: Setting custom X properties for clients to preserve tags between awesome restarts

2014-02-23 Thread Uli Schlachter
Hi, On 05.12.2013 22:16, Uli Schlachter wrote: On 03.12.2013 11:06, Stanislav Ochotnicky wrote: Quoting Uli Schlachter (2013-12-03 08:54:22) On 02.12.2013 23:39, Stanislav Ochotnicky wrote: Quoting Uli Schlachter (2013-12-02 22:57:58) [...] I hope this clears up the current state. Feel free

Re: concerning titlebars

2014-02-22 Thread Uli Schlachter
On 21.02.2014 23:52, Manuel Kasser wrote: Hi, I'm a little confused with a detail in the titlebar-implementation in awesome. I took the titlebar-code from the reference-rc.lua. Now I want to work on titlebar-stuff and noticed that the titlebar is set by setting the widget of the wibox

Re: [PATCH] prompt.lua search in history minor fixes

2014-02-22 Thread Uli Schlachter
Hi, On 22.02.2014 13:03, Massimiliano Brocchini wrote: please find attached two patches to prompt.lua to make search in history (CTRL+R/S or CTRL+UP/DOWN) more consistent / predictable: - the first one changes the search_term definition, when dealing with CRTL+UP/DOWN, to be always a

Re: Behavior on SIGTERM

2014-02-19 Thread Uli Schlachter
Hi, On 19.02.2014 21:45, Manuel Kasser wrote: I was wondering whether awesome behaves correctly on receiving SIGTERM, i. e. doing (more or less) awesome.quit(). I'm not sure how to check that myself. From awesome.c (all code can be found in the released tarballs or on git.naquadah.org):

Re: Behavior on SIGTERM

2014-02-19 Thread Uli Schlachter
Hi again, On 19.02.2014 22:18, Manuel Kasser wrote: [...] And if X dies ealier: if that means all graphical processes get SIGTERMed, it shouldn't be a problem anyways, even if they didn't receive the SIGTERM originally intended for them by the shutdown procedure but another one, should it?

Re: [PATCH] Prefixes in tasklist and titlebars

2014-02-04 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 03.02.2014 23:32, Wojciech Zygmunt Porczyk wrote: Would you like to apply this (attached) patch? It makes possible to prepend some arbitrary string to client's name in taskbar and titlebar, for example to specify c.machine or c.class for

Re: [PATCH] Prefixes in tasklist and titlebars

2014-02-04 Thread Uli Schlachter
Hi, On 04.02.2014 10:52, Uli Schlachter wrote: On 03.02.2014 23:32, Wojciech Zygmunt Porczyk wrote: Would you like to apply this (attached) patch? It makes possible to prepend some arbitrary string to client's name in taskbar and titlebar, for example to specify c.machine or c.class

Re: New windows to parent tag/workspace

2014-01-28 Thread Uli Schlachter
Hi, On 28.01.2014 17:57, wu, sa wrote: Is it possible to force windows spawned by programs/processes/scripts, to stick to its parents workspace/tag? What exactly do you mean by programs/processes/scripts? Script sounds like a shell script to me and shell scripts don't really have a tag. I

Re: [PATCH] layouts: spiral: Avoid gaps between windows

2014-01-23 Thread Uli Schlachter
On 20.01.2014 22:32, Fabienne Ducroquet wrote: Le lundi 20 janvier 2014, Uli Schlachter a écrit : Hi, Ah, ok. So the k n was replaced with k ~= n which should do the same thing. I’m not sure why I changed that but it should do the same thing. Also, this now also changes wa.width

Re: [PATCH] layouts: spiral: Avoid gaps between windows

2014-01-20 Thread Uli Schlachter
Hi, On 18.01.2014 16:12, Fabienne Ducroquet wrote: When an area is split in two, for example horizontally, one of the windows should have height math.floor(previous height / 2) and the other math.ceil(previous height / 2), to be certain that no gaps are left between the windows. For

Re: [awesome bugs] #1200 - Cannot change menu.clients width through rc.lua

2014-01-20 Thread Uli Schlachter
On 13.01.2014 14:55, Rocco Aliberti wrote: Removed useless line in awful.menu.clients : local args = args or args1 as requested on irc channel. Thanks! Merged as commit 64dc578efce8e35beb7e74aed0184f5302a0dc80. Uli -- Because I'm in pain, he says. That's the only way I get your

Re: margin layout, add color parameter and draw a colored border

2014-01-20 Thread Uli Schlachter
From 6e061a9a5f37fed5358c5d8179a57fb54b309032 Mon Sep 17 00:00:00 2001 From: Rocco Aliberti ralibert...@gmail.com Date: Wed, 15 Jan 2014 23:47:50 +0100 Subject: [PATCH] wibox.layout.margin: Add margins color parameter Now the margin layout can color the margins, drawing a bordered widget.

Re: Fwd: [PATCH] Fixed an issue with wibox-layout-align

2014-01-05 Thread Uli Schlachter
Hi, On 05.01.2014 00:56, John Kha wrote: On Fri, Jan 3, 2014 at 10:52 AM, Uli Schlachter psyc...@znc.in wrote: On 02.01.2014 09:25, John Kha wrote: Start awesome with the default config and open any client. The tasklist entry for this client will only be as wide as the name of the client

Re: Fwd: [PATCH] Fixed an issue with wibox-layout-align

2014-01-03 Thread Uli Schlachter
Hi, On 02.01.2014 09:25, John Kha wrote: Start awesome with the default config and open any client. The tasklist entry for this client will only be as wide as the name of the client. It will not cover all of the align layout's middle space. This is because awful.widget.tasklist uses a flex

Re: How to delete wiboxes

2014-01-01 Thread Uli Schlachter
Hi, On 01.01.2014 19:42, Csaba Dunai wrote: Uli Schlachter psychon at znc.in writes: [...] Thanks for the quick reply. Unfortunately my problem is still not solved. My point is not only to make the wibox disappear but also to free up the memory it occupies. I have run the following test

Re: Fwd: [PATCH] Fixed an issue with wibox-layout-align

2013-12-29 Thread Uli Schlachter
: the sum of the fit function results from its sub widgets in its direction and the largest result in the other direction. The flex layout will still take into account max_widget_size. [Uli: Minor cosmetic changes] Signed-off-by: Uli Schlachter psyc...@znc.in --- lib/wibox/layout/align.lua.in | 18

Re: [PATCH] Fixed an issue with wibox-layout-align

2013-12-28 Thread Uli Schlachter
Hi, On 28.12.2013 11:40, John Kha wrote: On further investigation flex does exactly what it should. Why? After thinking about this for 0.5 seconds, I don't see much of a difference to align. [...] +total_size += self.dir == y and h or w Caught you cheating: $ lua5.1 -e 'a = 0 ; a

Re: [PATCH] Fixed an issue with wibox-layout-align

2013-12-26 Thread Uli Schlachter
Hi, On 26.12.2013 03:51, John Kha wrote: This fixes an issue I had trying to nest a horizontal align widget inside a vertical flex widget. The align widget was pushing the flex widget to take up all the available space inside of another horizontal align widget in which it was nested. The

Re: Setting custom X properties for clients to preserve tags between awesome restarts

2013-12-05 Thread Uli Schlachter
Hi, On 03.12.2013 11:06, Stanislav Ochotnicky wrote: Quoting Uli Schlachter (2013-12-03 08:54:22) On 02.12.2013 23:39, Stanislav Ochotnicky wrote: Quoting Uli Schlachter (2013-12-02 22:57:58) [...] I hope this clears up the current state. Feel free to come up with suggestions on how

Re: mytaskslist at bottom vs top

2013-12-02 Thread Uli Schlachter
On 02.12.2013 23:50, Jason Hunt wrote: Afternoon. I created a new wibox in rc.lua for supplemental statusbar: mywibox2 = {} mywibox2 = awful.wibox({ position = bottom, screen = 1, border_width = 0, height = 16 }) Currently, it is just an empty status bar. I commented out the below, so

Re: Setting custom X properties for clients to preserve tags between awesome restarts

2013-12-02 Thread Uli Schlachter
On 03.12.2013 08:44, Vincent Bernat wrote: ❦ 2 décembre 2013 22:57 CET, Uli Schlachter psyc...@znc.in : [1] xprop -f WM_AWESOME_TAGS 8s -set WM_AWESOME_TAGS tag1,tag2 Such a property (almost) already exists and is called _NET_WM_DESKTOP. It is used for saving the first (and only the first

Re: [Patch] Allow a different colour for empty tags in taglist

2013-12-02 Thread Uli Schlachter
On 01.12.2013 23:11, Jan Larres wrote: On 30/11/13 18:40, Jan Larres wrote: Okay so apparently slrn can't attach things. I'll send it on Monday. Here is the real patch now. Thanks, merged. -- - He made himself, me nothing, you nothing out of the dust - Er machte sich mir nichts, dir nichts

Re: [Patch] Allow a different colour for empty tags in taglist

2013-11-29 Thread Uli Schlachter
Hi, On 28.11.2013 05:17, Jan Larres wrote: I like to display the empty tags in my taglist in a greyish colour to make them a bit less prominent. There was no way to specify the colour for empty tags, so I made this simple patch that adds a new setting [bg|fg]_empty for that purpose. Could

Re: awesome hangs on starting x11-ssh-askpass

2013-11-23 Thread Uli Schlachter
On 23.11.2013 03:49, Kasimir Knallkopf wrote: sudo apt-get install ssh-askpass start a new awesome session for testing on display :1 DISPLAY=:1 ssh-askpass The askpass window appeared, I entered foobar, pressed enter and the window disappeared. I can reproduce this bug on the default

Re: What's the issue with lgi.Gtk?

2013-11-23 Thread Uli Schlachter
Hi On 23.11.2013 20:56, Carlos Morata Castillo wrote: [...] And my system is flooded with errors messages. If I don't include lgi.Gtk everything's ok. [...] Sorry, but I don't think that this will work. You would have the window manager and a normal application running in the same process.

Re: awesome hangs on starting x11-ssh-askpass

2013-11-21 Thread Uli Schlachter
On 20.11.2013 09:43, Namikaze Minato wrote: Well, something similar is happening to me when I use evince with the mozilla plugin for reading PDFs on chromium and that I click on the PDF viewer (scrolling is fine), but it's too much of an edge case for me to report it as a bug. (awesome

Re: awesome hangs on starting x11-ssh-askpass

2013-11-21 Thread Uli Schlachter
On 20.11.2013 05:42, Kasimir Knallkopf wrote: Which awesome version are you running? awesome v3.5.2 (The Fox) ⢠Build: Oct 13 2013 01:33:36 for x86_64 by gcc version 4.8.1 (nobody@) ⢠Compiled against Lua 5.2.2 (running with Lua 5.2) ⢠D-Bus support: â So it's a new bug then. The

Re: Questions about awful.widget.layout.margins on awesome 3.5

2013-11-20 Thread Uli Schlachter
Hi, On 20.11.2013 11:12, Dong Zhu wrote: [...] on awesome 3.5 I change the codes as below: membar = awful.widget.progressbar() membar:set_width(50) membar:set_height(8) membar:set_vertical(false) membar:set_background_color(#3F3F3F) membar:set_border_color(nil) membar:set_color({ type = linear,

Re: awesome hangs on starting x11-ssh-askpass

2013-11-19 Thread Uli Schlachter
Hi, On 19.11.2013 14:03, Kasimir Knallkopf wrote: I would like to use askpass to enter passwords through the gui. When I start /usr/lib/ssh/x11-ssh-askpass, then the askpass window will not appear *and* the screen focus will be locked to the terminal from which I started askpass. It seems

Re: updated wiki page xrandr screen table

2013-10-31 Thread Uli Schlachter
Good Morning, On 31.10.2013 05:46, Andre Klärner wrote: On Wed 30.10.2013 20:28:32, Uli Schlachter wrote: [...] Having written this mail and re-reading it before sending it, I notice that you mentioned awesome 3.4.15. A quick look confirms that 3.4 does not have this feature

Re: updated wiki page xrandr screen table

2013-10-30 Thread Uli Schlachter
Hi again, On 30.10.2013 18:42, Andre Klärner wrote: On Wed 30.10.2013 18:00:33, Uli Schlachter wrote: On 30.10.2013 03:37, Andre Klärner wrote: as my setup at home is a bit more complex than the one on the go and at work I had to modify the xrandr screen table function a bit. To not keep

Re: [awesome bugs] #1190 - how make naughty worked better

2013-10-25 Thread Uli Schlachter
Hi, On 25.10.2013 23:07, Rena wrote: On Fri, Oct 25, 2013 at 8:21 AM, awesome jul...@danjou.info wrote: THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1190 - how make naughty worked better User who did this - wxg (wxg4net) -- oh my

  1   2   3   4   5   6   7   8   9   >