...
This commit is contained in:
parent
c36a7997b6
commit
bd871fc296
4 changed files with 40 additions and 26 deletions
|
@ -57,6 +57,7 @@ export_loop \
|
|||
XDG_RUNTIME_DIR '$TMP' \
|
||||
XDG_DATA_HOME '$APP' \
|
||||
LOGIN '$LIB/login/sh' \
|
||||
GIT 'https://github.com/$USER' \
|
||||
PATH '$EXE:$PATH:$GOEXE:$PLAN9BASE/bin:$PLAN9PORT/bin:$VEXE' \
|
||||
|
||||
test -r $SETENV && . "$SETENV" && setenv profile
|
||||
|
|
|
@ -66,7 +66,7 @@ font Consolas:size=12
|
|||
# Use black for text and borders, and an angry fruit salad for backgrounds.
|
||||
foreground black
|
||||
border black
|
||||
background white
|
||||
background white:seashell:lightgreen:oldlace:lightcyan:gainsboro:lightyellow:mintcream:snow:lightblue:thistle
|
||||
|
||||
# Expand tabs and have tabstops every four columns
|
||||
tabs 4
|
||||
|
|
|
@ -16,28 +16,29 @@ bind 8 "// not bound"
|
|||
bind 9 "// not bound"
|
||||
bind [ "messagemode"
|
||||
bind ] "messagemode2"
|
||||
bind BACKQUOTE "// not bound"
|
||||
bind BACKQUOTE "toggleconsole"
|
||||
bind a "// not bound"
|
||||
bind b "// not bound"
|
||||
bind d "// not bound"
|
||||
bind e "// not bound"
|
||||
bind c "weapon_group_4"
|
||||
bind d "+forward"
|
||||
bind e "+back"
|
||||
bind f "weapon_group_2"
|
||||
bind g "+moveleft"
|
||||
bind h "+forward"
|
||||
bind i "weapon_group_5"
|
||||
bind j "weapon_group_9"
|
||||
bind k "+hook"
|
||||
bind m "weapon_group_8"
|
||||
bind n "weapon_group_4"
|
||||
bind q "// not bound"
|
||||
bind r "weapon_group_7"
|
||||
bind s "// not bound"
|
||||
bind t "+moveright"
|
||||
bind u "weapon_group_3"
|
||||
bind v "// not bound"
|
||||
bind w "// not bound"
|
||||
bind g "weapon_group_9"
|
||||
bind h "// not bound"
|
||||
bind i "// not bound"
|
||||
bind j "// not bound"
|
||||
bind k "// not bound"
|
||||
bind m "// not bound"
|
||||
bind n "// not bound"
|
||||
bind q "weapon_group_7"
|
||||
bind r "weapon_group_3"
|
||||
bind s "+moveleft"
|
||||
bind t "weapon_group_5"
|
||||
bind u "// not bound"
|
||||
bind v "weapon_group_8"
|
||||
bind w "+moveright"
|
||||
bind x "// not bound"
|
||||
bind y "+back"
|
||||
bind y "// not bound"
|
||||
bind z "// not bound"
|
||||
bind TILDE "// not bound"
|
||||
bind BACKSPACE "dropweapon"
|
||||
|
@ -100,7 +101,7 @@ seta "_hud_panelorder" "17 15 12 9 5 10 6 14 0 7 4 11 2 1 3 8 13 16 18 19 20 21
|
|||
"bgmvolume" "0"
|
||||
seta "cl_allow_uid2name" "1"
|
||||
seta "cl_autoswitch" "0"
|
||||
"cl_backspeed" "360"
|
||||
"cl_backspeed" "425"
|
||||
seta "cl_damageeffect" "0"
|
||||
seta "cl_damagetext_2d" "1"
|
||||
seta "cl_damagetext_2d_alpha_lifetime" "1.29999995"
|
||||
|
@ -117,22 +118,29 @@ seta "cl_damagetext_size" "8"
|
|||
seta "cl_damagetext_velocity_screen" "0 0 0"
|
||||
seta "cl_damagetext_velocity_world" "0 0 20"
|
||||
seta "cl_eventchase_death" "0"
|
||||
"cl_forwardspeed" "360"
|
||||
seta "cl_matchcount" "395"
|
||||
"cl_forwardspeed" "425"
|
||||
seta "cl_matchcount" "416"
|
||||
"cl_movement_track_canjump" "1"
|
||||
"cl_particles_quality" "0.4"
|
||||
"cl_sidespeed" "360"
|
||||
"cl_sidespeed" "425"
|
||||
"cl_smoothviewheight" "0"
|
||||
seta "cl_spawn_point_particles" "0"
|
||||
seta "cl_startcount" "79"
|
||||
"cl_upspeed" "360"
|
||||
seta "cl_startcount" "83"
|
||||
"cl_upspeed" "425"
|
||||
seta "cl_zoomsensitivity" "1"
|
||||
seta "cl_zoomspeed" "-1"
|
||||
"con_chat" "10"
|
||||
"con_chatrect" "1"
|
||||
"con_chatrect_x" "0.012812"
|
||||
"con_chatrect_y" "0.808333"
|
||||
"con_chatrect_y" "0.705000"
|
||||
"con_chatwidth" "0.454377"
|
||||
"crosshair" "33"
|
||||
seta "crosshair_alpha" "1"
|
||||
seta "crosshair_color" "0.327666 1 0.250729"
|
||||
seta "crosshair_color_special" "0"
|
||||
seta "crosshair_enabled" "2"
|
||||
seta "crosshair_per_weapon" "0"
|
||||
"crosshair_size" "0.75"
|
||||
"fov" "130"
|
||||
seta "fraglimit_override" "0"
|
||||
seta "g_configversion" "7"
|
||||
|
|
5
profile
5
profile
|
@ -27,6 +27,7 @@ exe = $home/exe # Executable binaries installation directory.
|
|||
tmp = $home/tmp # Temporary.
|
||||
shr = $home/shr # Share files for programs.
|
||||
man = $shr/man # Directory for manual pages. Are supposed to be written in plain text.
|
||||
git = https://github.com/$USER
|
||||
pager = nobs # Pager deleting all ESC-sequences. For 9term mostly.
|
||||
manpager = $pager # Pager for man pages.
|
||||
profile = $0 # Profile file.
|
||||
|
@ -139,6 +140,10 @@ fn e {
|
|||
$editor $*
|
||||
}
|
||||
|
||||
fn q {
|
||||
exit
|
||||
}
|
||||
|
||||
# Setting enviroment.
|
||||
if(test -r $setenv){
|
||||
. $setenv
|
||||
|
|
Loading…
Reference in a new issue