No known key found for this signature in database
GPG Key ID: 6DEED612B26C08E2
3 changed files with
15 additions and
1 deletions
-
dot_config/fish/config.fish.tmpl
-
dot_config/spotify/Users/polarbier-user/prefs.tmpl
-
scripts/executable_sync-shortcuts
|
|
@ -303,4 +303,6 @@ abbr xya "export-pkgs" |
|
|
|
# ]]] fxn abbr's # |
|
|
|
|
|
|
|
# task sync > /dev/null 2>&1 |
|
|
|
|
|
|
|
source /home/kevin/.config/fish/key_abbr.fish > /dev/null |
|
|
|
# ~/scripts/xmodmap-custom |
|
|
@ -0,0 +1,12 @@ |
|
|
|
audio.play_bitrate_non_metered_migrated=true |
|
|
|
audio.sync_bitrate_enumeration=4 |
|
|
|
audio.crossfade_v2=true |
|
|
|
gaia.attached_device_id="6ca6cdc7bc677d43534460982c3a13959dd1939c" |
|
|
|
audio.play_bitrate_enumeration=4 |
|
|
|
ui.hide_hpto=true |
|
|
|
ui.track_notifications_enabled=false |
|
|
|
audio.play_bitrate_non_metered_enumeration=4 |
|
|
|
audio.normalize_v2=false |
|
|
|
ui.show_friend_feed=false |
|
|
|
app.player.volume=40000 |
|
|
|
app.browser.zoom-level=75 |
|
|
@ -26,7 +26,7 @@ ranger_mappings="$HOME/.config/ranger/key_mappings.conf" |
|
|
|
# ensure sourcing new file in orig. config file |
|
|
|
ensure "source $aliases" "$bashrc" |
|
|
|
ensure "source $aliases" "$zshrc" |
|
|
|
# ensure "source $fish_abbr" "$fish_config" |
|
|
|
ensure "source $fish_abbr" "$fish_config > /dev/null" |
|
|
|
ensure "source $ranger_mappings" "$ranger_config" |
|
|
|
|
|
|
|
# key files |
|
|
|