Update stuff

This commit is contained in:
Tobias Reisinger 2022-07-21 17:47:25 +02:00
parent e0d2922b81
commit 5216b386c3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 13 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/sh
paru -Syu
paru -Syu --noconfirm
if [ $? -eq 0 ]; then
echo "UPDATE SUCCEDEED"
@ -12,6 +12,7 @@ fi
echo "==================================================================="
sudo pacman -Rns $(pacman -Qtdq)
sudo checkservices

View file

@ -70,6 +70,9 @@ alias xdebug='XDEBUG_CONFIG="remote_host=127.0.0.1 remote_port=9003"'
[ -x "$(command -v exa)" ] && alias ls='exa -lhF --git --icons --color=always --color-scale --time-style=long-iso'
[ -x "$(command -v rmtrash)" ] && alias rm='rmtrash'
[ -x "$(command -v rmdirtrash)" ] && alias rmdir='rmdirtrash'
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
[ -f "$HOME/.config/aliasrc.local" ] && . "$HOME/.config/aliasrc.local"

View file

@ -104,7 +104,7 @@ bspc rule -a '*:*:TeamSpeak' desktop='voip'
bspc rule -a 'Alacritty:mail' desktop='voip' locked='true'
bspc rule -a 'Element' desktop='voip' locked='true'
bspc rule -a 'discord' desktop='voip'
bspc rule -a 'Steam:Steam:Friends List' desktop='voip'
bspc rule -a 'Steam' desktop='side-view'
bspc rule -a 'Evolution' desktop='messenger'
bspc rule -a 'Signal' desktop='messenger'

View file

@ -1 +1,2 @@
source /etc/profile
source $HOME/.config/environment

View file

@ -55,6 +55,7 @@ bind "F10" "quit prompt"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "player_ping"
bind "MOUSE4" "toggle cl_righthand 0 1"
bind "MOUSE5" "+voicerecord"
bind "MWHEELUP" "+left"
bind "JOY1" "+jump"
@ -157,7 +158,7 @@ c_thirdpersonshoulderdist "40.0"
c_thirdpersonshoulderheight "5.0"
c_thirdpersonshoulderoffset "20.0"
cachedvalue_count_partybrowser "1657217296"
cachedvalue_count_teammates "1657317380"
cachedvalue_count_teammates "1657657862"
cam_collision "1"
cam_idealdelta "4.0"
cam_idealdist "150"
@ -526,7 +527,7 @@ sv_logsdir "logs"
sv_noclipaccelerate "5"
sv_noclipspeed "5"
sv_pvsskipanimation "1"
sv_skyname "sky_cs15_daylight01_hdr"
sv_skyname "newcache"
sv_specaccelerate "5"
sv_specnoclip "1"
sv_specspeed "3"
@ -554,7 +555,7 @@ ui_mainmenu_bkgnd_movie_EB8697C1 "ancient"
ui_nearbylobbies_filter3 "competitive"
ui_news_last_read_link "https://blog.counter-strike.net/index.php/2022/07/38840/"
ui_playsettings_custom_preset "mg_de_mirage,mg_de_inferno,mg_de_overpass,mg_de_nuke,mg_de_ancient,mg_de_train,mg_de_cache"
ui_playsettings_directchallengekey ""
ui_playsettings_directchallengekey "ATRYH-RQPC-SF3DP-J43J"
ui_playsettings_flags_listen_casual "0"
ui_playsettings_flags_listen_competitive "48"
ui_playsettings_flags_listen_cooperative "0"

View file

@ -1,3 +1,4 @@
. /etc/profile
. "$HOME/.config/environment"
. "$HOME/.config/aliasrc"
@ -5,7 +6,7 @@ if [ -x "$(command -v gpgconf)" ]
then
ssh_sock=$(gpgconf --list-dirs agent-ssh-socket)
export SSH_AUTH_SOCK="$ssh_sock"
gpgconf --launch gpg-agent
gpgconf --launch gpg-agent >/dev/null
fi
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then