aboutsummaryrefslogtreecommitdiffstats
path: root/kbfunc.c (unfollow)
Commit message (Collapse)AuthorLines
2015-06-29Shuffle code in kbfunc_ssh so that a missing known_hosts file stillokan-8/+7
allows a (now blank) menu to appear, as opposed to nothing at all. Behavior reported by Alex Greif.
2015-06-26Mechanical change from xinerama to region backed areas.okan-5/+5
2015-06-08just populating the ctx is enough since the menu uses a callback and ignores ↵okan-2/+2
anything else
2015-05-21merge kbd and mouse grouptoggleokan-4/+6
2015-01-19Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan-5/+6
and HOST_NAME_MAX+1, respectively. ok doug@
2014-09-27these have nothing to do with 'sticky', but rather group membership; rename.okan-2/+2
2014-09-17these client actions are just toggles; less confusing with better namesokan-13/+13
2014-09-17ewmh states _NET_WM_STATE_STICKY should not alter positionokan-2/+2
2014-09-11Remove incorrect cast in kbfunc_exec. In kbfunc_ssh, reverse logic onokan-5/+5
truncation check so it's obvious.
2014-09-08Remove duplicate client queue (mruq); instead, remove and take theokan-2/+2
global Clientq and place it inside screen_ctx since every client belongs to a screen, then use the same per screen clientq to track stacking order (the sole reason for mruq).
2014-09-06Few style nits; extend 'path' to MAXPATHLEN.okan-11/+14
2014-09-06Move termpath and lockpath into cmdq; side effect is that 'lock' andokan-4/+17
'term' now show up in the application menu.
2014-09-01add explicit paran and drop some empty lines bringing like functions closerokan-2/+1
2014-08-25Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows anyokan-1/+7
client to 'stick' to all desktops (ewmh speak) or groups - this currently has the same affect as setting a client's group to 'nogroup', with the exception that the client can also be in a group, so when un-sticking, the client will go back to its original group/desktop.
2014-01-30Move cwm_status around to avoid header fu, and remove extraneous signalokan-1/+3
header from xevents.c; noticed by Christian Neukirchen.
2014-01-29Minimize trivial differences between a few kb and mb functions.okan-2/+2
2014-01-23If no title is supplied, term uses only the basename for its title.okan-3/+3
This is useless when searching for windows launched via the ssh command menu; supply a more useful title: '[ssh] <hostname>'. Idea from todd@, ok todd@
2014-01-22zap whitespaceokan-26/+26
2014-01-22Somewhat streamline event loop/restart/quit handling; most notableokan-13/+3
change allows a restart to trigger proper teardown first, even though teardown is not (yet) complete. After some discussion with oga@nicotinebsd.org regarding a more complicated version/idea.
2014-01-21Sprinkle a few more const; from Tiago Cunha.okan-2/+3
2014-01-20Save the ptr position before lowering via kbd, so as to be able to cycleokan-1/+2
back with the pointer in the right place; matches behaviour when lowering via the mouse function.
2014-01-20constify and rename some confusing variables around cmdq.okan-3/+3
2014-01-20Add a function that adds an entry to a menuq, normalizing a common codeokan-24/+8
path; from Tiago Cunha.
2014-01-03use consistent typesokan-2/+2
2013-12-16Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.okan-1/+7
Since we already have a form of 'maximize', we need to differentiate between 'maximize' and the new 'fullscreen' mode. The 'maximize' mode will continue to honor gap but now *retains* the border, matching the 'vert/horz maximize' behaviour. The new 'fullscreen' mode supports and follows the _NET_WM_STATE_FULLSCREEN hint, allowing the client perform additional window modifications; in this mode, cwm(1) will *ignore* gap, remove borders and freeze(move/resize) the client. Additionally, 'fullscreen' mode will remember various combinations of previous states. * default keybinding changes: CM-f 'fullscreen', CM-m 'maximize' (re-map as desired). Positive feedback from a few, testing and ok sthen@
2013-12-13Teach screen_find_xinerama() to apply gap only when told to do so;okan-2/+2
adjust callers. Needed for an upcoming feature.
2013-12-13Instead of using work area, use the Xinerama area for snap calculations;okan-3/+7
based on a patch from Thomas Adam with appropriate adjustments for gap.
2013-12-12Make sure we really take work area gap into account with snap calculations;okan-3/+3
from Dominik Honnef via Christian Neukirchen.
2013-11-27like gap, make snapdist per screenokan-3/+3
2013-10-17a few err->errx since we don't have error messages here; from Tiago Cunhaokan-3/+3
2013-07-08move kbfunc and mousefunc closer togetherokan-2/+2
2013-05-11swap x/y calculations in kbd move/resize to match those in the respective ↵okan-10/+9
mouse functions
2013-04-08consistencyokan-1/+2
2013-01-08add per-group vert/horiz tiling support; introduces 2 new bind commands,okan-1/+14
'vtile' and 'htile'; from Alexander Polakov.
2013-01-04rename {h,v}max functions for consistency; from Jan Staryokan-3/+3
2013-01-02pass the screen workarea, as opposed to viewarea, allowing clientokan-3/+3
snapping to honor gap.
2013-01-02re-work client_snapcalc() so it takes client and edge dimensions withokan-5/+5
snapdist; allows for simplier snap calculations. required for an upcoming diff for honoring gap.
2013-01-01make num of groups no longer off-by-one; from Alexander Polakovokan-4/+4
note that a re-exec of cwm will not rewrite the group number atom of *existing* clients, so they will remain off-by-one until each client has its atom updated, or of course a restart of X.
2012-12-17put a default known_hosts into confokan-8/+5
2012-12-17pull user home directory via getenv or getpwuid and stash it so we don'tokan-6/+3
need to do this everytime; with Tiago Cunha
2012-12-17create and use menuq_clear() helper; from Tiago Cunhaokan-17/+5
2012-11-09sortokan-2/+2
2012-11-07get rid of the xfree() wrapper around free(); from Tiago Cunha.okan-12/+11
2012-11-07missing headers; from Thordur Bjornsson.okan-1/+2
2012-11-07tab completion support for menus; from Alexander Polakov.okan-5/+6
ok sthen@ on an older incarnation
2012-10-31replace 'reload' with 'restart', which merely re-exec's cwm using theokan-3/+5
existing argv; same idea with respect to argv saving as Alexander Polakov. reload support was half-complete and is getting in the way. agreed to by many
2012-09-09extend client_resize so that it can know when to reset max flags andokan-2/+2
bwidth; this allows a client to be resized from a max state, which now gets treated like a non-max'd client. based on a diff that does part of this in a different way from Alexander Polakov.
2012-07-13re-use geom struct in client_ctx (saved)geometry.okan-15/+15
2012-07-13convert xmax/ymax uses to view geometry.okan-7/+7
2012-07-04assign and use screen ctx where appropriate and consistently.okan-15/+7