View xmodmap_file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remove Mod4 = Super_L | |
remove Mod4 = Super_R | |
remove Control = Control_L | |
remove Control = Control_R | |
keysym Control_L = Super_L | |
keysym Super_L = Control_L | |
keysym Control_R = Super_R | |
keysym Super_R = Control_R | |
add Mod4 = Super_L | |
add Mod4 = Super_R |
View .awesomerc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- arg = "find /usr/bin -type f -executable ! -empty | awesome-menu -e 'exec ' Execute:" | |
+ arg = "exec $(ls /usr/bin | dmenu -b -fn '-*-*-medium-*-*-*-15-*-*-*-*-*-*-*' -nf '#000000' -nb '#c1c48b' -sf '#000000' -sb '#81654f' -p Execute:)" |
View autostart.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This shell script is run before Openbox launches. | |
# Environment variables set here are passed to the Openbox session. | |
# Set a background color | |
BG="" | |
if which hsetroot >/dev/null; then | |
BG=hsetroot | |
else | |
if which esetroot >/dev/null; then | |
BG=esetroot |
View .docutils
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[general] | |
# Equivalent to --time command-line option, results in | |
# date/timestamp like "2001-12-21 18:43 UTC": | |
datestamp: %Y-%m-%d %H:%M UTC | |
title: on | |
source_link: on | |
# language_code: | |
[restructuredtext parser] | |
rfc_references: on |
View .emacs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; larger fonts | |
(set-default-font "DejaVu Sans Mono:pixelsize=22") | |
(setq default-frame-alist | |
'((height . 23) (width . 74) (menu-bar-lines . 20) (tool-bar-lines . 0))) | |
;; Chinese font | |
(set-fontset-font "fontset-default" | |
'unicode '("AR PL UMing CN" . "unicode-bmp")) | |
;; for rcirc | |
;; default port |
View default
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fbpanel <profile> config file | |
# see http://fbpanel.sf.net/docs.html for complete configuration guide | |
Global { | |
edge = top | |
allign = left | |
margin = 0 | |
widthtype = percent | |
width = 100 |
View config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# note: this config file should saved in GBK encoding. | |
[程序] | |
显示字体(中)=AR PL ShanHeiSun Uni | |
显示字体(英)=Courier New | |
显示字体大小=12 | |
主窗口字体大小=11 | |
字体区域=zh_CN.UTF-8 | |
是否使用AA字体=1 | |
是否使用粗体=1 |
View startup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fluxbox startup-script: | |
# | |
# Lines starting with a '#' are ignored. | |
# You can set your favourite wallpaper here if you don't want | |
# to do it from your style. | |
# | |
# bsetbg -f ~/pictures/wallpaper.png | |
# | |
# This sets a black background |
View .Xresources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Emacs.font: DejaVu Sans Mono:pixelsize=22 | |
Emacs.geometry: 74x23 | |
Emacs.FontBackend: xft | |
Xft.dpi: 126 | |
Xft.hinting: None | |
xterm*font: -*-fixed-medium-r-*-*-18-*-*-*-*-*-iso8859-* | |
xterm*font1: -*-ar pl shanheisun uni-*-*-17-*-*-*-*-*-p-*-iso10646-* | |
XTerm*background: white | |
XTerm*foreground: black | |
XTerm*pointerColor: red |
OlderNewer