Move/change mouse pointer to next/prev screen

2014-06-23 Thread Tomás Solar Castro
to next or previous screen. I used a keyboard shortcut but I can't remember it :( I searched for it in the default rc.lua in /etc/xdg/awesome/rc.lua (I use Debian Sid. awesome 3.5.5) but I did not find anything... Anyone knows it? Thank you in advance! -- Tomás Solar Castro GNU+Linux Registered

Re: Move/change mouse pointer to next/prev screen

2014-06-23 Thread Tomás Solar Castro
of my rc.lua: awful.key({ modkey, Control }, w, function () awful.screen.focus_relative(-1) end) Cheers, Markus On Mon, Jun 23, 2014 at 8:50 PM, Tomás Solar Castro tso...@gmail.com wrote: Hi guys, I used awesome a lot, but last time I was using GNOME because a lot of things

imap with lain

2014-01-28 Thread Tomás Solar Castro
the envelope icon is shown. i am doing something wrong? i am missing something maybe? thank you in advance! -- Tomás Solar Castro GNU+Linux Registered User #383588 ¡Sé Libre! http://www.FSFLA.org

Re: How to change naughty notification object text

2013-10-30 Thread Tomás Solar Castro
, send mail to awesome-unsubscr...@naquadah.org. -- Tomás Solar Castro GNU+Linux Registered User #383588 ¡Sé Libre! http://www.FSFLA.org http://identi.ca/tsolar

Re: External storage devices not showing up in filemanagers

2012-03-06 Thread Tomás Solar Castro
On 06/03/12 22:34, Satoshi Hayazaki wrote: Hey, guys, I'm having issues with external storage devices that do not show up in filemanagers. I read the wiki page on automounting but it seems to be a different thing than what I need. Previously, in Xfce, I REALLY disliked automounting, so I would

Re: External storage devices not showing up in filemanagers

2012-03-06 Thread Tomás Solar Castro
On 06/03/12 23:16, Satoshi Hayazaki wrote: 2012/3/6 Tomás Solar Castro tso...@lavabit.com mailto:tso...@lavabit.com On 06/03/12 22:34, Satoshi Hayazaki wrote: Hey, guys, I'm having issues with external storage devices that do not show up in filemanagers. I read

Re: Float browser popups instead of tiling?

2012-03-05 Thread Tomás Solar Castro
I use something like this in my rc.lua { rule = { class = Iceweasel , instance = Download }, properties = { floating = true, tag = tags[1][2]} }, { rule = { class = Iceweasel , instance = Extension }, properties = { floating = true, tag = tags[1][2]} }, { rule = { class = Iceweasel ,

Warning with obvious widget

2012-01-24 Thread Tomás Solar Castro
Hi all does anyone know how to repair this? W: awesome: luaA_dofunction:108: error while running function stack traceback: /usr/share/awesome/lib/obvious/temp_info/init.lua:42: in function /usr/share/awesome/lib/obvious/temp_info/init.lua:30 error:

Re: Warning with obvious widget

2012-01-24 Thread Tomás Solar Castro
El 24/01/12 15:13, Robert David escribió: Can you send parts of the files in which this happen. /usr/share/awesome/lib/obvious/temp_info/init.lua line 30-50 local function update() local d = awful.util.pread(acpi -t) local temp = { } for t in d:gmatch(Thermal %d+: %w+, (%d+.?%d*)

Re: doubt with mouse screen

2011-12-07 Thread Tomás Solar Castro
El 07/12/11 07:35, Matthew Hague escribió: i tried your hack, but it the open file window is still raising at the first screen :( Ah. I just tested my setup with two screens and Chromium, and the open file dialog comes up fine on mouse.screen. Maybe you could post your rules applying to

Re: doubt with mouse screen

2011-12-05 Thread Tomás Solar Castro
El vie 02 dic 2011 11:10:49 CLST, Matthew Hague escribió: { rule = { class = Chromium.* , name = .*Abrir.* }, properties = {tag = tags[mouse.screen][2]}}, -- I use it in spanish I think this will not work as hoped because it chooses mouse.screen when the rules are loaded, not dynamically.

Re: ontop for floating clients

2011-12-02 Thread Tomás Solar Castro
El 02/12/11 07:00, Adam escribió: I would like to make all floating clients ontop by default, not only gimp. IsN't there a generic solution for this? did you try this? awful.rules.rules = { -- All clients will match this rule. { rule = { }, properties = { border_width =

doubt with mouse screen

2011-12-01 Thread Tomás Solar Castro
Hello everyone I've been working with two screens. So I open, per example, chromium in screen 1, mod+o to move it to the second screen, and when I fill a form with a file selector, when I click it, raises an open dialog window, but not in the second screen, it is opened in the first screen.

Re: Window gravity in a rule

2011-11-25 Thread Tomás Solar Castro
El vie 25 nov 2011 04:00:23 CLST, Uli Schlachter escribió: So *why* do you want to set that? Because I want to place some windows at bottom right corner. Is there another method to do that? Thanks! -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Window gravity in a rule

2011-11-25 Thread Tomás Solar Castro
El 25/11/11 13:27, Uli Schlachter escribió: On 25.11.2011 13:49, Tomás Solar Castro wrote: El vie 25 nov 2011 04:00:23 CLST, Uli Schlachter escribió: So *why* do you want to set that? Because I want to place some windows at bottom right corner. How would the window gravity help

Re: Window gravity in a rule

2011-11-24 Thread Tomás Solar Castro
El 24/11/11 16:23, Tomás Solar Castro escribió: El jue 24 nov 2011 14:27:56 CLST, Uli Schlachter escribió: On 24.11.2011 16:21, Tomás Solar Castro wrote: El mié 23 nov 2011 10:29:29 CLST, Tomás Solar Castro escribió: Hello fellows How can I set the window gravity in a rule? Is it possible

Window gravity in a rule

2011-11-23 Thread Tomás Solar Castro
Hello fellows How can I set the window gravity in a rule? Is it possible? Thanks in advance :) -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: doc and or examples for obvious

2011-10-27 Thread Tomás Solar Castro
El 26/10/11 11:20, Tomás Solar Castro escribió: El 25/10/11 18:23, Rainux Luo escribió: volumewidget = obvious.volume_alsa():set_layout(awful.widget.layout.horizontal.rightleft).widget mywibox[s].widgets = { cpuwidget.widget, separator, volumewidget } now that I'm seeing

Re: doc and or examples for obvious

2011-10-27 Thread Tomás Solar Castro
El 27/10/11 14:52, Thorsten Sperber escribió: Am 26.10.2011 16:20, schrieb Tomás Solar Castro: El 25/10/11 18:23, Rainux Luo escribió: volumewidget = obvious.volume_alsa():set_layout(awful.widget.layout.horizontal.rightleft).widget mywibox[s].widgets = { cpuwidget.widget

Re: doc and or examples for obvious

2011-10-27 Thread Tomás Solar Castro
El 27/10/11 17:48, Thorsten Sperber escribió: Am 27.10.2011 20:14, schrieb Tomás Solar Castro: My .xsession-errors has this: W: awesome: luaA_dofunction:108: error while running function stack traceback: /usr/share/awesome/lib/obvious/temp_info/init.lua:42: in function /usr/share/awesome

Re: Maximise window moving

2011-10-24 Thread Tomás Solar Castro
El 24/10/11 13:40, Vitor Eiji Justus Sakaguti escribió: On Mon, Oct 24, 2011 at 2:21 PM, Daniel Hilst Selli danielhi...@gmail.com wrote: Hi, when I maximise a window and move it.. it moves as falling to down right corner of screen.. Its like if your x and y axis was being incremented one by

Re: Window position

2011-09-12 Thread Tomás Solar Castro
Anurag Priyam anurag08pri...@gmail.com writes: 2011/8/31 Tomás Solar Castro tso...@lavabit.com: how can I change the window position when I open a program? I want to open it floating, but not in top left ( 0,0 ? ). And how can I set its size, in the same rule? { rule = { name = irssi

Window position

2011-08-30 Thread Tomás Solar Castro
Hi everyone how can I change the window position when I open a program? I want to open it floating, but not in top left ( 0,0 ? ). And how can I set its size, in the same rule? Thanks! -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: Running Nautilus

2011-03-05 Thread Tomás Solar Castro
Blacklemon67 blacklemo...@gmail.com writes: Still doesn't work. I have nautilus running in the background thanks to gnome-session. Would that be a problem? Are you running awesome under GNOME? If you are, then deactivate it (nautilus) from startup applications. -- Tomás Solar Castro

Re: Running Nautilus

2011-03-04 Thread Tomás Solar Castro
Blacklemon67 blacklemo...@gmail.com writes: I've been trying to get nautilus to run from the main awful menu, but all it does when I click it is display the loading cursor. What can I do to make it run the browser? nautilus --no-desktop --browser man nautilus ;) Cheers -- Tomás Solar

Re: libreoffice on dual-screen causes other screen to switch on scroll/menu

2011-02-24 Thread Tomás Solar Castro
Ng Oon-Ee ngoo...@gmail.com escribió: Hi all, Using libreoffice 3.3.0.4 on Arch Linux 64-bit, awesome 3.4.9 If you have a dual-screen, open libreoffice on the 2nd screen, on a different tag from whatever is on your first screen (try tag 1 on screen 1, tag 2 on screen 2) Scroll or click on

Re: libreoffice on dual-screen causes other screen to switch on scroll/menu

2011-02-24 Thread Tomás Solar Castro
Did you try with a floating window? -- Enviado desde mi teléfono Android con K-9 Mail. Disculpa mi brevedad -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Re: xcompmgr transparency preventing updates on dialog windows

2011-02-22 Thread Tomás Solar Castro
José A. Romero L. escherdra...@gmail.com writes: That's what I heard too. IMHO the Cairo composite manager is a better bet. I've had good results with it in Awesome. +1 -- Tomás Solar Castro Be Free! http://FSFLA.org GNU+Linux Registered User #383588 Public PGP Key: FB7590D2 (hkp

Re: Un-minimize Window

2011-01-08 Thread Tomás Solar Castro
#secure method=pgpmime mode=sign Mark Testa mte...@stevens.edu writes: This is what I use. I found it on this mailing list. My opinion, it should be included with the default awesome config. +1 -- Tomás Solar Castro Be Free! http://FSFLA.org GNU+Linux Registered User #383588 Public PGP Key

Re: application font size.

2010-11-01 Thread Tomás Solar Castro
dejavu sans is the font, it can be another, like freesans, liberation sans, terminus, etc 8 is the size you want, it can be another number. Hope this helps Regards -- Tomás Solar Castro Be Free! http://FSFLA.org GNU+Linux Registered User #383588 Public PGP Key: FB7590D2 (hkp://pgp.mit.edu:11371

Re: Awesome XRandR Screen Table

2010-10-23 Thread Tomás Solar Castro
can just add os.execute(sh ~/.screenlayout/my-two-screen-layout.sh ) Cheers -- Tomás Solar Castro Be Free! http://FSFLA.org GNU+Linux Registered User #383588 Public PGP Key: FB7590D2 (hkp://pgp.mit.edu:11371) http://identi.ca/tsolar pgpcKl71vM7v2.pgp Description: PGP signature

Re: EMail notification

2010-09-17 Thread Tomás Solar Castro
#secure method=pgpmime mode=sign Julien Danjou jul...@danjou.info writes: On Thu, Sep 16 2010, Tomás Solar Castro wrote: I want an awesome widget that notifies me new incomming mail, but I use gnus with nnml (similar to MH). I'd write some Lisp code to make Gnus notify awesome that new

Restore a minimized client

2010-08-23 Thread Tomás Solar Castro
Hey guys o/ How can I restore a mod4+n minimized client? The only way I can get the client visible again is to click on the client in mytasklist[s] widget... Thanks, Regards -- Tomás Solar Castro Be Free! http://FSFLA.org GNU+Linux Registered User #383588 Public PGP Key: FB7590D2 (hkp

Re: awesome and TTYs

2010-08-16 Thread Tomás Solar Castro
, it is normal :) Cheers! -- Tomás Solar Castro Be Free! http://FSFLA.org GNU+Linux Registered User #383588 Public PGP Key: FB7590D2 (hkp://pgp.mit.edu:11371) http://identi.ca/tsolar pgpjWpLoaPYPu.pgp Description: PGP signature

Re: focussed but not raised.

2010-06-19 Thread Tomás Solar Castro
-library -- Tomás Solar Castro Be Free! http://FSFLA.org GNU+Linux Registered User #383588 Public PGP Key: FB7590D2 (hkp://pgp.mit.edu:11371) http://identi.ca/tsolar pgplyi2gIr9Oc.pgp Description: PGP signature

Re: Alt-Tab window switching

2010-06-19 Thread Tomás Solar Castro
then client.focus:raise() end end), Change keybindings is so simple :) You should read the awesome wiki too: http://awesome.naquadah.org/wiki/ -- Tomás Solar Castro Be Free! http://FSFLA.org GNU+Linux Registered User #383588 Public PGP Key: FB7590D2 (hkp://pgp.mit.edu:11371) http://identi.ca

Re: advices for a presentation of Awesome

2010-06-01 Thread Tomás Solar Castro
El Sat, 29 May 2010 17:04:42 +0200 Adrian C. an...@sysphere.org escribió: On Fri, 28 May 2010, Tomás Solar Castro wrote: I know it and I realize it. It is not the best and most elegant code, but it does the trick Take the function out of the register() call. Then register the function

Re: advices for a presentation of Awesome

2010-05-28 Thread Tomás Solar Castro
El Sat, 29 May 2010 00:23:26 +0200 Adrian C. an...@sysphere.org escribió: On Sat, 29 May 2010, Adrian C. wrote: On Fri, 28 May 2010, Tomás Solar Castro wrote: I use that widget with this conf: Did your MUA throw up? It's not readable. Okay, I deciphered it... by using a format

Re: Several newbie questions about awesome

2010-05-23 Thread Tomás Solar Castro
and firefox in window 2) Search autostart in awesome wm wiki, and play with rules You should try shifty to manage your clients, tags, windows, rules, etc :) There is info about shifty library in the wiki too :) -- Tomás Solar Castro Be Free! http://FSFLA.org GNU+Linux Registered User #383588 Public

Re: How to put new clients lower

2010-05-12 Thread Tomás Solar Castro
want the new windows appear below the active/focused window... but if a dialog box or a window is a child of the active window it should appear over it. Thanks! Regards -- Tomás Solar Castro Be Free! http://FSFLA.org GNU+Linux Registered User #383588 Public PGP Key: FB7590D2 (hkp