Comments update

master
Pierre Neidhardt 2013-08-04 17:36:01 +02:00
parent 149a277ee0
commit 818510c89a
6 changed files with 12 additions and 23 deletions

View File

@ -1,11 +1,8 @@
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! Xresources
!! 2013-05-10
!! 2013-08-04
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! TODO: set up charclass.
!! TODO: prevent URxvt from intercepting ALT+Arrows and PageUp/Down.
!!------------------------------------------------------------------------------
!! URxvt
!! ------------------------------------------------------------------------------

View File

@ -2,7 +2,8 @@
################################################################################
# azerty french extended keymap
################################################################################
# TODO:
# TODO: advanced key combinations.
# C-_
# Shift-<arrows>
# M-;

View File

@ -5,16 +5,6 @@
################################################################################
## Use showkey in a TTY to get the keycode.
# TODO:
# C-_
# Shift-<arrows>
# M-;
# AltGr-e
# AltGr-o
# Shift AltGr-é
# Shift AltGr-à
# Shift AltGr-ç
# Keymaps
# us: keymaps 0-2,4-6,8-9,12
# fr-latin1: keymaps 0-2,4,6,8,12
@ -57,7 +47,7 @@ keymaps 0-2,4-6,8-9,12
# CapsShift 256
## TODO: Needed for emacs?
## May be needed for emacs
alt_is_meta
include "qwerty-layout"
include "linux-with-alt-and-altgr"

View File

@ -258,7 +258,7 @@ _clean ()
_install()
{
msg "Installing package $pkgname..."
## TODO: fix permitions.
## TODO: make sure permissions are fixed.
# sudo tar xf "$pkgname-$pkgver-$pkgrel.tar.xz" -C "/"
}

View File

@ -1,15 +1,16 @@
## -*- mode:sh -*- #
################################################################################
## Shell configuration
## Date 2013-05-24
## Date 2013-08-04
################################################################################
## Terminal
## WARNING: this is always a bad idea!
## WARNING: this is often a bad idea!
## FreeBSD urxvt $TERM variable is not set properly for some reasons.
## TODO: check how to do this properly.
if [ ! "$OSTYPE" = "linux-gnu" ] && [[ "$TERM" = *rxvt* ]]; then
export TERM="rxvt-unicode-256color"
if [ ! "$OSTYPE" = "linux-gnu" ]; then
case "$TERM" in
*rxvt*) export TERM="rxvt-unicode-256color";;
esac
fi
## Most xterm-based terminals support 256 colors, so let's turn this on.
if [ "$TERM" = "xterm" ]; then

View File

@ -116,7 +116,7 @@ xkb_symbols "basic" {
// * We use our own reimplementation of pc104. The user needs to specify the new
// geometry explicitely, either in Xorg config or with setxkbmap.
//
// TODO: if the next section is put before the alphabetical section, it messes up. Why?
// TODO: if the next section is put before the alphabetical section, it gets messed up. Why?
partial modifier_keys
xkb_symbols "ralt_switch" {