This commit is contained in:
Andrey Parhomenko 2024-08-17 00:45:52 +05:00
parent ec348f7d22
commit 950358594e
2 changed files with 9 additions and 3 deletions

View file

@ -119,18 +119,19 @@ seta "cl_eventchase_death" "0"
"cl_forwardspeed" "360" "cl_forwardspeed" "360"
seta "cl_freeze" "0" seta "cl_freeze" "0"
seta "cl_magical_hax" "" seta "cl_magical_hax" ""
seta "cl_matchcount" "488" seta "cl_matchcount" "496"
"cl_movement_track_canjump" "1" "cl_movement_track_canjump" "1"
seta "cl_nocarry" "0" seta "cl_nocarry" "0"
seta "cl_nohats" "0" seta "cl_nohats" "0"
seta "cl_noride" "0" seta "cl_noride" "0"
seta "cl_particles_newvortexbeam" "0" seta "cl_particles_newvortexbeam" "0"
"cl_particles_quality" "0.4" "cl_particles_quality" "0.4"
seta "cl_race_checkpoint_splits_console" "1"
seta "cl_radio" "1" seta "cl_radio" "1"
"cl_sidespeed" "360" "cl_sidespeed" "360"
"cl_smoothviewheight" "0" "cl_smoothviewheight" "0"
seta "cl_spawn_point_particles" "0" seta "cl_spawn_point_particles" "0"
seta "cl_startcount" "110" seta "cl_startcount" "114"
"cl_upspeed" "360" "cl_upspeed" "360"
seta "cl_vaporizerbeam" "0" seta "cl_vaporizerbeam" "0"
seta "cl_vaporizerbeam_minping" "160" seta "cl_vaporizerbeam_minping" "160"
@ -142,7 +143,7 @@ seta "cl_zoomspeed" "-1"
"con_chat" "10" "con_chat" "10"
"con_chatrect" "1" "con_chatrect" "1"
"con_chatrect_x" "0.012812" "con_chatrect_x" "0.012812"
"con_chatrect_y" "0.705000" "con_chatrect_y" "0.808333"
"con_chatwidth" "0.454377" "con_chatwidth" "0.454377"
"crosshair" "33" "crosshair" "33"
seta "crosshair_alpha" "1" seta "crosshair_alpha" "1"
@ -186,6 +187,7 @@ seta "notification_INFO_ITEM_WEAPON_UNAVAILABLE" "1"
"r_shadow_realtime_dlight" "0" "r_shadow_realtime_dlight" "0"
"r_shadow_usenormalmap" "0" "r_shadow_usenormalmap" "0"
"r_subdivisions_tolerance" "8" "r_subdivisions_tolerance" "8"
"r_viewfbo" "2"
"sensitivity" "8" "sensitivity" "8"
seta "snd_channel8volume" "0" seta "snd_channel8volume" "0"
"sv_curl_serverpackages" "csprogs-xonotic-v0.8.2~.txt" "sv_curl_serverpackages" "csprogs-xonotic-v0.8.2~.txt"
@ -195,4 +197,5 @@ seta "timelimit_override" "0"
"v_contrastboost" "1.1" "v_contrastboost" "1.1"
"vid_conwidth" "1067" "vid_conwidth" "1067"
"vid_height" "1080" "vid_height" "1080"
"vid_vsync" "1"
"vid_width" "1920" "vid_width" "1920"

View file

@ -18,6 +18,9 @@ riverctl background-color 0x000000
riverctl border-color-unfocused 0x586e75 riverctl border-color-unfocused 0x586e75
# Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc. # Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc.
#
riverctl map normal Super B spawn "pkill waybar || waybar"
# Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot) # Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
riverctl map normal Super+Shift Return spawn "eval $XTERMINAL" riverctl map normal Super+Shift Return spawn "eval $XTERMINAL"