Bastien Dejean
3b77dd4316
Remove the inner and outer borders
...
The concept of triple border was initially introduced to solve the
visibility problem occurring when the border's environment is similar to
the border itself. In practice however, it doesn't help much and has no
redeeming aesthetic value.
2013-02-06 22:23:49 +01:00
Bastien Dejean
7741295902
Add tiled move/resize pointer actions
...
New arguments for `grab_pointer`: `{move,resize}_tiled`.
New setting: `fence_grip`.
2013-02-04 14:22:41 +01:00
Bastien Dejean
914f204c8c
Update TODO
2013-02-02 11:43:34 +01:00
Bastien Dejean
dd86f2d296
Check the initialization of EWMH atoms
2013-01-29 17:08:35 +01:00
Bastien Dejean
0494fc8601
Prevent pointer actions on fullscreen windows
2013-01-19 21:41:10 +01:00
Bastien Dejean
9a72c87da0
Don't alter the floating state of fullscreen windows
2013-01-19 21:34:56 +01:00
Bastien Dejean
6fb843aeee
Actually honour 'apply_shadow_property'
2013-01-19 20:58:21 +01:00
Bastien Dejean
030adea1fd
New setting: 'apply_shadow_property'
...
Will not have any effect unless `compton` is started with the
`--respect-prop-shadow` option.
2013-01-19 20:53:46 +01:00
Bastien Dejean
74c45acedd
Merge branch 'master' into compton-shadow
2013-01-19 20:34:46 +01:00
Bastien Dejean
373afa33e5
Only highlight the option as code
...
We follow Tim Pope's advice:
https://github.com/tpope/vim-markdown/issues/30
2013-01-19 20:27:57 +01:00
Bastien Dejean
373df701cd
Only floating windows needs shadow
2013-01-19 20:09:02 +01:00
Bastien Dejean
9bd1e7fff7
Merge branch 'master' into compton-shadow
2013-01-17 10:54:36 +01:00
Bastien Dejean
9e3b95d8ba
Show libraries
2013-01-16 18:02:03 +01:00
Bastien Dejean
c09cb29cec
Update TODO
2013-01-13 11:19:11 +01:00
Bastien Dejean
6873053bbb
New messages: 'drop_to{,monitor}'
...
'send_to' was broken, '--next' and '--prev' can't be options, and I
don't want to restrain the name of the desktops with 'send_to
DESKTOP_NAME|next|prev [--follow]' or handle multiple options: 'send_to
(DESKTOP_NAME|(next|prev --relative)) [--follow]' so I just created new
messages.
2013-01-13 11:10:15 +01:00
Bastien Dejean
e29e593ae5
Don't use fancy cp
flags
2013-01-12 18:15:42 +01:00
Bastien Dejean
c5a22662c4
Make the Makefile more POSIX
2013-01-12 11:39:35 +01:00
Bastien Dejean
d3e351adf6
Revert "Cursor pointer feedbacks for 'grab_pointer'"
...
This reverts commit e1e04bff2e
.
2013-01-12 11:12:17 +01:00
Bastien Dejean
5d3d5c5338
Don't start actions via unmanaged windows
2013-01-10 20:26:00 +01:00
Bastien Dejean
65a84c1c7a
Fix previous rule pointer not being initialized
2013-01-10 19:14:36 +01:00
Bastien Dejean
e1e04bff2e
Cursor pointer feedbacks for 'grab_pointer'
2013-01-10 17:59:22 +01:00
Bastien Dejean
5f1fa05518
New message: 'swap'
2013-01-09 21:45:18 +01:00
Bastien Dejean
878bc8b144
Focus follows pointer needs enter notify events
...
It seems that pointer motion events are not sufficient to enforce
'focus_follows_pointer': some windows grab the pointer and catch those
events (e.g.: *zenity*), preventing *bspwm* from receiving them. So we
need to listen to enter notify events too.
2013-01-09 21:33:19 +01:00
Bastien Dejean
2400ce9e6b
Remove obsolete prototypes
2013-01-09 16:47:20 +01:00
Bastien Dejean
51e6823924
Update TODO
2013-01-08 21:39:23 +01:00
Bastien Dejean
ec46a11d3e
Don't exclude unmapped windows
2013-01-08 16:24:00 +01:00
Bastien Dejean
e8b379bb3b
New messages: '{grab,track,ungrab}_pointer'
...
'focus_follows_mouse' is renamed to 'focus_follows_pointer'.
The aforementioned option is now handled by motion notify events.
sxhkd is now required to achieve window move/resize actions through
the new '*_pointer' messages as bspwm is not grabbing the pointer anymore.
2013-01-08 15:54:39 +01:00
Bastien Dejean
240b6798b0
New messages: '{grab,track,ungrab}_pointer'
2013-01-08 15:52:20 +01:00
Bastien Dejean
250a1fe579
More things to do
2013-01-08 11:07:43 +01:00
Bastien Dejean
f294dae9d1
Add TODO
2013-01-07 20:55:49 +01:00
Bastien Dejean
59f6c2c67a
Remove obsolete headers
2013-01-07 11:52:51 +01:00
Bastien Dejean
04f8334ba8
Make small style alterations to "send_to_monitor"
2013-01-07 11:48:04 +01:00
Bastien Dejean
ee633beda8
Merge pull request #21 from ThomasAdam/ta/send-to-monitor
...
Add --next/--prev options to 'send_to_monitor'
2013-01-07 02:38:32 -08:00
Thomas Adam
b6d70deff4
Add --next/--prev options to 'send_to_monitor'
...
This teaches the send_to_monitor command to send a client to either the
next/prev monitor rather than having to always specify a named monitor.
Such options are useful to be able to send clients to monitors relative to
their own position.
2013-01-07 09:18:41 +00:00
Bastien Dejean
71a9457905
Check for bind/listen errors when creating socket
2013-01-06 18:36:27 +01:00
Bastien Dejean
45ef3b78cc
New message: 'mouse'
...
The code related to mouse buttons handling is gone.
Mouse bindings must now be created via sxhkd.
2013-01-06 18:04:55 +01:00
Bastien Dejean
c4d989dc29
Don't pass the same processor macro multiple times
2013-01-05 12:18:14 +01:00
Bastien Dejean
7a2db3615e
Bye xbindkeys, sxhkd has arrived
2013-01-03 20:23:52 +01:00
Bastien Dejean
ee6f449789
Restore the event mask of the clients in 'restore'
2013-01-02 14:40:18 +01:00
Bastien Dejean
9c809a8ebb
Caps_Lock is always under the 'lock' modmask
2013-01-02 14:04:30 +01:00
Bastien Dejean
6526e56b8c
Remove settings: '{numlock,capslock}_modifier'
...
The lock keys (num, caps, scroll) are now handled internally and the
aforementioned settings are obsolete.
2013-01-02 12:36:54 +01:00
Bastien Dejean
8f431d1fc9
Use the example macro for examples
2012-12-28 17:53:50 +01:00
Bastien Dejean
5218fbbe17
Use the header continuation macro if necessary
2012-12-28 17:49:33 +01:00
Bastien Dejean
5c0acca0c0
Don't add unnecessary dependencies
2012-12-27 22:37:16 +01:00
Bastien Dejean
85c2983df2
New message: 'restore'
2012-12-27 22:36:06 +01:00
Bastien Dejean
e016b801f0
Relieve tree.c from non tree related functions
2012-12-26 22:48:07 +01:00
Bastien Dejean
92c52517da
More informative output for 'list*' messages
...
It will facilitate debugging and also provide an exhaustive
representation of the current state that might be used to reconstruct
the layout of each desktops. While doing so, it occurred to me that the
*born_as* attribute of the *node_t* structure was only used for leaves,
so I changed it into a *client_t* attribute.
2012-12-26 21:19:10 +01:00
Bastien Dejean
d7878763f9
Free what we remove
2012-12-26 15:22:36 +01:00
Bastien Dejean
b693e7dda9
Cleanup before leaving
2012-12-26 14:39:46 +01:00
Bastien Dejean
cb111d3aa9
Border color: *urgent* goes before *locked*
2012-12-26 10:30:50 +01:00