Mathias Gumz
dc47491533
Adds 'ClientPatternTest' command
...
ClientPatterns might be tricky to get right. Instead of fiddling around in
either the keys-file or the apps-file and restarting fluxbox to see if the
changes had any effect / matched the right windows, 'ClientPatternTest' and
the fluxbox-remote should make this easier:
$> fluxbox-remote "clientpatterntest (title=.*vim*)"
This causes fluxbox to store the list of matched windows in the
_FLUXBOX_ACTION_RESULT property onto the rootwindow. This property might
then be read by:
$> xprop -root _FLUXBOX_ACTION_RESULT
or
$> fluxbox-remote result
The format of the list is:
win_id \t title_of_window \n
win_id is '-1' when fluxbox wasn't able to parse the given ClientPattern.
win_id is '0' when there are no windows matching the given ClientPattern.
2013-01-31 09:14:06 +01:00
Mark Tiefenbruck
e71892d99c
allow restart with no argument from fluxbox-remote
2008-06-19 18:58:34 -07:00
Mark Tiefenbruck
68cf309220
implement smarter reloading for custom menus
2008-05-12 18:13:56 -07:00
Mark Tiefenbruck
72a45fae3c
reuse some menu pointers instead of using delete/new
2008-05-11 10:17:21 -07:00
Mark Tiefenbruck
9f2f65a698
make FbTk::Command a template class, split parsing information out of ObjectRegistry
2008-01-10 23:41:22 -08:00
Mark Tiefenbruck
9c105111d2
remove old svn $Id$ tags
2008-01-03 17:34:12 -08:00
Mathias Gumz
04cd2fd14c
removed some unneeded headers
2007-12-30 16:32:53 +01:00
markt
8b7464046c
added FbTk::CommandRegistry, decentralized command parsing, and made them auto-register
2007-12-13 05:48:00 +00:00
markt
5d7043320d
allow arbitrary window patterns in iconbar
2007-11-12 21:59:43 +00:00
markt
c6a2605d76
replaced ModKey with new key commands StartMoving and StartResizing
2007-10-22 17:45:39 +00:00
markt
a59428d67a
merged changes from pre-devel
2007-10-13 21:51:37 +00:00
markt
2b7f9a5899
hidemenus hide custommenus and fix custommenu memleak
2007-03-21 22:47:56 +00:00
markt
74216903cc
added custommenu command
2007-03-16 20:44:47 +00:00
markt
6fdda1a31d
added mouse bindings to the keys file
2007-02-09 18:13:01 +00:00
mathias
dedbd7e468
Added patch from Jim Ramsay (i dot am at jimramsay dot com) to freely
...
define the used modkey.
Added new action SetModKey too
2006-06-22 07:46:12 +00:00
simonb
33079d2593
add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot org
2006-04-12 15:51:37 +00:00
mathias
ae05ad9a01
updated copyright info
2006-02-16 06:53:05 +00:00
fluxgen
6eae743582
added run() for ExecuteCmd, which returns pid of the child process
2006-02-12 08:03:47 +00:00
fluxgen
815e0cb09a
minor const fix
2005-04-30 10:29:06 +00:00
mathias
cf46669bc1
copyright date
2005-01-24 18:34:57 +00:00
mathias
297dae0137
copyright dates
2005-01-24 17:35:34 +00:00
mathias
993c17cf2e
svn propset svn:keywords "Id"
2004-11-19 11:37:27 +00:00
akir
0ebe06822d
fix for wrong placed end of namespace }; (thanx mipspro :))
2004-10-21 10:23:58 +00:00
akir
6f96757fc4
added :Export / :Setenv command
2004-10-06 11:40:28 +00:00
fluxgen
c5fb252a6f
deiconify cmd, patch from Mathias Gumz
2004-04-22 21:12:34 +00:00
fluxgen
526c8f5faa
minor fix
2004-03-16 18:44:40 +00:00
fluxgen
5a91d8747e
bindkey command
2003-12-20 17:42:04 +00:00
fluxgen
6c647097c2
SetResourceValueCmd and SetResourceValueDialogCmd
2003-12-19 17:22:04 +00:00
fluxgen
63a5065d5e
WorkspaceNameDialogCmd, CommandDialogCmd and changes in SetWorkspaceNameCmd
2003-12-19 03:56:51 +00:00
fluxgen
90ff80f89b
cleaning
2003-12-16 23:36:06 +00:00
fluxgen
7238e21fc5
reload style command
2003-12-03 22:13:21 +00:00
fluxgen
addb1ef436
minor fixes
2003-09-06 15:02:41 +00:00
fluxgen
6e9130b2ad
show root menu and workspace menu under mouse
2003-09-06 14:13:06 +00:00
fluxgen
f20bcea618
added workspacemenu action, thanks Mathias Gumz
2003-08-30 11:59:29 +00:00
fluxgen
64387c8706
added SetWorkspaceNameCmd
2003-08-26 23:52:09 +00:00
fluxgen
0409604f3a
added ShowRootMenuCmd
2003-07-01 20:24:19 +00:00
fluxgen
e516527b60
using -1 for default mouse screen
2003-06-30 14:59:38 +00:00
fluxgen
99150507d8
save resources
2003-06-22 14:16:25 +00:00
rathnor
93b2f8921c
fix restart in menu to accept and use an argument
2003-06-08 13:47:30 +00:00
fluxgen
92f49bd874
fixed execute on right screen
2003-04-28 00:38:42 +00:00
fluxgen
b47337fca6
minor fix
2003-04-16 13:33:18 +00:00
fluxgen
2031f46de3
added SetStyleCmd
2003-02-15 01:58:06 +00:00
fluxgen
3eb4d3637f
contains basic commands to restart, reconfigure, execute command and exit fluxbox
2003-01-09 17:46:10 +00:00