Kyra Zimmer
e81f46950b
util.quake: check if client exists when moving it to another tag
2018-02-22 13:11:37 +01:00
Luca CPZ
1b909160d6
util.menu_iterator: cleaned indentation; added wiki entry; closes #386
2018-02-17 14:06:20 +01:00
Luca CPZ
af3427c7df
Merge pull request #377 from sim590/menu-iterator
...
menu_iterator: naughty.notify based menu utility
2018-02-17 12:19:53 +01:00
Simon Désaulniers
1d2f4a102e
menu_iterator: generic menu creator function
...
A simple example usage is given over on the amh project~[1]
[1]: dcf101c8ef/exec/mpv.lua (L32)
2018-02-16 16:14:13 -05:00
Simon Désaulniers
b94e701ff2
menu_iterator: naughty.notify based menu utility
2018-02-16 15:26:35 -05:00
Aleksandr Beliaev
31d64906a0
Weather widget rewritten; first authorship updated
2018-02-15 12:24:31 +01:00
Luke Bonham
055e663772
pulseaudio -> pulse; scallback merged into cmd (read wiki)
2017-10-05 11:32:01 +02:00
Luke Bonham
d070b7bd35
quake: iterate on all screens; #339
2017-09-05 22:34:09 +02:00
Luke Bonham
62edd22cdb
util.quake: removed onlyone parameters; wiki updated; counters #339
2017-09-05 16:34:52 +02:00
Luke Bonham
1b12fd2319
removed whitespaced signatures; wiki updated
2017-09-04 12:43:00 +02:00
Luke Bonham
c89fc17636
quake: avoid calling compute_size whenever possible
2017-07-10 12:00:49 +02:00
Luke Bonham
6f2b39a266
counter pull #344 : don't rely on awful.layout.layouts array, but point directly to tile layout
2017-06-25 13:16:10 +02:00
2009
8a433a285b
Fix issue with `add_tag` when not using floating layout
...
Using `awful.layout.layouts[0]` was causing `add_tag` to always be set to floating rather than the first entry in `awful.layout.layouts`. This would be fine for users who were using the floating layout, but would otherwise break the layoutbox widget and changing layouts.
2017-06-21 11:02:41 +10:00
Jure Varlec
2ddb55bc44
quake: add a new option `onlyone`.
...
This option allows using a single instance of the app with multiple
screens instead of having a separate app for each screen. It works
better if there is only one instance of the quake object, i.e.
local quake = lain.util.quake({onlyone=true})
and
awful.key({ modkey, }, "z", function () quake:toggle() end),
2017-05-06 11:29:59 +02:00
Gergely Peidl
ddcaa07827
Adding support for setting up a layout of the new tag.
2017-02-13 13:20:23 +01:00
copycat-killer
c23271b418
util: magnify_client/mc: added width and height factors as optional args
2017-02-06 17:34:08 +01:00
copycat-killer
b1a089633c
fix #298
2017-01-31 17:31:12 +01:00
copycat-killer
19a7003b34
markup: added fontfg and fontbg
2017-01-28 23:35:27 +01:00
copycat-killer
555b872d16
maildir: turned into an abase example
2017-01-27 22:01:48 +01:00
copycat-killer
83b96b3c3a
wipe away beautiful reference
2017-01-27 14:59:31 +01:00
copycat-killer
5383f3db0d
quake: add settings function; closes #273
2017-01-23 15:46:33 +01:00
copycat-killer
23318f8eea
mem: math.floor->ceil and substract SReclaimable too from the total; closes #271
2017-01-23 13:35:30 +01:00
copycat-killer
f82f0ed205
small fixes
2017-01-22 02:13:02 +01:00
copycat-killer
fadc722655
revert fix coretemp
2017-01-22 01:27:24 +01:00
copycat-killer
6cce5b6fe1
cal: asynchronous
2017-01-22 01:15:57 +01:00
copycat-killer
a89bbec6f3
quake: client maximized before awesome restart: after the restart, unmaximize and toggle to get normal geometry again
2017-01-21 18:09:07 +01:00
copycat-killer
669b0de47b
quake: updated spawn call
2017-01-12 22:46:19 +01:00
copycat-killer
741b65d5ea
quake: skip_wibox -> overlap and default to false, followtag redefault to faluse; closes #264 #265
2017-01-12 20:35:59 +01:00
copycat-killer
d549219a2e
quake: skip_wibox option added #263 ; mpd: removed mpdcover script call (much faster now)
2017-01-12 18:33:57 +01:00
copycat-killer
354fa23548
#263 : followtag default to true; changing quake definition
2017-01-12 13:07:11 +01:00
copycat-killer
7072b08058
#263 fix
2017-01-12 12:43:29 +01:00
copycat-killer
5f1fd821a0
port to awesome 4.0 completed; #248
2017-01-09 20:21:56 +01:00
copycat-killer
f5700be12b
fs: options moved to constructor; #closes 259
2017-01-09 13:04:02 +01:00
Stefan Wimmer
b82cb1aaae
- Another "deprecated" warning with Awesome 4.0 silenced
2017-01-08 20:31:00 +01:00
copycat-killer
f59c9644ab
quake: removed deprecations
2017-01-07 16:46:38 +01:00
copycat-killer
d49431160a
wiki updated
2017-01-06 13:43:56 +01:00
copycat-killer
bcd37ae4ae
pulsebar: corrected colors typo; closes #251
2017-01-06 11:21:19 +01:00
copycat-killer
1bd178f687
{alsa,pulse}bar updated to awesome 4.0
2017-01-05 13:53:47 +01:00
copycat-killer
64540340db
quake: uncomment client.border
2017-01-03 12:32:47 +01:00
copycat-killer
cf2c442499
net/mpd widget resize fix; #248
2017-01-03 12:21:50 +01:00
copycat-killer
26ca86598f
util.mc: check if client is still valid before setting geometry
2016-11-19 12:32:29 +01:00
copycat-killer
a659d1a4bc
#221 use string.format; wiki updated
2016-08-11 13:43:35 +02:00
Sudo Nice
9dc19f8821
quake: let border width be configurable
2016-08-11 09:53:02 +03:00
Sudo Nice
4eec21ad8e
quake: allow to pass extra arguments
2016-08-10 21:23:45 +03:00
copycat-killer
dd19cbc77a
quake: set default geometry only on first spawn; typo fixed
2016-08-04 12:34:22 +02:00
copycat-killer
85ed92417d
quake: set default geometry only on first spawn
2016-08-03 17:38:51 +02:00
copycat-killer
92e72dcce4
util/quake: this is a normal window
2016-06-26 17:27:42 +02:00
copycat-killer
606a995b90
added quake
2016-06-26 13:13:22 +02:00
copycat-killer
84313cc876
#195 : magnify_client can now behave like magnifier layout
2016-05-08 19:57:21 +02:00
luke bonham
973b56ce0b
whitespaces cleaning
2015-08-05 13:31:15 +02:00