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 !! Xresources
!! 2013-05-10 !! 2013-08-04
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! TODO: set up charclass.
!! TODO: prevent URxvt from intercepting ALT+Arrows and PageUp/Down.
!!------------------------------------------------------------------------------ !!------------------------------------------------------------------------------
!! URxvt !! URxvt
!! ------------------------------------------------------------------------------ !! ------------------------------------------------------------------------------

View File

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

View File

@ -5,16 +5,6 @@
################################################################################ ################################################################################
## Use showkey in a TTY to get the keycode. ## 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 # Keymaps
# us: keymaps 0-2,4-6,8-9,12 # us: keymaps 0-2,4-6,8-9,12
# fr-latin1: keymaps 0-2,4,6,8,12 # fr-latin1: keymaps 0-2,4,6,8,12
@ -57,7 +47,7 @@ keymaps 0-2,4-6,8-9,12
# CapsShift 256 # CapsShift 256
## TODO: Needed for emacs? ## May be needed for emacs
alt_is_meta alt_is_meta
include "qwerty-layout" include "qwerty-layout"
include "linux-with-alt-and-altgr" include "linux-with-alt-and-altgr"

View File

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

View File

@ -1,15 +1,16 @@
## -*- mode:sh -*- # ## -*- mode:sh -*- #
################################################################################ ################################################################################
## Shell configuration ## Shell configuration
## Date 2013-05-24 ## Date 2013-08-04
################################################################################ ################################################################################
## Terminal ## 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. ## FreeBSD urxvt $TERM variable is not set properly for some reasons.
## TODO: check how to do this properly. if [ ! "$OSTYPE" = "linux-gnu" ]; then
if [ ! "$OSTYPE" = "linux-gnu" ] && [[ "$TERM" = *rxvt* ]]; then case "$TERM" in
export TERM="rxvt-unicode-256color" *rxvt*) export TERM="rxvt-unicode-256color";;
esac
fi fi
## Most xterm-based terminals support 256 colors, so let's turn this on. ## Most xterm-based terminals support 256 colors, so let's turn this on.
if [ "$TERM" = "xterm" ]; then 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 // * We use our own reimplementation of pc104. The user needs to specify the new
// geometry explicitely, either in Xorg config or with setxkbmap. // 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 partial modifier_keys
xkb_symbols "ralt_switch" { xkb_symbols "ralt_switch" {