]> git.madduck.net Git - etc/awesome.git/log

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

etc/awesome.git
11 years agosrc/timetable: Fix month incrementing
daurnimator [Fri, 30 Aug 2013 19:44:59 +0000 (15:44 -0400)]
src/timetable: Fix month incrementing

11 years agosrc/init: Export timetable from main module
daurnimator [Fri, 30 Aug 2013 18:29:59 +0000 (14:29 -0400)]
src/init: Export timetable from main module

11 years agosrc/timetable: Comparison operators can take raw timestamps
daurnimator [Fri, 30 Aug 2013 18:29:41 +0000 (14:29 -0400)]
src/timetable: Comparison operators can take raw timestamps

11 years agosrc/timetable: Add clone method
daurnimator [Fri, 30 Aug 2013 18:28:10 +0000 (14:28 -0400)]
src/timetable: Add clone method

11 years agosrc/timetable: Have `unpack_tm` and `new_timetable` optionally take/return yday and...
daurnimator [Fri, 30 Aug 2013 18:27:55 +0000 (14:27 -0400)]
src/timetable: Have `unpack_tm` and `new_timetable` optionally take/return yday and wday

11 years agosrc/timetable: Normalise out of range months
daurnimator [Thu, 15 Aug 2013 22:15:47 +0000 (18:15 -0400)]
src/timetable: Normalise out of range months

11 years agosrc/timetable: Multiplication is left associative, add brackets so that constants...
daurnimator [Tue, 6 Aug 2013 00:39:54 +0000 (20:39 -0400)]
src/timetable: Multiplication is left associative, add brackets so that constants can be folded

11 years agosrc/timetable: Fix missing string.format import
daurnimator [Tue, 6 Aug 2013 00:31:21 +0000 (20:31 -0400)]
src/timetable: Fix missing string.format import

11 years agosrc/timetable: Add new_from_timestamp function
daurnimator [Wed, 24 Jul 2013 15:56:07 +0000 (11:56 -0400)]
src/timetable: Add new_from_timestamp function

11 years agosrc/timetable: __eq was actually __lt; add __eq.
daurnimator [Wed, 24 Jul 2013 15:55:16 +0000 (11:55 -0400)]
src/timetable: __eq was actually __lt; add __eq.

11 years agospec/timetable_spec: Move native function to outer scope
daurnimator [Wed, 24 Jul 2013 15:53:43 +0000 (11:53 -0400)]
spec/timetable_spec: Move native function to outer scope

11 years agosrc/timetable: Fix timestamp function; add test
daurnimator [Wed, 24 Jul 2013 15:53:24 +0000 (11:53 -0400)]
src/timetable: Fix timestamp function; add test

11 years agosrc/timetable: Break out leap_years_since function from doomsday
daurnimator [Wed, 24 Jul 2013 15:52:27 +0000 (11:52 -0400)]
src/timetable: Break out leap_years_since function from doomsday

11 years ago.travis.yml: debian doesn't support luajit and busted doesn't support 5.2..... damn
daurnimator [Tue, 23 Jul 2013 23:04:46 +0000 (19:04 -0400)]
.travis.yml: debian doesn't support luajit and busted doesn't support 5.2..... damn

11 years ago.travis.yml: Test on multiple lua versions
daurnimator [Tue, 23 Jul 2013 23:00:04 +0000 (19:00 -0400)]
.travis.yml: Test on multiple lua versions

11 years agosrc/timetable: Add rfc_3339 method
daurnimator [Tue, 23 Jul 2013 22:54:07 +0000 (18:54 -0400)]
src/timetable: Add rfc_3339 method

11 years agosrc/timetable: Add equality metamethod
daurnimator [Tue, 23 Jul 2013 22:53:47 +0000 (18:53 -0400)]
src/timetable: Add equality metamethod

11 years agosrc/timetable: Add timestamp method
daurnimator [Tue, 23 Jul 2013 22:53:09 +0000 (18:53 -0400)]
src/timetable: Add timestamp method

11 years agosrc/timetable: Move normalise to be a method on timetable object
daurnimator [Tue, 23 Jul 2013 22:51:47 +0000 (18:51 -0400)]
src/timetable: Move normalise to be a method on timetable object

11 years agosrc/timetable: Invent timetable object
daurnimator [Tue, 23 Jul 2013 22:43:20 +0000 (18:43 -0400)]
src/timetable: Invent timetable object

11 years agoAdd .travis.yml
daurnimator [Tue, 23 Jul 2013 22:17:00 +0000 (18:17 -0400)]
Add .travis.yml

11 years agosrc/timetable: Move argument checking in normalise to own function
daurnimator [Tue, 23 Jul 2013 21:21:57 +0000 (17:21 -0400)]
src/timetable: Move argument checking in normalise to own function

11 years agoAdd src/timetable module (with tests)
daurnimator [Tue, 23 Jul 2013 19:39:52 +0000 (15:39 -0400)]
Add src/timetable module (with tests)

11 years agosrc/init: Expose gettime
daurnimator [Tue, 23 Jul 2013 15:17:47 +0000 (11:17 -0400)]
src/init: Expose gettime

11 years agosrc/tzinfo: Add utctime function to convert local -> utc
daurnimator [Mon, 22 Jul 2013 21:48:55 +0000 (17:48 -0400)]
src/tzinfo: Add utctime function to convert local -> utc

11 years agosrc/tzinfo: Fencepost bug
daurnimator [Mon, 22 Jul 2013 21:48:25 +0000 (17:48 -0400)]
src/tzinfo: Fencepost bug

11 years agosrc/: Fix gettime requiring
daurnimator [Mon, 22 Jul 2013 16:15:26 +0000 (12:15 -0400)]
src/: Fix gettime requiring

11 years agosrc/tzcache: Add TODO
daurnimator [Mon, 22 Jul 2013 16:15:08 +0000 (12:15 -0400)]
src/tzcache: Add TODO

11 years agoAdd rockspec
daurnimator [Fri, 12 Jul 2013 22:05:50 +0000 (18:05 -0400)]
Add rockspec

11 years agoMove source to subdirectory
daurnimator [Fri, 12 Jul 2013 15:45:32 +0000 (11:45 -0400)]
Move source to subdirectory

11 years agoREADME: First commit
daurnimator [Fri, 12 Jul 2013 15:42:59 +0000 (11:42 -0400)]
README: First commit

11 years agoInitial Commit
daurnimator [Fri, 12 Jul 2013 15:41:54 +0000 (11:41 -0400)]
Initial Commit

11 years agoimprove nyxmms current notification
martin f. krafft [Mon, 22 Apr 2013 12:01:28 +0000 (14:01 +0200)]
improve nyxmms current notification

11 years agofix mosh invocation
martin f. krafft [Wed, 3 Apr 2013 09:17:05 +0000 (11:17 +0200)]
fix mosh invocation

11 years agouse mosh for irc session
martin f. krafft [Wed, 27 Mar 2013 09:32:14 +0000 (10:32 +0100)]
use mosh for irc session

11 years agot is for ontop
martin f. krafft [Wed, 27 Mar 2013 09:31:57 +0000 (10:31 +0100)]
t is for ontop

11 years agorequire obvious clock
martin f. krafft [Wed, 27 Mar 2013 09:31:44 +0000 (10:31 +0100)]
require obvious clock

11 years agofix xmms status
martin f. krafft [Wed, 27 Mar 2013 09:31:28 +0000 (10:31 +0100)]
fix xmms status

13 years agotag and rule updates
martin f. krafft [Tue, 30 Aug 2011 06:19:10 +0000 (08:19 +0200)]
tag and rule updates

13 years agouse obvious battery widget
martin f. krafft [Tue, 30 Aug 2011 06:17:57 +0000 (08:17 +0200)]
use obvious battery widget

13 years agovicious not needed
martin f. krafft [Tue, 30 Aug 2011 06:17:21 +0000 (08:17 +0200)]
vicious not needed

13 years agotesting signals and urgency flags
martin f. krafft [Tue, 26 Oct 2010 18:00:59 +0000 (20:00 +0200)]
testing signals and urgency flags

13 years agoimproved rules
martin f. krafft [Tue, 26 Oct 2010 18:00:51 +0000 (20:00 +0200)]
improved rules

14 years agofix toggle play for nyxmms2
martin f. krafft [Wed, 3 Mar 2010 08:20:52 +0000 (09:20 +0100)]
fix toggle play for nyxmms2

14 years agodo not honor size hints
martin f. krafft [Wed, 3 Mar 2010 08:08:58 +0000 (09:08 +0100)]
do not honor size hints

14 years agocentred placement of dialogs
martin f. krafft [Wed, 3 Mar 2010 08:08:49 +0000 (09:08 +0100)]
centred placement of dialogs

14 years agouse nyxmms2 client
martin f. krafft [Mon, 1 Mar 2010 18:07:47 +0000 (19:07 +0100)]
use nyxmms2 client

14 years agostart new SSH session for IRC
martin f. krafft [Wed, 6 Jan 2010 03:34:12 +0000 (16:34 +1300)]
start new SSH session for IRC

14 years agoset wallpaper to bgstripes
martin f. krafft [Wed, 6 Jan 2010 03:25:48 +0000 (16:25 +1300)]
set wallpaper to bgstripes

14 years agoimprove client rules
martin f. krafft [Tue, 5 Jan 2010 03:04:23 +0000 (16:04 +1300)]
improve client rules

14 years agoremove unused rules table
martin f. krafft [Tue, 5 Jan 2010 03:04:15 +0000 (16:04 +1300)]
remove unused rules table

14 years agouse irc ssh hostname instead of vera
martin f. krafft [Tue, 5 Jan 2010 03:03:50 +0000 (16:03 +1300)]
use irc ssh hostname instead of vera

14 years agoonly activate tag 1/9 on triple-head
martin f. krafft [Tue, 5 Jan 2010 03:03:28 +0000 (16:03 +1300)]
only activate tag 1/9 on triple-head

14 years agouse x-terminal-emulator, not urxvtc
martin f. krafft [Tue, 5 Jan 2010 01:42:13 +0000 (02:42 +0100)]
use x-terminal-emulator, not urxvtc

14 years agoexperimenting with rules
martin f. krafft [Sat, 7 Nov 2009 13:17:49 +0000 (14:17 +0100)]
experimenting with rules

14 years agouse urxvtc for now, not x-terminal-emulator (#481123)
martin f. krafft [Sat, 7 Nov 2009 13:17:27 +0000 (14:17 +0100)]
use urxvtc for now, not x-terminal-emulator (#481123)

14 years agoremove symlink to ~/code awsetbg binary
martin f. krafft [Sat, 7 Nov 2009 13:15:44 +0000 (14:15 +0100)]
remove symlink to ~/code awsetbg binary

14 years agoupdates
martin f. krafft [Mon, 2 Nov 2009 11:36:32 +0000 (12:36 +0100)]
updates

14 years agofix custom widgets for 3.4
martin f. krafft [Sat, 31 Oct 2009 19:09:44 +0000 (19:09 +0000)]
fix custom widgets for 3.4

14 years agochanges with 3.4
martin f. krafft [Sun, 25 Oct 2009 13:38:03 +0000 (14:38 +0100)]
changes with 3.4

15 years agoremove calendar widget
martin f. krafft [Sat, 5 Sep 2009 09:27:07 +0000 (11:27 +0200)]
remove calendar widget

15 years agouse awesome run instead of gmrun
martin f. krafft [Sat, 5 Sep 2009 09:27:00 +0000 (11:27 +0200)]
use awesome run instead of gmrun

15 years agomore intuitive key mappings
martin f. krafft [Sat, 5 Sep 2009 09:26:44 +0000 (11:26 +0200)]
more intuitive key mappings

15 years agomake gscan2pdf floating
martin f. krafft [Sat, 5 Sep 2009 09:26:19 +0000 (11:26 +0200)]
make gscan2pdf floating

15 years agofix xmms2 xmessage popups
martin f. krafft [Fri, 3 Jul 2009 11:02:23 +0000 (13:02 +0200)]
fix xmms2 xmessage popups

15 years agofix up screensaver spawning and add XF86ScreenSaver to blank
martin f. krafft [Mon, 8 Jun 2009 15:12:41 +0000 (17:12 +0200)]
fix up screensaver spawning and add XF86ScreenSaver to blank

15 years agofollow config changes, fix numlock problem
martin f. krafft [Wed, 27 May 2009 16:17:23 +0000 (18:17 +0200)]
follow config changes, fix numlock problem

15 years agofollow config changes
martin f. krafft [Thu, 14 May 2009 16:02:15 +0000 (18:02 +0200)]
follow config changes

15 years agoimprove battery status monitor
martin f. krafft [Thu, 9 Apr 2009 13:53:33 +0000 (15:53 +0200)]
improve battery status monitor

15 years agoreformat battery indicator
martin f. krafft [Mon, 23 Mar 2009 07:23:09 +0000 (08:23 +0100)]
reformat battery indicator

15 years agonew maximise API
martin f. krafft [Sun, 1 Mar 2009 11:48:14 +0000 (12:48 +0100)]
new maximise API

15 years agofloat clients on maximise
martin f. krafft [Sun, 1 Mar 2009 11:48:03 +0000 (12:48 +0100)]
float clients on maximise

15 years agonew keybinding syntax
martin f. krafft [Sun, 1 Mar 2009 11:47:45 +0000 (12:47 +0100)]
new keybinding syntax

15 years agouse proper default layout
martin f. krafft [Mon, 23 Feb 2009 11:15:03 +0000 (12:15 +0100)]
use proper default layout

15 years agofollow config changes to 3.2~rc3-1
martin f. krafft [Mon, 23 Feb 2009 10:47:28 +0000 (11:47 +0100)]
follow config changes to 3.2~rc3-1

15 years agoremove trailing whitespace
martin f. krafft [Mon, 23 Feb 2009 10:47:42 +0000 (11:47 +0100)]
remove trailing whitespace

15 years agointegrate bzed's calendar widget
martin f. krafft [Mon, 23 Feb 2009 10:44:40 +0000 (11:44 +0100)]
integrate bzed's calendar widget

15 years agofollow config changes for 3.1
martin f. krafft [Mon, 5 Jan 2009 18:26:10 +0000 (19:26 +0100)]
follow config changes for 3.1

15 years agofollow config changes
martin f. krafft [Sat, 22 Nov 2008 09:35:16 +0000 (10:35 +0100)]
follow config changes

15 years agoadd awsetbg to PATH
martin f. krafft [Sat, 22 Nov 2008 09:35:06 +0000 (10:35 +0100)]
add awsetbg to PATH

15 years agofix wibox
martin f. krafft [Tue, 11 Nov 2008 20:46:20 +0000 (21:46 +0100)]
fix wibox

15 years agodisable launcher
martin f. krafft [Thu, 30 Oct 2008 11:03:42 +0000 (12:03 +0100)]
disable launcher

15 years agofollow config changes
martin f. krafft [Thu, 30 Oct 2008 10:52:35 +0000 (11:52 +0100)]
follow config changes

15 years agofollow config changes
martin f. krafft [Tue, 14 Oct 2008 10:55:34 +0000 (12:55 +0200)]
follow config changes

16 years agofollow config changes
martin f. krafft [Tue, 30 Sep 2008 14:08:38 +0000 (16:08 +0200)]
follow config changes

16 years agofollow config changes
martin f. krafft [Tue, 23 Sep 2008 13:00:57 +0000 (15:00 +0200)]
follow config changes

16 years agoidentify browser window better
martin f. krafft [Mon, 22 Sep 2008 14:43:41 +0000 (15:43 +0100)]
identify browser window better

16 years agomatch max/tiled apps by class and instance
martin f. krafft [Wed, 3 Sep 2008 14:39:51 +0000 (15:39 +0100)]
match max/tiled apps by class and instance

16 years agomake xpdf windows maximised
martin f. krafft [Wed, 3 Sep 2008 14:39:38 +0000 (15:39 +0100)]
make xpdf windows maximised

16 years agomake tiling/floating/maximising flexible, floating by default
martin f. krafft [Tue, 2 Sep 2008 21:29:10 +0000 (22:29 +0100)]
make tiling/floating/maximising flexible, floating by default

Signed-off-by: martin f. krafft <madduck@madduck.net>
16 years agorun battery hook on startup
martin f. krafft [Tue, 2 Sep 2008 21:29:06 +0000 (22:29 +0100)]
run battery hook on startup

Signed-off-by: martin f. krafft <madduck@madduck.net>
16 years agoconfig update t o HEAD
martin f. krafft [Tue, 2 Sep 2008 10:48:24 +0000 (11:48 +0100)]
config update t o HEAD

Signed-off-by: martin f. krafft <madduck@madduck.net>
16 years agofollow config changes
martin f. krafft [Fri, 22 Aug 2008 06:39:45 +0000 (08:39 +0200)]
follow config changes

Signed-off-by: martin f. krafft <madduck@madduck.net>
16 years agofollow config changes
martin f. krafft [Tue, 19 Aug 2008 17:39:06 +0000 (19:39 +0200)]
follow config changes

16 years agoadd statusbar highlighting
martin f. krafft [Sun, 10 Aug 2008 17:46:02 +0000 (14:46 -0300)]
add statusbar highlighting

Signed-off-by: martin f. krafft <madduck@madduck.net>
16 years agoreturn to default theme for now
martin f. krafft [Sun, 10 Aug 2008 17:45:51 +0000 (14:45 -0300)]
return to default theme for now

Signed-off-by: martin f. krafft <madduck@madduck.net>
16 years agochange to my own theme
martin f. krafft [Sat, 9 Aug 2008 22:18:59 +0000 (19:18 -0300)]
change to my own theme

Signed-off-by: martin f. krafft <madduck@madduck.net>
16 years agofollow config changes
martin f. krafft [Sat, 9 Aug 2008 20:17:21 +0000 (17:17 -0300)]
follow config changes

Signed-off-by: martin f. krafft <madduck@madduck.net>
16 years agofollow config changes
martin f. krafft [Thu, 31 Jul 2008 09:05:03 +0000 (11:05 +0200)]
follow config changes

16 years agoreplace ICON_PATH placeholders with DATADIR
martin f. krafft [Fri, 18 Jul 2008 07:16:33 +0000 (09:16 +0200)]
replace ICON_PATH placeholders with DATADIR