| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
ok oga, okan
|
|
|
|
| |
ok (and better style suggestion by) oga, okan
|
|
|
|
|
|
|
|
|
| |
all adjacent screens. This patch hides the borders while the window is
maximized.
From Bertrand Janin; thanks!
ok okan@
|
|
|
|
|
|
|
| |
instead, by moving the check for '\0' to only the places that it
matters. hint and 50% of the diff from oga@, prodded by todd@
ok oga@
|
|
|
|
| |
ok oga
|
|
|
|
| |
ok oga@
|
| |
|
|
|
|
|
|
|
|
| |
executable" goo with access(2).
originally from jacekm@ long time ago.
"i can live with that" oga@
|
|
|
|
|
|
| |
shaves a bunch of bytes.
ok okan@
|
|
|
|
|
|
|
| |
array with all the parameters in and just loop over that to setup the
default keybindings - it's so much easier to read.
okan@ "love love love"ed this
|
|
|
|
|
|
| |
resize increments to a minimum of one, and use it unconditionally.
"you've convinced me, do it!" okan@
|
| |
|
|
|
|
|
|
| |
based on a diff by Thomas Pfaff; thanks!
ok okan@
|
|
|
|
|
|
| |
additionally, respect aspect ratio hints.
ok oga@
|
|
|
|
|
|
| |
TAILQ_HEAD_INITIALIZER() and drop the function.
ok okan@
|
|
|
|
|
|
|
|
|
|
|
| |
e.g.:
if (flags & flags_we_care_about)
flags &= ~(flags_we_care_about);
just whack the flags unconditionally, it's simpler.
okan@ agrees.
|
|
|
|
| |
ok jmc@
|
|
|
|
| |
feedback and ok jmc@, martynas@
|
|
|
|
|
|
|
|
| |
allows shell globbing constructs such as *ctl, etc in the exec menu (m-?
by default).
Adapted from a diff from Thomas Pfaff, okan@ got almost the same diff as
me when reworking it, and oked this one.
|
|
|
|
| |
ok oga@
|
|
|
|
| |
ok oga@
|
|
|
|
| |
"go on then" oga@
|
|
|
|
|
|
| |
place anyway, this makes things a bit more consistent; from Thomas Pfaff
ok oga@
|
| |
|
|
|
|
| |
ok martynas@
|
|
|
|
| |
ok martynas@
|
|
|
|
|
|
|
|
| |
as the configuration file, this way writing configuration files is easier;
add a few missing interactive command (.Ic) macros to key bindings;
slightly improve spacing in the lists; other tweaks.
ok martynas@
|
|
|
|
| |
ok oga@
|
|
|
|
|
|
| |
readable; no behavior change
ok oga@
|
|
|
|
| |
aok oga@
|
|
|
|
|
|
| |
this point due to client_setname()'s work; remove this check.
ok oga@
|
|
|
|
| |
"if it makes you happy" oga@
|
|
|
|
|
|
| |
ago while using kazehakase (or clients that don't set a name).
ok oga@
|
|
|
|
|
| |
if it's the same as the active group. Was in my original movetogroup diff,
but it got simplified a little too far. ok oga@
|
|
|
|
|
|
| |
are far better ways to know.
"go for it" oga@
|
|
|
|
| |
the secateurs out.
|
|
|
|
|
|
|
|
|
|
| |
every other window manager since twm.
The event layer is very nice, very shiny, very flexible, and very much
underutilised. We don't need any of those shiny features so it's
probably better to earn ourselves 1k smaller text size instead.
ok todd@, okan@
|
|
|
|
| |
"sure" oga@
|
|
|
|
|
|
|
|
| |
using Xft(3), use it to select the font color as well instead of trying
to build one; properly allocate and free colors at-will, e.g. we now
have configurable colors.
feedback and ok's todd@ and oga@
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
display and moves it to another group. useful with the recently added
"grouponly" function, giving the ability to use groups as simple
virtual desktops (similar to e.g. xmonad, dwm and scrotwm).
this doesn't have default keyboard bindings; cwmrc(5) now shows how
you could use these functions (use M-1...9 for grouponly1...9 and
MS-1...9 for movetogroup1...9 to emulate the default dwm bindings).
ok oga@
|
|
|
|
|
|
|
|
| |
you change to a different group and the mouse isn't over a window; previously
the border of the previously active window was highlighted but it didn't
actually have focus.
reads ok to oga@.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This works like the group select binding, but hides all other groups.
So, the people who've been complaining that they don't get "virtual
desktops" in cwm may want to try this out in cwmrc (from memory, untested):
---
#cwmrc
# add new windows to the current group
set sticky
# automatically sticky windows. xclock for now.
# to make more windows sticky use group_toggle to unset their group
autogroup 0 xclock
# make the group selection keys hide other groups, emulate virtual desktops
bind CM-1 grouponly1
bind CM-2 grouponly2
bind CM-3 grouponly3
bind CM-4 grouponly4
bind CM-5 grouponly5
bind CM-6 grouponly6
bind CM-7 grouponly7
bind CM-8 grouponly8
bind CM-9 grouponly9
---
mostly by sthen, tweaks from me.
ok todd@, "if it works i'm ok with it" okan@, ok sthen@
|
| |
|
|
|
|
| |
ok todd@ oga@
|
|
|
|
| |
ok oga@
|
|
|
|
| |
"commit that" oga@, ok sthen@
|
|
|
|
| |
ok oga@ sometime ago
|