Compare commits

...

2 commits

Author SHA1 Message Date
5216b386c3
Update stuff 2022-07-21 17:47:25 +02:00
e0d2922b81
Add polybar window-title 2022-07-09 00:42:46 +02:00
8 changed files with 58 additions and 24 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/sh #!/usr/bin/sh
paru -Syu paru -Syu --noconfirm
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
echo "UPDATE SUCCEDEED" echo "UPDATE SUCCEDEED"
@ -12,6 +12,7 @@ fi
echo "===================================================================" echo "==================================================================="
sudo pacman -Rns $(pacman -Qtdq)
sudo checkservices 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 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" [ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
[ -f "$HOME/.config/aliasrc.local" ] && . "$HOME/.config/aliasrc.local" [ -f "$HOME/.config/aliasrc.local" ] && . "$HOME/.config/aliasrc.local"

View file

@ -97,13 +97,14 @@ bspc rule -a 'Chromium:chromium' follow='true' desktop='side-view'
bspc rule -a 'jetbrains-clion' desktop='focus' follow='true' bspc rule -a 'jetbrains-clion' desktop='focus' follow='true'
bspc rule -a 'jetbrains-idea' desktop='focus' follow='true' bspc rule -a 'jetbrains-idea' desktop='focus' follow='true'
bspc rule -a 'jetbrains-phpstorm' desktop='focus' follow='true' bspc rule -a 'jetbrains-phpstorm' desktop='focus' follow='true'
bspc rule -a 'jetbrains-pycharm' desktop='focus' follow='true'
bspc rule -a 'TeamSpeak 3' desktop='voip' locked='true' bspc rule -a 'TeamSpeak 3' desktop='voip' locked='true'
bspc rule -a '*:*:TeamSpeak' desktop='voip' bspc rule -a '*:*:TeamSpeak' desktop='voip'
bspc rule -a 'Alacritty:mail' desktop='voip' locked='true' bspc rule -a 'Alacritty:mail' desktop='voip' locked='true'
bspc rule -a 'Element' desktop='voip' locked='true' bspc rule -a 'Element' desktop='voip' locked='true'
bspc rule -a 'discord' desktop='voip' 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 'Evolution' desktop='messenger'
bspc rule -a 'Signal' desktop='messenger' bspc rule -a 'Signal' desktop='messenger'

View file

@ -50,7 +50,7 @@
[bar/portalo-base] [bar/portalo-base]
inherit = bar/base inherit = bar/base
modules-left = bspwm modules-left = bspwm title
modules-center = mpd player-mpris-simple modules-center = mpd player-mpris-simple
modules-right = openweather memory cpu temperature eth check-arch-updates date modules-right = openweather memory cpu temperature eth check-arch-updates date
@ -59,14 +59,14 @@
[bar/portalo-primary] [bar/portalo-primary]
inherit = bar/portalo-base inherit = bar/portalo-base
modules-left = bspwm bsp-layout-primary modules-left = bspwm bsp-layout-primary title
monitor = ${env:MONITOR_PRIMARY} monitor = ${env:MONITOR_PRIMARY}
[bar/portalo-secondary] [bar/portalo-secondary]
inherit = bar/portalo-base inherit = bar/portalo-base
modules-left = bspwm bsp-layout-secondary modules-left = bspwm bsp-layout-secondary title
monitor = ${env:MONITOR_SECONDARY} monitor = ${env:MONITOR_SECONDARY}
tray-position = none tray-position = none

View file

@ -348,6 +348,14 @@
ramp-4 = ramp-4 =
ramp-foreground = ${colors.foreground} ramp-foreground = ${colors.foreground}
[module/title]
type = internal/xwindow
format =  <label>
format-underline = ${colors.green}
label = %title%
label-maxlen = 50
[module/powermenu] [module/powermenu]
type = custom/menu type = custom/menu

View file

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

View file

@ -55,6 +55,7 @@ bind "F10" "quit prompt"
bind "MOUSE1" "+attack" bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2" bind "MOUSE2" "+attack2"
bind "MOUSE3" "player_ping" bind "MOUSE3" "player_ping"
bind "MOUSE4" "toggle cl_righthand 0 1"
bind "MOUSE5" "+voicerecord" bind "MOUSE5" "+voicerecord"
bind "MWHEELUP" "+left" bind "MWHEELUP" "+left"
bind "JOY1" "+jump" bind "JOY1" "+jump"
@ -77,21 +78,34 @@ aim_flickstick_circular_deadzone_max "0.94"
aim_flickstick_circular_deadzone_min "0.74" aim_flickstick_circular_deadzone_min "0.74"
aim_flickstick_crank_sensitivity "1.0" aim_flickstick_crank_sensitivity "1.0"
aim_flickstick_crank_tightness "40.0" aim_flickstick_crank_tightness "40.0"
aim_flickstick_enable "0" aim_flickstick_enabled "0"
aim_flickstick_flick_snap_mode "2" aim_flickstick_flick_snap_mode "2"
aim_flickstick_flick_tightness "0.6" aim_flickstick_flick_tightness "0.6"
aim_flickstick_max_depression_speed "5.0f" aim_flickstick_forward_deadzone "7.0"
aim_gyro_circular_deadzone_min "0.0" aim_flickstick_release_dampen_speed "2.0f"
aim_gyro_acceleration "1"
aim_gyro_base_sensitivity "1.5"
aim_gyro_circular_deadzone "0.0"
aim_gyro_conversion_mode "0"
aim_gyro_enable_mode "0"
aim_gyro_high_sense_multiplier "2.0"
aim_gyro_high_sense_speed "360.0"
aim_gyro_invert_pitch "1" aim_gyro_invert_pitch "1"
aim_gyro_invert_yaw "0" aim_gyro_invert_yaw "0"
aim_gyro_sensitivity_pitch "1.0" aim_gyro_low_sense_speed "7.5"
aim_gyro_sensitivity_yaw "1.0" aim_gyro_pitchyaw_ratio "0.5"
aim_gyro_precision_speed "0.75"
aim_gyro_raw "0"
aim_gyro_ray_angle "-45"
aim_gyro_siapi_convert_pixels_to_angles "25.50"
aim_gyro_siapi_sensitivity_setting "600"
aim_gyro_siapi_vertical_scale_setting "100"
aim_gyro_square_deadzone_pitch "0.0" aim_gyro_square_deadzone_pitch "0.0"
aim_gyro_square_deadzone_yaw "0.0" aim_gyro_square_deadzone_yaw "0.0"
aim_gyro_zoom_dampening "0.5" aim_gyro_zoom_dampening_level1 "0.8"
aim_gyro_zoom_dampening_level2 "0.6"
aim_stick_circular_deadzone_max "0.94" aim_stick_circular_deadzone_max "0.94"
aim_stick_circular_deadzone_min "0.17" aim_stick_circular_deadzone_min "0.17"
aim_stick_extra_pitch "50.0"
aim_stick_extra_turning_delay "0.0" aim_stick_extra_turning_delay "0.0"
aim_stick_extra_turning_ramp_up_time "0.5" aim_stick_extra_turning_ramp_up_time "0.5"
aim_stick_extra_yaw "60.0" aim_stick_extra_yaw "60.0"
@ -102,7 +116,8 @@ aim_stick_rate_yaw "165.0"
aim_stick_response_curve "1.6" aim_stick_response_curve "1.6"
aim_stick_square_deadzone_pitch "0.0" aim_stick_square_deadzone_pitch "0.0"
aim_stick_square_deadzone_yaw "0.0" aim_stick_square_deadzone_yaw "0.0"
aim_stick_zoom_dampening "0.5" aim_stick_zoom_dampening_level1 "0.8"
aim_stick_zoom_dampening_level2 "0.6"
aim_touchpad_circular_deadzone_min "0.0" aim_touchpad_circular_deadzone_min "0.0"
aim_touchpad_invert_pitch "" aim_touchpad_invert_pitch ""
aim_touchpad_invert_yaw "" aim_touchpad_invert_yaw ""
@ -110,7 +125,8 @@ aim_touchpad_sensitivity_pitch "20.0"
aim_touchpad_sensitivity_yaw "21.0" aim_touchpad_sensitivity_yaw "21.0"
aim_touchpad_square_deadzone_pitch "0.0" aim_touchpad_square_deadzone_pitch "0.0"
aim_touchpad_square_deadzone_yaw "0.0" aim_touchpad_square_deadzone_yaw "0.0"
aim_touchpad_zoom_dampening "0.5" aim_touchpad_zoom_dampening_level1 "0.8"
aim_touchpad_zoom_dampening_level2 "0.6"
budget_averages_window "30" budget_averages_window "30"
budget_background_alpha "128" budget_background_alpha "128"
budget_bargraph_background_alpha "128" budget_bargraph_background_alpha "128"
@ -141,8 +157,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 "1653078292" cachedvalue_count_partybrowser "1657217296"
cachedvalue_count_teammates "1653078276" cachedvalue_count_teammates "1657657862"
cam_collision "1" cam_collision "1"
cam_idealdelta "4.0" cam_idealdelta "4.0"
cam_idealdist "150" cam_idealdist "150"
@ -406,6 +422,7 @@ move_stick_circular_deadzone_min "0.17"
move_stick_response_curve "2.0" move_stick_response_curve "2.0"
move_stick_square_deadzone_forward "0.0" move_stick_square_deadzone_forward "0.0"
move_stick_square_deadzone_strafe "0.0" move_stick_square_deadzone_strafe "0.0"
move_stick_walk_zone "0.65"
move_touchpad_circular_deadzone_min "0.1" move_touchpad_circular_deadzone_min "0.1"
move_touchpad_sensitivity_forward "1.0" move_touchpad_sensitivity_forward "1.0"
move_touchpad_sensitivity_strafe "1.0" move_touchpad_sensitivity_strafe "1.0"
@ -477,7 +494,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"
@ -493,9 +510,11 @@ spec_replay_autostart "1"
spec_show_xray "1" spec_show_xray "1"
spec_usenumberkeys_nobinds "1" spec_usenumberkeys_nobinds "1"
ss_splitmode "0" ss_splitmode "0"
steaminput_default_glyphstyle "1" steaminput_firsttimepopup "0"
steaminput_default_neutral "1" steaminput_glyph_display_mode "0"
steaminput_default_solid "1" steaminput_glyph_neutral "1"
steaminput_glyph_solid "1"
steaminput_glyph_style "1"
store_version "1" store_version "1"
suitvolume "0.25" suitvolume "0.25"
sv_forcepreload "0" sv_forcepreload "0"
@ -508,7 +527,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_hr_aztec" sv_skyname "newcache"
sv_specaccelerate "5" sv_specaccelerate "5"
sv_specnoclip "1" sv_specnoclip "1"
sv_specspeed "3" sv_specspeed "3"
@ -534,9 +553,9 @@ ui_deepstats_toplevel_mode "240"
ui_inventorysettings_recently_acknowledged "" ui_inventorysettings_recently_acknowledged ""
ui_mainmenu_bkgnd_movie_EB8697C1 "ancient" ui_mainmenu_bkgnd_movie_EB8697C1 "ancient"
ui_nearbylobbies_filter3 "competitive" ui_nearbylobbies_filter3 "competitive"
ui_news_last_read_link "https://blog.counter-strike.net/index.php/2022/05/38246/" 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_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_casual "0"
ui_playsettings_flags_listen_competitive "48" ui_playsettings_flags_listen_competitive "48"
ui_playsettings_flags_listen_cooperative "0" ui_playsettings_flags_listen_cooperative "0"

View file

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