|
Patrick
|
|
codepad
|
|
|
Patrick
|
Saved pastes by Patrick:
! /etc/X11/xinit/.Xmodmap
! or ~/.Xmodmap
!
! This file sets key (and pointer) mappings for X. It is sourced in
! in the xinitrc files for each window manager.
|
| view (60 lines) |
# .Xdefaults
# There doesn't seem to be a systemwide location for this, only per-user,
# so it must go in the home directories.
# Last updated 2009-02-26
#
|
| view (112 lines) |
#!/bin/sh
# $Id: startfluxbox.in 4980 2007-07-07 23:11:04Z markt $
#
# /usr/bin/startfluxbox
#
|
| view (52 lines) |
#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
#
# /etc/X11/xinit/xinitrc.fluxbox
#
|
| view (105 lines) |
#!/bin/sh
command="`basename \"$0\"`"
fluxdir="$HOME/.fluxbox"
startup="$fluxdir/startup"
|
| view (64 lines) |