summaryrefslogtreecommitdiff
path: root/openbox/actions/desktop.c
AgeCommit message (Collapse)Author
2008-02-02if windows on screen are going to be moved, then do the ReplayPointer before ↵Dana Jansens
that occurs, so it goes to the right window. if they are not, then just wait until after the actions are run (for kdesktop's sake really)
2007-09-04ANSI function declarations, ie () -> (void)Mikael Magnusson
2007-08-03show a popup notification when switching desktops (also make all the config ↵Dana Jansens
options export time in milliseconds not half milli half micro)
2007-07-17remove trailing whitespaceMikael Magnusson
2007-07-15previous should not mean the same as lastMikael Magnusson
2007-07-13rename switchtodesktop to gotodesktop. make stuff compile as well.Dana Jansens
2007-07-13move desktop and directionaldesktop actions to SwitchToDesktop and ↵Dana Jansens
SendToDesktop, which take a <to> parameter saying where to go. (last, left, right, next, 5, etc)
2007-06-23let you send windows with the desktop and directionaldesktop actionsDana Jansens
2007-06-22let you use "last" in desktop actionDana Jansens
2007-06-22add directionaldesktop actionDana Jansens
2007-06-22add the desktop actionDana Jansens