From 950358594e64150328fc6ee6949a1a4d1ad8a690 Mon Sep 17 00:00:00 2001 From: surdeus Date: Sat, 17 Aug 2024 00:45:52 +0500 Subject: [PATCH] ... --- dot/file/xonotic/data/config.cfg | 9 ++++++--- river/init | 3 +++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dot/file/xonotic/data/config.cfg b/dot/file/xonotic/data/config.cfg index 44b1206..4ee5526 100644 --- a/dot/file/xonotic/data/config.cfg +++ b/dot/file/xonotic/data/config.cfg @@ -119,18 +119,19 @@ seta "cl_eventchase_death" "0" "cl_forwardspeed" "360" seta "cl_freeze" "0" seta "cl_magical_hax" "" -seta "cl_matchcount" "488" +seta "cl_matchcount" "496" "cl_movement_track_canjump" "1" seta "cl_nocarry" "0" seta "cl_nohats" "0" seta "cl_noride" "0" seta "cl_particles_newvortexbeam" "0" "cl_particles_quality" "0.4" +seta "cl_race_checkpoint_splits_console" "1" seta "cl_radio" "1" "cl_sidespeed" "360" "cl_smoothviewheight" "0" seta "cl_spawn_point_particles" "0" -seta "cl_startcount" "110" +seta "cl_startcount" "114" "cl_upspeed" "360" seta "cl_vaporizerbeam" "0" seta "cl_vaporizerbeam_minping" "160" @@ -142,7 +143,7 @@ seta "cl_zoomspeed" "-1" "con_chat" "10" "con_chatrect" "1" "con_chatrect_x" "0.012812" -"con_chatrect_y" "0.705000" +"con_chatrect_y" "0.808333" "con_chatwidth" "0.454377" "crosshair" "33" seta "crosshair_alpha" "1" @@ -186,6 +187,7 @@ seta "notification_INFO_ITEM_WEAPON_UNAVAILABLE" "1" "r_shadow_realtime_dlight" "0" "r_shadow_usenormalmap" "0" "r_subdivisions_tolerance" "8" +"r_viewfbo" "2" "sensitivity" "8" seta "snd_channel8volume" "0" "sv_curl_serverpackages" "csprogs-xonotic-v0.8.2~.txt" @@ -195,4 +197,5 @@ seta "timelimit_override" "0" "v_contrastboost" "1.1" "vid_conwidth" "1067" "vid_height" "1080" +"vid_vsync" "1" "vid_width" "1920" diff --git a/river/init b/river/init index 0d72d28..2cbccc2 100755 --- a/river/init +++ b/river/init @@ -18,6 +18,9 @@ riverctl background-color 0x000000 riverctl border-color-unfocused 0x586e75 # 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) riverctl map normal Super+Shift Return spawn "eval $XTERMINAL"