Update minor stuff

This commit is contained in:
Tobias Reisinger 2022-04-02 15:41:29 +02:00
parent 10cbdd08ea
commit 0ce822638d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 11 additions and 9 deletions

View file

@ -39,9 +39,10 @@ alias ip='ip -c'
alias j='jump' alias j='jump'
alias keepass-unlock='pkill keepassxc; pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx'
alias less='less -FS' alias less='less -FS'
alias ls='ls -lFh --color=auto' alias ls='ls -lFh --color=auto'
alias lsblk='lsblk -o +PARTLABEL,FSTYPE,UUID' alias lsblk='lsblk -o +PARTLABEL,FSTYPE,UUID'
alias make='make -j5' alias make='make -j5'

View file

@ -5,7 +5,7 @@ $sudo$username$hostname$docker_context$python\
[](bg:green fg:purple)\ [](bg:green fg:purple)\
$directory\ $directory\
[](bg:red fg:green)\ [](bg:red fg:green)\
$git_branch$git_commit$git_state$git_status\ $git_branch$git_state$git_status\
[](bg:#454158 fg:red)\ [](bg:#454158 fg:red)\
$fill\ $fill\
[](bg:yellow fg:#454158)\ [](bg:yellow fg:#454158)\

View file

@ -46,7 +46,7 @@ DISABLE_AUTO_UPDATE="false"
DISABLE_AUTO_TITLE="true" DISABLE_AUTO_TITLE="true"
# Uncomment the following line to enable command auto-correction. # Uncomment the following line to enable command auto-correction.
ENABLE_CORRECTION="true" # ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion. # Uncomment the following line to display red dots whilst waiting for completion.
# COMPLETION_WAITING_DOTS="true" # COMPLETION_WAITING_DOTS="true"

View file

@ -141,8 +141,8 @@ c_thirdpersonshoulderaimdist "120.0"
c_thirdpersonshoulderdist "40.0" c_thirdpersonshoulderdist "40.0"
c_thirdpersonshoulderheight "5.0" c_thirdpersonshoulderheight "5.0"
c_thirdpersonshoulderoffset "20.0" c_thirdpersonshoulderoffset "20.0"
cachedvalue_count_partybrowser "1648106766" cachedvalue_count_partybrowser "1648825876"
cachedvalue_count_teammates "1648501774" cachedvalue_count_teammates "1648825867"
cam_collision "1" cam_collision "1"
cam_idealdelta "4.0" cam_idealdelta "4.0"
cam_idealdist "150" cam_idealdist "150"
@ -439,7 +439,7 @@ player_competitive_maplist_2v2_10_0_F88E9A71 "mg_de_train,mg_de_lake,mg_de_infer
player_competitive_maplist_8_10_0_A1BE4499 "mg_lobby_mapveto,mg_de_mirage,mg_de_inferno,mg_de_overpass,mg_de_vertigo,mg_de_nuke,mg_de_ancient,mg_de_dust2,mg_de_train,mg_de_cache,mg_cs_agency,mg_cs_office,mg_de_iris,mg_cs_climb" player_competitive_maplist_8_10_0_A1BE4499 "mg_lobby_mapveto,mg_de_mirage,mg_de_inferno,mg_de_overpass,mg_de_vertigo,mg_de_nuke,mg_de_ancient,mg_de_dust2,mg_de_train,mg_de_cache,mg_cs_agency,mg_cs_office,mg_de_iris,mg_cs_climb"
player_nevershow_communityservermessage "0" player_nevershow_communityservermessage "0"
player_survival_list_10_0_303 "mg_dz_blacksite,mg_dz_sirocco,mg_dz_vineyard,mg_dz_ember" player_survival_list_10_0_303 "mg_dz_blacksite,mg_dz_sirocco,mg_dz_vineyard,mg_dz_ember"
player_teamplayedlast "2" player_teamplayedlast "3"
player_wargames_list2_10_0_E04 "mg_skirmish_flyingscoutsman,mg_skirmish_armsrace,mg_skirmish_demolition,mg_skirmish_retakes" player_wargames_list2_10_0_E04 "mg_skirmish_flyingscoutsman,mg_skirmish_armsrace,mg_skirmish_demolition,mg_skirmish_retakes"
r_drawmodelstatsoverlaymax "1.5" r_drawmodelstatsoverlaymax "1.5"
r_drawmodelstatsoverlaymin "0.1" r_drawmodelstatsoverlaymin "0.1"
@ -477,7 +477,7 @@ snd_menumusic_volume "0.031492"
snd_mix_async "1" snd_mix_async "1"
snd_mix_async_onetime_reset "1" snd_mix_async_onetime_reset "1"
snd_mixahead "0.025" snd_mixahead "0.025"
snd_music_selection "2" snd_music_selection "1"
snd_music_volume_onetime_reset_2 "1" snd_music_volume_onetime_reset_2 "1"
snd_musicvolume_multiplier_inoverlay "0.100000" snd_musicvolume_multiplier_inoverlay "0.100000"
snd_mute_losefocus "0" snd_mute_losefocus "0"
@ -508,7 +508,7 @@ sv_logsdir "logs"
sv_noclipaccelerate "5" sv_noclipaccelerate "5"
sv_noclipspeed "5" sv_noclipspeed "5"
sv_pvsskipanimation "1" sv_pvsskipanimation "1"
sv_skyname "sky_dust" sv_skyname "sky_cs15_daylight03_hdr"
sv_specaccelerate "5" sv_specaccelerate "5"
sv_specnoclip "1" sv_specnoclip "1"
sv_specspeed "3" sv_specspeed "3"

View file

@ -1,4 +1,5 @@
. $HOME/.config/environment . $HOME/.config/environment
. $HOME/.config/aliasrc
numlockx on numlockx on
@ -63,7 +64,7 @@ _autostart()
wait_for_service "network-online.target" wait_for_service "network-online.target"
pass x pass x
(pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) & keepass-unlock &
_autostart_apps & _autostart_apps &
_autostart_workspace_voip & _autostart_workspace_voip &