Lawrence Teo
60d2953634
fix an fd leak
...
ok marco
2011-11-17 19:05:31 -05:00
Lawrence Teo
1c5ff0292b
list keyboard mapping files in their own section
...
ok marco
2011-11-12 22:54:48 -05:00
Lawrence Teo
0136b6b965
mention Czech Republic keyboard mapping file scrotwm_cz.conf on manpage
2011-11-11 00:53:05 -05:00
Marco Peereboom
12af088b16
Add CZ keyboard map.
...
From: ARIGATO353 <arigato353@gmail.com>
2011-11-10 10:29:49 -06:00
Lawrence Teo
0c05b6d38d
uncomment all bind[] lines in scrotwm_{us,es}.conf so that they will
...
apply by default when keyboard_mapping is used
ok marco
2011-11-01 23:02:26 -04:00
Lawrence Teo
a628bd8eed
let scrotwm build on Linux again
...
ok marco
2011-11-01 22:59:54 -04:00
marco
8d058c8d34
Merge branch 'master' of ssh://opensource.conformal.com/git/scrotwm
2011-11-01 10:22:26 -05:00
Grégoire Duchêne
492641ac10
Add French keyboard support
...
From Gregoire Duchene <gduchene@fastmail.net>
2011-11-01 10:20:41 -05:00
marco
d5d74890e7
Mention French keyboard conf file
2011-11-01 10:07:57 -05:00
Grégoire Duchêne
9644988f2c
French key bindings patch
...
Here you go! I hope this is sufficient.
--
Greg
From 63dbe4bf3070a5ec8bffe1bc2bc0738f6c7eb97e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Duch=C3=AAne?= <gduchene@fastmail.net>
Date: Tue, 1 Nov 2011 15:00:28 +0100
Subject: [PATCH] scrotwm_fr.conf keyboard_mapping file for the French
keyboard layout
2011-11-01 10:04:04 -05:00
Lawrence Teo
7510a38ce9
fix mandoc -Tlint warnings
...
ok marco
2011-10-27 21:37:11 -04:00
Lawrence Teo
befcf15917
new release script and versioning scheme for scrotwm
...
(adapted from xxxterm)
ok marco
2011-10-26 00:57:00 -04:00
Lawrence Teo
1451b60da6
scrotwm_es.conf keyboard_mapping file for the Spanish keyboard layout
...
Several key bindings were selected with a lot of help and testing by
Gonzalo L. R. <gonzalo@x61.com.ar>
ok marco
2011-10-25 23:06:49 -04:00
Lawrence Teo
f70e9b6b3a
scrotwm_us.conf keyboard_mapping file for the US keyboard layout
...
The key bindings in this file are the default values used by scrotwm
ok marco
2011-10-25 23:04:10 -04:00
Lawrence Teo
9c3aa396f4
new keyboard_mapping option to load pre-defined key bindings for
...
different keyboard layouts
ok marco
2011-10-25 22:42:57 -04:00
Marco Peereboom
8eb6cfee63
kill cvs tags
2011-10-25 15:54:39 -05:00
Marco Peereboom
a5db305980
remove html stuff, we keep it all in the wiki now
2011-10-25 15:22:07 -05:00
Marco Peereboom
50549aa1ce
remove port stuff
2011-10-25 15:21:20 -05:00
Marco Peereboom
163f135835
Merge branch 'master' of opensource.conformal.com:/git/scrotwm
2011-10-25 15:20:18 -05:00
Marco Peereboom
9debc3f2ad
add fpic
2011-10-25 15:19:50 -05:00
Marco Peereboom
ff40361700
Fancy clang stuff
2011-10-25 15:19:29 -05:00
Marco Peereboom
7d90b3de69
clang warning and remove port stuff
2011-10-25 15:19:02 -05:00
Lawrence Teo
56fb67f0d0
fix NULL pointer dereferences and implement some additional safeguards
...
ok marco
2011-10-19 21:50:02 -04:00
Marco Peereboom
ebd588d7fe
fix default keybindings for floater movement
...
From: Lawrence Teo <lteo@devio.us>
2011-10-10 09:43:48 -05:00
Marco Peereboom
b7645f9cc2
enable spanish and italian man pages again
...
got fine updates from native speakers
2011-10-06 14:13:23 -05:00
Marco Peereboom
f31159407e
Revert "fix weird french keyboards"
...
This reverts commit 64075b7af1
.
This causes crashes on spanish keyboards.
3364 if (!(win->transient != 0 || win->floating != 0))
(gdb) bt
) at scrotwm.c:6370
(gdb)
The real issue is in keypress though.
if ((keysym == keys[i].keysym || skeysym == keys[i].keysym)
evaluates to true when it shouldn't.
2011-10-06 11:30:45 -05:00
Marco Peereboom
64075b7af1
fix weird french keyboards
...
At least I was told this works. Doesn't break my stuff so all is good
:-)
From: Jonathan Armani <dbd@asystant.net>
Via: Lawrence Teo <lteo@devio.us>
2011-10-03 17:10:48 -05:00
Marco Peereboom
15add7f7c0
move and resize floating windows with keyboard
...
This allows for an almost completely mouse-free operation of scrotwm,
which is especially useful on systems with crappy mice.
From: Lawrence Teo <lteo@devio.us>
2011-10-03 16:39:12 -05:00
marco
af1157519c
bring italian man page back to reality; from Andrea Bolognani <eof@kiyuko.org>
2011-09-21 13:46:35 -05:00
marco
161d2c0b22
manpage fixes from Andrea Bolognani <eof@kiyuko.org>
2011-09-20 12:41:46 -05:00
marco
3c33883d02
more clang warnings that are usesul
2011-09-19 23:18:24 -05:00
marco
7e7e905867
shut clang up here too and some more white spaces
2011-09-19 22:01:00 -05:00
marco
7207fd01c3
shut clang up and some white spaces
2011-09-19 21:56:45 -05:00
Marco Peereboom
f27b3e7749
bump version
2011-08-13 20:26:02 +00:00
Marco Peereboom
8e2b81c30c
add -lXtst here too
2011-08-10 13:44:36 +00:00
Marco Peereboom
d1c7dc33a6
make urgent printf a lot more sane
2011-08-10 03:03:07 +00:00
Marco Peereboom
77f803db69
stray debug
2011-08-08 22:45:14 +00:00
Marco Peereboom
5d36a5c683
Add a fake mouse button 2 press for mouse starved machines and xterm
...
convenience. So now one can paste using M-v.
2011-08-08 22:41:51 +00:00
Marco Peereboom
623ccee722
Disable languages as they are very much out of date
...
Switch to man/man
Link again Xtst
2011-08-08 22:40:57 +00:00
Marco Peereboom
0f6c75a8fa
feh hadn't written the .conf file yet
2011-08-06 18:21:38 +00:00
Marco Peereboom
8d322b0d37
Add urgency hint based on a diff from:
...
Wido Snikkers <wsnikkers@pcextreme.nl>
Note that for this to work one must enable it in apps, xterm etc
Requested by many.
2011-08-06 18:21:00 +00:00
Marco Peereboom
11e1170f04
bump version
2011-08-02 13:22:34 +00:00
Marco Peereboom
dd4354b774
add a new stack layout status thing to print the number of panes in the
...
master and slave areas.
From: keenerd <keenerd@gmail.com>
2011-07-19 21:28:15 +00:00
Marco Peereboom
d034409fc9
catch up to new top
...
From: Alicornio <alicornio@ig.com.br>
2011-07-18 16:19:29 +00:00
Marco Peereboom
d2de668398
document EWMH usage
...
from Tuukka Kataja <stuge@xor.fi>
2011-07-18 16:16:24 +00:00
Marco Peereboom
6c7fab8bc6
add Tuukka Kataja <stuge@xor.fi> to copyrights
2011-07-18 16:09:43 +00:00
Marco Peereboom
27eedb2351
Update authors
2011-06-28 12:41:07 +00:00
Marco Peereboom
48c0f7f55a
Add comment and link to man page. Turns out a lot of people don't know
...
there is one. I guess we can thank the Linux howto mentality for that...
2011-06-28 12:28:47 +00:00
Marco Peereboom
bbbb9f12ac
add more verbiage to layout
2011-06-24 17:01:43 +00:00
Marco Peereboom
cbd90e50cd
bring back old tiling behavior where floating windows stay always on top.
...
Add key stroke to toggle this behavior per workspace and add it to the
layout entry in the configuration file.
While here add iconify and uniconify key bindings in config file.
requested by many.
2011-06-24 16:53:40 +00:00