commit 9401c4c0dad2356924a6785d7f2b26c1940bbd1e Author: Immanuel Date: Sun Jul 5 18:02:49 2020 -0400 Initial commit of configs diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..dc3e481 --- /dev/null +++ b/.bashrc @@ -0,0 +1,327 @@ +# ~/.bashrc: executed by bash(1) for non-login shells. +# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) +# for examples + +# If not running interactively, don't do anything +case $- in + *i*) ;; + *) return;; +esac + +# don't put duplicate lines or lines starting with space in the history. +# See bash(1) for more options +HISTCONTROL=ignoreboth + +# append to the history file, don't overwrite it +shopt -s histappend + +# for setting history length see HISTSIZE and HISTFILESIZE in bash(1) +HISTSIZE=1000 +HISTFILESIZE=2000 + +# check the window size after each command and, if necessary, +# update the values of LINES and COLUMNS. +shopt -s checkwinsize + +# If set, the pattern "**" used in a pathname expansion context will +# match all files and zero or more directories and subdirectories. +#shopt -s globstar + +# make less more friendly for non-text input files, see lesspipe(1) +#[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" + +# set variable identifying the chroot you work in (used in the prompt below) +if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then + debian_chroot=$(cat /etc/debian_chroot) +fi + +# set a fancy prompt (non-color, unless we know we "want" color) +case "$TERM" in + xterm-color|*-256color) color_prompt=yes;; +esac + +# uncomment for a colored prompt, if the terminal has the capability; turned +# off by default to not distract the user: the focus in a terminal window +# should be on the output of commands, not on the prompt +#force_color_prompt=yes + +if [ -n "$force_color_prompt" ]; then + if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then + # We have color support; assume it's compliant with Ecma-48 + # (ISO/IEC-6429). (Lack of such support is extremely rare, and such + # a case would tend to support setf rather than setaf.) + color_prompt=yes + else + color_prompt= + fi +fi + +if [ "$color_prompt" = yes ]; then + #PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\[\033[01;34m\]\W §\[\033[00m\] ' + PS4='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\[\033[01;34m\]\W §\[\033[00m\] ' + # PROMPT_DIRTRIM=3 +else + PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' +fi +unset color_prompt force_color_prompt + +# If this is an xterm set the title to user@host:dir +case "$TERM" in +xterm*|rxvt*) + PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" + ;; +*) + ;; +esac + +# enable color support of ls and also add handy aliases +if [ -x /usr/bin/dircolors ]; then + test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" + alias ls='ls --color=auto' + #alias dir='dir --color=auto' + #alias vdir='vdir --color=auto' + + #alias grep='grep --color=auto' + #alias fgrep='fgrep --color=auto' + #alias egrep='egrep --color=auto' +fi + +# colored GCC warnings and errors +#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' + +# some more ls aliases +#alias ll='ls -l' +#alias la='ls -A' +#alias l='ls -CF' + +# Alias definitions. +# You may want to put all your additions into a separate file like +# ~/.bash_aliases, instead of adding them here directly. +# See /usr/share/doc/bash-doc/examples in the bash-doc package. + +if [ -f ~/.bash_aliases ]; then + . ~/.bash_aliases +fi + +# enable programmable completion features (you don't need to enable +# this, if it's already enabled in /etc/bash.bashrc and /etc/profile +# sources /etc/bash.bashrc). +if ! shopt -oq posix; then + if [ -f /usr/share/bash-completion/bash_completion ]; then + . /usr/share/bash-completion/bash_completion + elif [ -f /etc/bash_completion ]; then + . /etc/bash_completion + fi +fi +#Special Settings +set -o vi + +#Directory changes +alias cdn='cd $HOME/Notes/; vim "+CtrlP"' +alias cdd='cd $HOME/Downloads/' +alias cdo='cd $HOME/Source/' +alias cdc='cd $HOME/.config/' +alias cd-projects='cd $HOME/Projects/' +alias cd-x='cd $HOME/Encrypted/x/' +alias cd-vim='cd /usr/share/vim/vim82/pack/my-plugins/start' + +#General +alias v='vim' +alias yt='youtube-dl' +alias ytb='youtube-dl --no-progress' +alias depth='echo $SHLVL' +alias lsg='ls -la | grep' #Determines if a file or folder with a name containing a sequence of characters is in the current directory +alias show='apt show' +alias lynx='lynx -vikeys' +alias lsa='ls -laF' +alias doihave='apt list --installed' + +#Utilities +alias ins='sudo apt-get install' +alias uns='sudo apt-get purge' +alias update='sudo apt-get update; sudo apt-get upgrade;' +alias rn='ranger' +alias nnn='nnn -xE' +alias util-dropdown="st -c 'DROPDOWN_TERM' -e 'tmux' &" + + +#Programming +alias py='ipython3 --TerminalInteractiveShell.editing_mode=vi' +alias gc='git clone' + +# Edit config and system files +alias edit-bashrc='vim $HOME/.bashrc' +alias edit-profile='vim $HOME/.profile' +alias edit-vimrc='sudo vim /etc/vim/vimrc.local' +alias edit-xkb='vim $HOME/.config/xkb/custom.xkb' +alias edit-xr='vim ~/.config/xfiles/Xresources' +alias edit-sources='sudo vim /etc/apt/sources.list' +alias edit-tmux='vim $HOME/.config/tmux/tmux.conf' +alias load-xr='xrdb ~/.config/xfiles/Xresources' +alias load-xkb='xkbcomp $HOME/.config/xkb/custom.xkb $DISPLAY' +alias load-xt='xrdb $HOME/.config/Xresources' +alias load-profile='source $HOME/.profile' +alias lo='load-profile' +alias betterXev="xev | awk -F'[ )]+' '/^KeyPress/ { a[NR+2] } NR in a { printf \"%-3s %s\\n\", $5, $8 }'" + + +#Encryption +alias mntx='encfs $HOME/Encrypted/.x/ $HOME/Encrypted/x/' +alias umntx='encfs -u $HOME/Encrypted/x/' + +#Applications +alias scan='sudo arp-scan 192.168.0.1/24' +alias weechat='weechat -d "$XDG_CONFIG_HOME"/weechat' + +#BASE16_SHELL="$HOME/.config/base16-shell/" +# [ -n "$PS1" ] && \ +# [ -s "$BASE16_SHELL/profile_helper.sh" ] && \ +# eval "$("$BASE16_SHELL/profile_helper.sh")" + + +#Special functions! :D +search () { + apt search $@ | less + + +} +clean () { + #Check if there is too many arguments + if [ "$#" -gt "1" ] + then + echo "Too many arguments. There are $#." + return + fi + + case "$1" in + '') + ;; + soft) + history -c ;; + hard) + history -c + rm -r $HOME/tmp/; mkdir $HOME/tmp/ ;; + *) + echo "Invalid arguments"; return ;; + esac + + echo "History clear" + sudo apt-get autoremove #Cleanup packages + echo "Clean complete" +} + +wall(){ + if [ "$#" -gt "1" ] + then + echo "Too many arguments. There are $#." + return + fi + + case "$1" in + on) + sudo iptables -F + + #Allows lo, allows SSH in, allows packets related to connections established with output + sudo iptables -A walkin -i lo -j ACCEPT + sudo iptables -A walkin -p tcp --dport 22 -j ACCEPT + sudo iptables -A walkin -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT + + #Allows lo, allows ssh out, allows connections out that are owned by root, allows vpn + sudo iptables -A walkout -o lo -j ACCEPT + sudo iptables -A walkout -p tcp --dport 22 -j ACCEPT + sudo iptables -A walkout -m owner --uid-owner root -j ACCEPT + sudo iptables -A walkout -o tun0 -j ACCEPT + + sudo iptables -A INPUT -j walkin + sudo iptables -A INPUT -j DROP + + sudo iptables -A OUTPUT -j walkout + sudo iptables -A OUTPUT -j DROP + #Not needed + sudo iptables -P INPUT DROP + sudo iptables -P OUTPUT DROP + echo "Firewall is on" + ;; + off) + sudo iptables -F + sudo iptables -P INPUT ACCEPT + sudo iptables -P OUTPUT ACCEPT + echo "Firewall is off" + ;; + *) + echo "Invalid arguments"; return ;; + esac +} + +#adb commands for moving files between the desktop and an android. +apull () { + adb shell ls '/storage/self/primary/Download/'$1 | tr -d '\r' | xargs -n1 adb pull +} + +als(){ + adb shell ls /storage/self/primary/Download/$1 +} + +apush() { + adb push "$1" /storage/self/primary/Download; +} + +poly() { + # Terminate already running bar instances + killall -q polybar + + # Wait until the processes have been shut down + while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done + + cp -r $XDG_CONFIG_HOME/polybar/bars/polybar-$1/* $XDG_CONFIG_HOME/polybar/ + cp -r $XDG_CONFIG_HOME/polybar/fonts/* ~/.local/share/fonts + fc-cache + $XDG_CONFIG_HOME/polybar/launch.sh +} + +vpn() { + nmcli connect $1 $2.protonvpn.com.udp +} + +define() { + dict $1 | less; +} +n () { + # Block nesting of nnn in subshells + if [ -n $NNNLVL ] && [ "${NNNLVL:-0}" -ge 1 ]; then + echo "nnn is already running" + return + fi + + # The default behaviour is to cd on quit (nnn checks if NNN_TMPFILE is set) + # To cd on quit only on ^G, remove the "export" as in: + # NNN_TMPFILE="${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.lastd" + # NOTE: NNN_TMPFILE is fixed, should not be modified + NNN_TMPFILE="${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.lastd" + + # Unmask ^Q (, ^V etc.) (if required, see `stty -a`) to Quit nnn + # stty start undef + # stty stop undef + # stty lwrap undef + # stty lnext undef + + nnn "$@" + + if [ -f "$NNN_TMPFILE" ]; then + . "$NNN_TMPFILE" + rm -f "$NNN_TMPFILE" > /dev/null + fi +} + +compare() { + git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative $1..$2; +} + +blaunch() { + BASE16_SHELL="$HOME/.config/base16-shell/" + [ -n "$PS1" ] && \ + [ -s "$BASE16_SHELL/profile_helper.sh" ] && \ + eval "$("$BASE16_SHELL/profile_helper.sh")" + } + diff --git a/.profile b/.profile new file mode 100644 index 0000000..8b78b3b --- /dev/null +++ b/.profile @@ -0,0 +1,36 @@ +# ~/.profile: executed by the command interpreter for login shells. +# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login +# exists. +# see /usr/share/doc/bash/examples/startup-files for examples. +# the files are located in the bash-doc package. + +# the default umask is set in /etc/profile; for setting the umask +# for ssh logins, install and configure the libpam-umask package. +#umask 022 + +# if running bash +if [ -n "$BASH_VERSION" ]; then + # include .bashrc if it exists + if [ -f "$HOME/.bashrc" ]; then + . "$HOME/.bashrc" + fi +fi + +# set PATH so it includes user's private bin if it exists +if [ -d "$HOME/bin" ] ; then + PATH="$HOME/bin:$PATH" +fi + +export PATH="$HOME/Macros:$HOME/go/bin:/usr/lib/go/bin:$PATH" +export GOPATH="$HOME/go" +export GO111MODULE=on +export VISUAL='ewrap' +export EDITOR='vim' +export PAGER='less' +export NNN_BMS='h:~/;c:~/.config;n:~/Notes;' +export NNN_FIFO=/tmp/nnn.fifo +export NNN_PLUG='p:preview-tui;c:x2sel;i:imgview' +export USE_PISTOL=0 +export XDG_CONFIG_HOME=$HOME/.config +export XDG_CACHE_HOME=$HOME/.cache +export XDG_DATA_HOME=$HOME/.local/share diff --git a/ckb-next/ckb-next.conf b/ckb-next/ckb-next.conf new file mode 100644 index 0000000..0c5f03d --- /dev/null +++ b/ckb-next/ckb-next.conf @@ -0,0 +1,1152 @@ +[Devices] +17007021AECC0C835713B65BF5001946\CurrentProfile={AAD99EDC-2B94-4474-884A-B88471DF7207} +17007021AECC0C835713B65BF5001946\Profiles={BA7FC152-2D51-4C26-A7A6-A036CC93D924} {AAD99EDC-2B94-4474-884A-B88471DF7207} +17007021AECC0C835713B65BF5001946\hwLayout=us +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Binding\KeyMap=SCIMITAR US +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Binding\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Binding\WinLock=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\GUID={7812A4FD-796E-4F8D-8F59-8CA1CE31A09B} +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\HwModified=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\List={28E34275-95FE-429B-BF9B-458F1A4B7609} +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\BlendMode=Normal +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Keys=back, thumb, wheel, dpi, front +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Name=Shimmer (Wave) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Opacity=1 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\angle=50 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\color=0:ff000000 100:ffffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\delay=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\duration=3 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\kpdelay=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\kpmode=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\kpmodestop=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\kprelease=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\kprepeat=3 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\kpstop=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\kptrigger=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\length=60 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\repeat=3 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\stop=-1 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\symmetric=1 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\Parameters\trigger=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\ScriptGuid={E0BBA19E-C328-4C0E-8E3C-A06D5722B4FC} +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\ScriptName=Wave +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Animations\%7B28E34275-95FE-429B-BF9B-458F1A4B7609%7D\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Brightness=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\KeyMap=SCIMITAR US +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\back=#000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\dpi=#000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\dpidn=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\dpiup=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\front=#000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\mouse1=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\mouse2=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\mouse3=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb=#000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb1=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb10=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb11=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb12=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb2=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb3=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb4=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb5=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb6=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb7=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb8=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\thumb9=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\wheel=#000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\wheeldn=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\Keys\wheelup=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Lighting\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Modified=77a4871f +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Name=Unnamed +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\AngleSnap=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\0=@Point(400 400) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\0RGB=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\1=@Point(450 450) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\1Disabled=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\1RGB=#ffffc000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\2=@Point(800 800) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\2Disabled=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\2RGB=#ffffff00 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\3=@Point(1500 1500) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\3Disabled=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\3RGB=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\4=@Point(3000 3000) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\4Disabled=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\4RGB=#ff00ffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\5=@Point(6000 6000) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\5Disabled=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\5RGB=#ffffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\6RGB=#ffc0c0c0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\DPI\CurIdx=5 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\0\Enable=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\0\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\0\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\0\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\1\Enable=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\1\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\1\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\1\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\2\Enable=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\2\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\2\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\2\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\3\Enable=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\3\RGB0=#00ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\3\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\4\Enable=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\4\RGB0=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\4\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\5\Enable=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\5\RGB0=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\5\RGB1=#ffffff00 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\5\RGB2=#ffffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\6\Enable=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\6\RGB0=#ffffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\6\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\7\Enable=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\7\RGB0=#00ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\7\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\7\RGB2=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\Indicators\DPI=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\0\Performance\LiftHeight=3 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Binding\KeyMap=SCIMITAR US +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Binding\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Binding\WinLock=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\GUID={AA13E3C5-DBB5-4A0C-973D-829BFBF0C7D4} +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\HwModified=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\List={B7CD852A-10DB-415B-B3B6-F02FFD9D02D0} +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\BlendMode=Normal +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Keys=back, thumb, wheel, dpi, front +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Name=Snake +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Opacity=1 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\delay=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\duration=40.0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\firstcol=ffa4c80a +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\kpdelay=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\kpmode=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\kpmodestop=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\kprelease=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\kprepeat=40 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\kpstop=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\kptrigger=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\repeat=40 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\secondcol=ff0000ff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\stop=-1 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\Parameters\trigger=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\ScriptGuid={40AFB1B0-92E4-4E0F-B368-E1E638F84247} +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\ScriptName=Snake +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Animations\%7BB7CD852A-10DB-415B-B3B6-F02FFD9D02D0%7D\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Brightness=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\KeyMap=SCIMITAR US +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\back=#75507b +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\dpi=#75507b +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\dpidn=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\dpiup=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\front=#75507b +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\mouse1=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\mouse2=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\mouse3=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb=#75507b +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb1=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb10=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb11=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb12=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb2=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb3=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb4=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb5=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb6=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb7=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb8=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\thumb9=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\wheel=#75507b +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\wheeldn=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\Keys\wheelup=#ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Lighting\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Modified=2822ee90 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Name=Unnamed +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\AngleSnap=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\0=@Point(400 400) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\0RGB=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\1=@Point(450 450) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\1Disabled=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\1RGB=#ffffc000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\2=@Point(800 800) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\2Disabled=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\2RGB=#ffffff00 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\3=@Point(1500 1500) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\3Disabled=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\3RGB=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\4=@Point(3000 3000) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\4Disabled=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\4RGB=#ff00ffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\5=@Point(6000 6000) +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\5Disabled=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\5RGB=#ffffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\6RGB=#ffc0c0c0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\DPI\CurIdx=3 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\0\Enable=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\0\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\0\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\0\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\1\Enable=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\1\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\1\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\1\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\2\Enable=false +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\2\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\2\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\2\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\3\Enable=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\3\RGB0=#00ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\3\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\4\Enable=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\4\RGB0=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\4\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\5\Enable=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\5\RGB0=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\5\RGB1=#ffffff00 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\5\RGB2=#ffffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\6\Enable=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\6\RGB0=#ffffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\6\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\7\Enable=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\7\RGB0=#00ffffff +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\7\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\7\RGB2=#ff000000 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\Indicators\DPI=true +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\1\Performance\LiftHeight=3 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\CurrentMode={7812A4FD-796E-4F8D-8F59-8CA1CE31A09B} +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\HwModified=0 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\ModeCount=2 +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\Modified=2b3845bb +17007021AECC0C835713B65BF5001946\%7BAAD99EDC-2B94-4474-884A-B88471DF7207%7D\Name=Customs +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Binding\KeyMap=SCIMITAR US +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Binding\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Binding\WinLock=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\GUID={11C11AE3-3195-4DFC-B8AC-2FEA703414E5} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\HwModified=2a5c3bfd +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\List={B60A7D3A-AAC6-4676-8471-D602455A1134}, {2657142D-4909-4A65-8E2C-B12AB77827F5} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\BlendMode=Normal +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Keys=space, down, quote, bspace, dot, rwin, rmenu, prev, tab, right, num0, num1, num2, num3, num4, num5, play, num6, colon, num7, num8, ralt, num9, esc, numslash, slash, prtscn, mute, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, bslash_iso, light, m1, m2, m3, home, rctrl, numplus, grave, a, b, pause, c, stop, d, e, f, g, f1, h, f2, i, g10, f3, rbrace, j, g11, f4, k, g12, f5, l, g13, f6, m, g14, f7, n, g15, f8, o, g16, f9, p, g17, q, g18, r, lwin, s, numminus, minus, t, u, up, v, w, x, y, z, end, rshift, mr, ins, comma, numdot, lctrl, g1, g2, g3, g4, g5, g6, g7, g8, g9, lbrace, lalt, numstar, lshift, numlock, f10, f11, f12, pgdn, hash, del, pgup, caps, lock, equal, left, numenter, next, enter, scroll, bslash +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Name=Type Lighting +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Opacity=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\color=ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\delay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\duration=1.000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\kpdelay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\kphold=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\kpmode=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\kpmodestop=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\kprelease=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\kprepeat=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\kpstop=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\kptrigger=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\randomize=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\repeat=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\stop=-1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\Parameters\trigger=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\ScriptGuid={54DD2975-E192-457D-BCFC-D912A24E33B4} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\ScriptName=Gradient +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7B2657142D-4909-4A65-8E2C-B12AB77827F5%7D\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\BlendMode=Normal +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Keys=space, quote, bspace, dot, rwin, rmenu, prev, tab, num0, num1, num2, num3, num4, num5, play, num6, colon, num7, num8, ralt, num9, esc, numslash, slash, prtscn, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, bslash_iso, home, rctrl, numplus, grave, b, pause, c, stop, e, f, g, f1, h, f2, i, g10, f3, rbrace, j, g11, f4, k, g12, f5, l, g13, f6, m, g14, f7, n, g15, f8, o, g16, f9, p, g17, q, g18, r, lwin, numminus, minus, t, u, v, x, y, z, end, rshift, ins, comma, numdot, lctrl, g1, g2, g3, g4, g5, g6, g7, g8, g9, lbrace, lalt, numstar, lshift, numlock, f10, f11, f12, pgdn, hash, del, pgup, caps, equal, numenter, next, enter, scroll, bslash, front, wheel, dpi, thumb, back +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Name=Wave +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Opacity=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\angle=120 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\color=0:ffff0000 17:ffffff00 33:ff00ff00 50:ff00ffff 67:ff0000ff 83:ffff00ff 100:ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\delay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\duration=3 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\kpdelay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\kpmode=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\kpmodestop=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\kprelease=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\kprepeat=3 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\kpstop=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\kptrigger=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\length=100.000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\repeat=3 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\stop=-1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\symmetric=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\Parameters\trigger=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\ScriptGuid={E0BBA19E-C328-4C0E-8E3C-A06D5722B4FC} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\ScriptName=Wave +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Animations\%7BB60A7D3A-AAC6-4676-8471-D602455A1134%7D\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Brightness=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\KeyMap=SCIMITAR US +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\0=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\4=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\5=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\6=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\7=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\8=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\9=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\a=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\b=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\back=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\bslash=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\bslash_iso=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\bspace=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\c=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\caps=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\colon=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\comma=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\d=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\del=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\dot=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\down=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\dpi=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\dpidn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\dpiup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\e=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\end=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\enter=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\equal=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\esc=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f10=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f11=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f12=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f4=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f5=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f6=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f7=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f8=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\f9=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\front=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g10=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g11=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g12=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g13=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g14=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g15=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g16=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g17=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g18=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g4=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g5=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g6=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g7=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g8=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\g9=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\grave=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\h=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\hash=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\home=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\i=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\ins=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\j=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\k=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\l=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\lalt=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\lbrace=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\lctrl=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\left=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\light=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\lock=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\lshift=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\lwin=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\m=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\m1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\m2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\m3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\minus=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\mouse1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\mouse2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\mouse3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\mr=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\mute=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\n=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\next=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\num0=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\num1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\num2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\num3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\num4=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\num5=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\num6=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\num7=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\num8=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\num9=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\numdot=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\numenter=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\numlock=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\numminus=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\numplus=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\numslash=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\numstar=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\o=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\p=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\pause=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\pgdn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\pgup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\play=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\prev=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\prtscn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\q=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\quote=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\r=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\ralt=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\rbrace=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\rctrl=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\right=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\rmenu=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\rshift=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\rwin=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\s=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\scroll=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\slash=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\space=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\stop=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\t=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\tab=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb10=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb11=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb12=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb4=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb5=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb6=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb7=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb8=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\thumb9=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\u=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\up=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\v=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\voldn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\volup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\w=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\wheel=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\wheeldn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\wheelup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\x=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\y=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\Keys\z=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Lighting\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Modified=6e10fcf6 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Name=Rainbow +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\AngleSnap=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\0=@Point(400 400) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\0RGB=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\1=@Point(450 450) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\1Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\1RGB=#ffffc000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\2=@Point(800 800) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\2Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\2RGB=#ffffff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\3=@Point(1500 1500) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\3Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\3RGB=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\4=@Point(3000 3000) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\4Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\4RGB=#ff00ffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\5=@Point(6000 6000) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\5Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\5RGB=#ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\6RGB=#ffc0c0c0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\DPI\CurIdx=2 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\0\Enable=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\0\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\0\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\0\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\1\Enable=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\1\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\1\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\1\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\2\Enable=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\2\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\2\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\2\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\3\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\3\RGB0=#00ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\3\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\4\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\4\RGB0=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\4\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\5\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\5\RGB0=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\5\RGB1=#ffffff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\5\RGB2=#ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\6\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\6\RGB0=#ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\6\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\7\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\7\RGB0=#00ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\7\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\7\RGB2=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\Indicators\DPI=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\0\Performance\LiftHeight=3 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Binding\KeyMap=SCIMITAR US +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Binding\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Binding\WinLock=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\GUID={982F6B59-8399-4FA6-8AF4-3BC63A62D9AD} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\HwModified=d6674c5 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\List={9EA4750E-790A-4DCE-90D0-CAAB36CCA693} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\BlendMode=Normal +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Keys=space, down, quote, dot, right, colon, slash, bslash_iso, a, b, c, d, e, f, g, h, i, rbrace, j, k, l, m, n, o, p, q, r, s, t, u, up, v, w, x, y, z, comma, lbrace, hash, left, bslash, front, wheel, dpi, thumb, back +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Name=Breath +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Opacity=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\color=0:00ffffff 50:ffffffff 100:00ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\delay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\duration=5 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\kpdelay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\kphold=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\kpmode=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\kpmodestop=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\kprelease=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\kprepeat=5 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\kpstop=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\kptrigger=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\randomize=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\repeat=5 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\stop=-1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\Parameters\trigger=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\ScriptGuid={54DD2975-E192-457D-BCFC-D912A24E33B4} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\ScriptName=Gradient +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Animations\%7B9EA4750E-790A-4DCE-90D0-CAAB36CCA693%7D\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Brightness=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\KeyMap=SCIMITAR US +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\0=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\4=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\5=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\6=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\7=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\8=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\9=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\a=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\b=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\back=#000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\bslash=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\bslash_iso=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\bspace=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\c=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\caps=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\colon=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\comma=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\d=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\del=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\dot=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\down=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\dpi=#000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\dpidn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\dpiup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\e=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\end=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\enter=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\equal=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\esc=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f10=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f11=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f12=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f4=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f5=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f6=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f7=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f8=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\f9=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\front=#000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g1=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g10=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g11=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g12=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g13=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g14=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g15=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g16=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g17=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g18=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g2=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g3=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g4=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g5=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g6=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g7=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g8=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\g9=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\grave=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\h=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\hash=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\home=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\i=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\ins=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\j=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\k=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\l=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\lalt=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\lbrace=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\lctrl=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\left=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\light=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\lock=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\lshift=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\lwin=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\m=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\m1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\m2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\m3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\minus=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\mouse1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\mouse2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\mouse3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\mr=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\mute=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\n=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\next=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\num0=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\num1=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\num2=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\num3=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\num4=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\num5=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\num6=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\num7=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\num8=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\num9=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\numdot=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\numenter=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\numlock=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\numminus=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\numplus=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\numslash=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\numstar=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\o=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\p=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\pause=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\pgdn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\pgup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\play=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\prev=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\prtscn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\q=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\quote=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\r=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\ralt=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\rbrace=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\rctrl=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\right=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\rmenu=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\rshift=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\rwin=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\s=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\scroll=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\slash=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\space=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\stop=#ff8080 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\t=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\tab=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb=#000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb10=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb11=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb12=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb4=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb5=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb6=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb7=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb8=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\thumb9=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\u=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\up=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\v=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\voldn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\volup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\w=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\wheel=#000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\wheeldn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\wheelup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\x=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\y=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\Keys\z=#ff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Lighting\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Modified=7542978d +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Name=Breathing +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\AngleSnap=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\0=@Point(400 400) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\0RGB=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\1=@Point(450 450) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\1Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\1RGB=#ffffc000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\2=@Point(800 800) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\2Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\2RGB=#ffffff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\3=@Point(1500 1500) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\3Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\3RGB=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\4=@Point(3000 3000) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\4Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\4RGB=#ff00ffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\5=@Point(6000 6000) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\5Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\5RGB=#ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\6RGB=#ffc0c0c0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\DPI\CurIdx=4 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\0\Enable=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\0\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\0\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\0\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\1\Enable=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\1\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\1\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\1\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\2\Enable=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\2\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\2\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\2\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\3\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\3\RGB0=#00ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\3\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\4\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\4\RGB0=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\4\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\5\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\5\RGB0=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\5\RGB1=#ffffff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\5\RGB2=#ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\6\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\6\RGB0=#ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\6\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\7\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\7\RGB0=#00ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\7\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\7\RGB2=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\Indicators\DPI=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\1\Performance\LiftHeight=3 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Binding\KeyMap=SCIMITAR US +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Binding\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Binding\WinLock=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\GUID={57C94A3A-80E6-4182-B067-6D4A14AD497C} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\HwModified=417c3862 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\List={51E79A62-3C5C-4732-925C-098499E81A21}, {913D4ABD-246C-4008-9CFB-F4B91CC991F1} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\BlendMode=Multiply +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Keys=space, down, quote, bspace, dot, rwin, rmenu, prev, tab, right, num0, num1, num2, num3, num4, num5, play, num6, colon, num7, num8, ralt, num9, esc, numslash, slash, prtscn, mute, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, bslash_iso, light, m1, m2, m3, home, rctrl, numplus, grave, a, b, pause, c, stop, d, e, f, g, f1, h, f2, i, g10, f3, rbrace, j, g11, f4, k, g12, f5, l, g13, f6, m, g14, f7, n, g15, f8, o, g16, f9, p, g17, q, g18, r, lwin, s, numminus, minus, t, u, up, v, w, x, y, z, end, rshift, mr, ins, comma, numdot, lctrl, g1, g2, g3, g4, g5, g6, g7, g8, g9, lbrace, lalt, numstar, lshift, numlock, f10, f11, f12, pgdn, hash, del, pgup, caps, lock, equal, left, numenter, next, enter, scroll, bslash, front, wheel, dpi, thumb, back +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Name=Random +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Opacity=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Parameters\delay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Parameters\duration=0.5 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Parameters\fade=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Parameters\kpdelay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Parameters\kpmode=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Parameters\kpmodestop=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Parameters\kprelease=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Parameters\kpstop=-1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Parameters\kptrigger=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Parameters\stop=-1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Parameters\trigger=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\Parameters\useopacity=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\ScriptGuid={22418DA4-A181-4B93-A4D3-03682BA283D2} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\ScriptName=Random +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B51E79A62-3C5C-4732-925C-098499E81A21%7D\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\BlendMode=Add +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Keys=space, down, quote, bspace, dot, rwin, rmenu, prev, tab, right, num0, num1, num2, num3, num4, num5, play, num6, colon, num7, num8, ralt, num9, esc, numslash, slash, prtscn, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, bslash_iso, home, rctrl, numplus, grave, a, b, pause, c, stop, d, e, f, g, f1, h, f2, i, g10, f3, rbrace, j, g11, f4, k, g12, f5, l, g13, f6, m, g14, f7, n, g15, f8, o, g16, f9, p, g17, q, g18, r, lwin, s, numminus, minus, t, u, up, v, w, x, y, z, end, rshift, ins, comma, numdot, lctrl, g1, g2, g3, g4, g5, g6, g7, g8, g9, lbrace, lalt, numstar, lshift, numlock, f10, f11, f12, pgdn, hash, del, pgup, caps, equal, left, numenter, next, enter, scroll, bslash +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Name=Ripple +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Opacity=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\color=0:ffff007f 100:00ff007f +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\delay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\duration=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\kpdelay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\kpmode=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\kpmodestop=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\kprelease=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\kprepeat=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\kpstop=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\kptrigger=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\length=10 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\randomize=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\repeat=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\stop=-1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\symmetric=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\trigger=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\x_offset=0.000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\Parameters\y_offset=0.000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\ScriptGuid={097D69F0-70B2-48B8-AFE2-25A1CDB02C9D} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\ScriptName=Ripple +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Animations\%7B913D4ABD-246C-4008-9CFB-F4B91CC991F1%7D\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Brightness=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\KeyMap=SCIMITAR US +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\0=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\1=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\2=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\3=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\4=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\5=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\6=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\7=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\8=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\9=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\a=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\b=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\back=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\bslash=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\bslash_iso=#9700ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\bspace=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\c=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\caps=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\colon=#9700ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\comma=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\d=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\del=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\dot=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\down=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\dpi=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\dpidn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\dpiup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\e=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\end=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\enter=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\equal=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\esc=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f1=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f10=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f11=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f12=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f2=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f3=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f4=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f5=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f6=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f7=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f8=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\f9=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\front=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g1=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g10=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g11=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g12=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g13=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g14=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g15=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g16=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g17=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g18=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g2=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g3=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g4=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g5=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g6=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g7=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g8=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\g9=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\grave=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\h=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\hash=#9700ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\home=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\i=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\ins=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\j=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\k=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\l=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\lalt=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\lbrace=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\lctrl=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\left=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\light=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\lock=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\lshift=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\lwin=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\m=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\m1=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\m2=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\m3=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\minus=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\mouse1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\mouse2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\mouse3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\mr=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\mute=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\n=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\next=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\num0=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\num1=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\num2=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\num3=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\num4=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\num5=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\num6=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\num7=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\num8=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\num9=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\numdot=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\numenter=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\numlock=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\numminus=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\numplus=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\numslash=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\numstar=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\o=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\p=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\pause=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\pgdn=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\pgup=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\play=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\prev=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\prtscn=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\q=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\quote=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\r=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\ralt=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\rbrace=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\rctrl=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\right=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\rmenu=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\rshift=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\rwin=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\s=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\scroll=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\slash=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\space=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\stop=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\t=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\tab=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb10=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb11=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb12=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb4=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb5=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb6=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb7=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb8=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\thumb9=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\u=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\up=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\v=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\voldn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\volup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\w=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\wheel=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\wheeldn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\wheelup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\x=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\y=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\Keys\z=#aa00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Lighting\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Modified=677ee07f +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Name=Trippy +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\AngleSnap=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\0=@Point(400 400) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\0RGB=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\1=@Point(450 450) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\1Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\1RGB=#ff4000ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\2=@Point(800 800) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\2Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\2RGB=#ff8000ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\3=@Point(1500 1500) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\3Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\3RGB=#ffff00ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\4=@Point(3000 3000) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\4Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\4RGB=#ffff80ff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\5=@Point(6000 6000) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\5Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\5RGB=#ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\6RGB=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\DPI\CurIdx=3 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\0\Enable=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\0\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\0\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\0\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\1\Enable=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\1\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\1\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\1\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\2\Enable=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\2\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\2\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\2\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\3\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\3\RGB0=#00ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\3\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\4\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\4\RGB0=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\4\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\5\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\5\RGB0=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\5\RGB1=#ffffff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\5\RGB2=#ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\6\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\6\RGB0=#ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\6\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\7\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\7\RGB0=#00ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\7\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\7\RGB2=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\Indicators\DPI=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\2\Performance\LiftHeight=3 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Binding\KeyMap=SCIMITAR US +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Binding\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Binding\WinLock=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\GUID={9CB6CBD1-177B-478B-BA35-0300F363592A} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\HwModified=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\List={B2FB7DA0-C648-442F-9F83-1DA32E72D663}, {63A77F7D-E870-47D9-ADAD-5D48DB13C342} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\BlendMode=Divide +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Keys=thumb, dpi, front, back, wheel +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Name=Invaders +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Opacity=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\continue_count=3 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\delay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\duration=1.0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\kpdelay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\kpmode=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\kpmodestop=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\kprelease=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\kprepeat=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\kpstop=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\kptrigger=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\repeat=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\stop=-1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\Parameters\trigger=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\ScriptGuid={54DD2975-E192-457D-BCFC-D912A24E33B9} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\ScriptName=Invaders +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7B63A77F7D-E870-47D9-ADAD-5D48DB13C342%7D\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\BlendMode=Normal +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Keys=thumb, dpi, front, back, wheel +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Name=Fade in (Gradient) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Opacity=1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\color=0:ff000000 100:ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\delay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\duration=3 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\kpdelay=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\kphold=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\kpmode=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\kpmodestop=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\kprelease=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\kprepeat=3 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\kpstop=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\kptrigger=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\randomize=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\repeat=4.1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\stop=-1 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\Parameters\trigger=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\ScriptGuid={54DD2975-E192-457D-BCFC-D912A24E33B4} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\ScriptName=Gradient +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Animations\%7BB2FB7DA0-C648-442F-9F83-1DA32E72D663%7D\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Brightness=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\KeyMap=SCIMITAR US +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\back=#4e9a06 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\dpi=#4e9a06 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\dpidn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\dpiup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\front=#4e9a06 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\mouse1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\mouse2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\mouse3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb=#4e9a06 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb1=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb10=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb11=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb12=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb2=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb3=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb4=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb5=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb6=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb7=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb8=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\thumb9=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\wheel=#4e9a06 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\wheeldn=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\Keys\wheelup=#ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Lighting\UseRealNames=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Modified=7cbd4366 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Name=special +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\AngleSnap=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\0=@Point(400 400) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\0RGB=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\1=@Point(450 450) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\1Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\1RGB=#ffffc000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\2=@Point(800 800) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\2Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\2RGB=#ffffff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\3=@Point(1500 1500) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\3Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\3RGB=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\4=@Point(3000 3000) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\4Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\4RGB=#ff00ffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\5=@Point(6000 6000) +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\5Disabled=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\5RGB=#ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\6RGB=#ffc0c0c0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\DPI\CurIdx=5 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\0\Enable=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\0\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\0\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\0\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\1\Enable=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\1\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\1\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\1\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\2\Enable=false +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\2\Hardware=0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\2\RGB0=#ff00ff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\2\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\3\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\3\RGB0=#00ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\3\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\4\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\4\RGB0=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\4\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\5\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\5\RGB0=#ffff0000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\5\RGB1=#ffffff00 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\5\RGB2=#ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\6\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\6\RGB0=#ffffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\6\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\7\Enable=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\7\RGB0=#00ffffff +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\7\RGB1=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\7\RGB2=#ff000000 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\Indicators\DPI=true +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\3\Performance\LiftHeight=3 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\CurrentMode={982F6B59-8399-4FA6-8AF4-3BC63A62D9AD} +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\HwModified=40b6f054 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\ModeCount=4 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\Modified=226258b0 +17007021AECC0C835713B65BF5001946\%7BBA7FC152-2D51-4C26-A7A6-A036CC93D924%7D\Name=Demo + +[Popups] +BGWarning=true + +[Program] +CkbMigrationChecked=true +CkbNextIniMigrationChecked=true +GlobalBrightness=0 +NewDidLoginItem=true +QtWarningDismissed=true + +[UI] +DPI\UnlinkXY=false +Light\ShowBaseOnly=false diff --git a/cmus/autosave b/cmus/autosave new file mode 100644 index 0000000..8026402 --- /dev/null +++ b/cmus/autosave @@ -0,0 +1,206 @@ +set aaa_mode=all +set altformat_current= %F +set altformat_playlist= %f%= %d +set altformat_title=%f +set altformat_trackwin= %f%= %d +set auto_expand_albums_follow=true +set auto_expand_albums_search=true +set auto_expand_albums_selcur=true +set auto_reshuffle=true +set buffer_seconds=10 +set color_cmdline_attr=default +set color_cmdline_bg=default +set color_cmdline_fg=default +set color_cur_sel_attr=default +set color_error=124 +set color_info=172 +set color_separator=246 +set color_statusline_attr=default +set color_statusline_bg=237 +set color_statusline_fg=72 +set color_titleline_attr=default +set color_titleline_bg=236 +set color_titleline_fg=142 +set color_trackwin_album_attr=bold +set color_trackwin_album_bg=default +set color_trackwin_album_fg=default +set color_win_attr=default +set color_win_bg=default +set color_win_cur=175 +set color_win_cur_attr=default +set color_win_cur_sel_attr=default +set color_win_cur_sel_bg=237 +set color_win_cur_sel_fg=175 +set color_win_dir=229 +set color_win_fg=default +set color_win_inactive_cur_sel_attr=default +set color_win_inactive_cur_sel_bg=236 +set color_win_inactive_cur_sel_fg=175 +set color_win_inactive_sel_attr=default +set color_win_inactive_sel_bg=236 +set color_win_inactive_sel_fg=229 +set color_win_sel_attr=default +set color_win_sel_bg=237 +set color_win_sel_fg=229 +set color_win_title_attr=default +set color_win_title_bg=246 +set color_win_title_fg=235 +set confirm_run=true +set continue=true +set device=/dev/cdrom +set display_artist_sort_name=false +set dsp.alsa.device= +set dsp.ao.buffer_size=16384 +set dsp.ao.device_interface= +set dsp.ao.driver= +set dsp.ao.wav_counter=1 +set dsp.ao.wav_dir=/home/immanuel +set dsp.jack.resampling_quality=2 +set dsp.jack.server_name= +set follow=false +set format_current= %a - %l -%3n. %t%= %y +set format_playlist= %-21%a %3n. %t%= %y %d %{?X!=0?%3X ? } +set format_playlist_va= %-21%A %3n. %t (%a)%= %y %d %{?X!=0?%3X ? } +set format_statusline= %{status} %{?show_playback_position?%{position} %{?duration?/ %{duration} }?%{?duration?%{duration} }}- %{total} %{?bpm>0?at %{bpm} BPM }%{?volume>=0?vol: %{?lvolume!=rvolume?%{lvolume},%{rvolume} ?%{volume} }}%{?stream?buf: %{buffer} }%{?show_current_bitrate & bitrate>=0? %{bitrate} kbps }%=%{?repeat_current?repeat current?%{?play_library?%{playlist_mode} from %{?play_sorted?sorted }library?playlist}} | %1{continue}%1{follow}%1{repeat}%1{shuffle} +set format_title=%a - %l - %t (%y) +set format_trackwin=%3n. %t%= %y %d +set format_trackwin_album= %l +set format_trackwin_va=%3n. %t (%a)%= %y %d +set format_treewin= %l +set format_treewin_artist=%a +set icecast_default_charset=ISO-8859-1 +set id3_default_charset=ISO-8859-1 +set input.aac.priority=50 +set input.cdio.cddb_url=freedb.freedb.org:8880 +set input.cdio.priority=50 +set input.cue.priority=50 +set input.ffmpeg.priority=30 +set input.flac.priority=50 +set input.mad.priority=55 +set input.modplug.priority=50 +set input.mpc.priority=50 +set input.opus.priority=50 +set input.vorbis.priority=50 +set input.wav.priority=50 +set input.wavpack.priority=50 +set lib_add_filter= +set lib_sort=albumartist date album discnumber tracknumber title filename play_count +set mixer.alsa.channel= +set mixer.alsa.device= +set mixer.pulse.restore_volume=1 +set mouse=false +set mpris=true +set output_plugin=pulse +set passwd= +set pl_sort= +set play_library=true +set play_sorted=false +set repeat=true +set repeat_current=false +set replaygain=disabled +set replaygain_limit=true +set replaygain_preamp=0.000000 +set resume=false +set rewind_offset=5 +set scroll_offset=2 +set set_term_title=true +set show_all_tracks=true +set show_current_bitrate=false +set show_hidden=false +set show_playback_position=true +set show_remaining_time=true +set shuffle=false +set skip_track_info=false +set smart_artist_sort=true +set softvol=false +set softvol_state=0 0 +set start_view=tree +set status_display_program= +set time_show_leading_zero=true +set wrap_search=true +bind browser backspace browser-up +bind browser i toggle show_hidden +bind browser space win-activate +bind browser u win-update +bind common ! push shell +bind common + vol +10% +bind common , seek -1m +bind common - vol -10% +bind common . seek +1m +bind common 1 view tree +bind common 2 view sorted +bind common 3 view playlist +bind common 4 view queue +bind common 5 view browser +bind common 6 view filters +bind common 7 view settings +bind common = vol +10% +bind common C toggle continue +bind common D win-remove +bind common E win-add-Q +bind common F push filter +bind common G win-bottom +bind common I echo {} +bind common L push live-filter +bind common M toggle play_library +bind common N search-prev +bind common P win-mv-before +bind common U win-update-cache +bind common [ vol +1% +0 +bind common ] vol +0 +1% +bind common ^B win-page-up +bind common ^C echo Type :quit to exit cmus. +bind common ^E win-scroll-down +bind common ^F win-page-down +bind common ^L refresh +bind common ^R toggle repeat_current +bind common ^Y win-scroll-up +bind common a win-add-l +bind common b player-next +bind common c player-pause +bind common delete win-remove +bind common down win-down +bind common e win-add-q +bind common end win-bottom +bind common enter win-activate +bind common f toggle follow +bind common g win-top +bind common h seek -5 +bind common home win-top +bind common i win-sel-cur +bind common j win-down +bind common k win-up +bind common l seek +5 +bind common left seek -5 +bind common m toggle aaa_mode +bind common mlb_click_selected win-activate +bind common mouse_scroll_down win-down +bind common mouse_scroll_up win-up +bind common n search-next +bind common o toggle play_sorted +bind common p win-mv-after +bind common page_down win-page-down +bind common page_up win-page-up +bind common q quit -i +bind common r toggle repeat +bind common right seek +5 +bind common s toggle shuffle +bind common space win-toggle +bind common t toggle show_remaining_time +bind common tab win-next +bind common u update-cache +bind common up win-up +bind common v player-stop +bind common x player-play +bind common y win-add-p +bind common z player-prev +bind common { vol -1% -0 +bind common } vol -0 -1% +fset 90s=date>=1990&date<2000 +fset classical=genre="Classical" +fset missing-tag=!stream&(artist=""|album=""|title=""|tracknumber=-1|date=-1) +fset mp3=filename="*.mp3" +fset ogg=filename="*.ogg" +fset ogg-or-mp3=ogg|mp3 +fset unheard=play_count=0 +factivate diff --git a/cmus/cache b/cmus/cache new file mode 100644 index 0000000..72ffdc2 Binary files /dev/null and b/cmus/cache differ diff --git a/cmus/command-history b/cmus/command-history new file mode 100644 index 0000000..4c09b8a --- /dev/null +++ b/cmus/command-history @@ -0,0 +1,18 @@ +colorscheme +colo +live-filter +live-filter el hu +help +colorscheme gruvbox +cd ~ +pl-create night +colorscheme dracula +quit +delete ALL +delete all +qa +refresh +add . +add +load +import diff --git a/cmus/lib.pl b/cmus/lib.pl new file mode 100644 index 0000000..135680b --- /dev/null +++ b/cmus/lib.pl @@ -0,0 +1,1295 @@ +/home/immanuel/Music/2013 Morning in Japan (EP)/01. Introduction.flac +/home/immanuel/Music/2013 Morning in Japan (EP)/02. Morning in Japan.flac +/home/immanuel/Music/2013 Morning in Japan (EP)/03. Kids.flac +/home/immanuel/Music/2013 Morning in Japan (EP)/04. When The Night Comes.flac +/home/immanuel/Music/6IX9INE - 93.mp3 +/home/immanuel/Music/6IX9INE - CHOCOLATÉ.mp3 +/home/immanuel/Music/A Picture of Time-grqPWGjWZ6Y.webm +/home/immanuel/Music/Baauer - Clang.mp3 +/home/immanuel/Music/Big Sean - No Hearts, No Love.mp3 +/home/immanuel/Music/Bjurman, They Dream By Day, Rospigg - Shortcomings-uGjxQCvruwI.webm +/home/immanuel/Music/Boosie Badazz - Good Ol Days (Audio) (feat. Webbie)-BOJezOBofew.m4a +/home/immanuel/Music/Brandy & Monica - The Boy Is Mine (Official Video)-qSIOp_K5GMw.webm +/home/immanuel/Music/Club cheval - From The Basement To The Roof.mp3 +/home/immanuel/Music/Drake - Toosie Slide-xWggTb45brM.webm +/home/immanuel/Music/Ed Banger records - Justice - D.A.N.C.E.mp3 +/home/immanuel/Music/EDM/A Thing With Feathers/El Huervo - 214 (Featuring Baiyon).mp3 +/home/immanuel/Music/EDM/A Thing With Feathers/El Huervo - Boy.mp3 +/home/immanuel/Music/EDM/A Thing With Feathers/El Huervo - Fallen.mp3 +/home/immanuel/Music/EDM/A Thing With Feathers/El Huervo - Innua.mp3 +/home/immanuel/Music/EDM/A Thing With Feathers/El Huervo - Memory.mp3 +/home/immanuel/Music/EDM/A Thing With Feathers/El Huervo - Mulligan (Featuring Gerasimos Vandoros).mp3 +/home/immanuel/Music/EDM/A Thing With Feathers/El Huervo - Precipice.mp3 +/home/immanuel/Music/EDM/A Thing With Feathers/El Huervo - Romania.mp3 +/home/immanuel/Music/EDM/A Thing With Feathers/El Huervo - Tanderum.mp3 +/home/immanuel/Music/EDM/A Thing With Feathers/El Huervo - Temple.mp3 +/home/immanuel/Music/EDM/A Thing With Feathers/El Huervo - Tendrils Brood.mp3 +/home/immanuel/Music/EDM/A Thing With Feathers/El Huervo - The Setup.mp3 +/home/immanuel/Music/EDM/El Huervo - World's End [Full Album]-YpnnFgrcLkA.webm +/home/immanuel/Music/EDM/Le Temps/El Huervo - Erosion-3995654319.mp3 +/home/immanuel/Music/EDM/Le Temps/El Huervo - Le Temps (Annelie Remix)-2127436839.mp3 +/home/immanuel/Music/EDM/Le Temps/El Huervo - Le Temps (Digital Dreams Wrapped In Plastic Remix)-2216387210.mp3 +/home/immanuel/Music/EDM/Le Temps/El Huervo - Le Temps (Featuring Brahm)-3509709757.mp3 +/home/immanuel/Music/EDM/Le Temps/El Huervo - Le Temps (Infomercial Rework)-2883346493.mp3 +/home/immanuel/Music/EDM/Le Temps/El Huervo - Le Temps (Reagan Bombs Remix)-2580265033.mp3 +/home/immanuel/Music/EDM/Le Temps/El Huervo - Shadow-2007410848.mp3 +/home/immanuel/Music/EDM/The Setup/El Huervo - The Setup (Anomie Belle Remix).mp3 +/home/immanuel/Music/EDM/The Setup/El Huervo - The Setup (Catbeats 'Skweee Flavor' Remix).mp3 +/home/immanuel/Music/EDM/The Setup/El Huervo - The Setup (Digital Dreams Wrapped In Plastic Remix Feat. Tanimura Midnight).mp3 +/home/immanuel/Music/EDM/The Setup/El Huervo - The Setup.mp3 +/home/immanuel/Music/EDM/The Setup/El Huervo - The Setup (Sigh-Phy Remix).mp3 +/home/immanuel/Music/EDM/The Setup/El Huervo - The Setup (Steamworld Dig 2 Cavern Edit).mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - All About You (Too)-2236805900.mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - Bizz Bites Back-4134849291.mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - Carried Away-2133734850.mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - Frilejd-4101987387.mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - Notation Campire (Steamworld Dig 2 Mix)-945472598.mp3 +/home/immanuel/Music/Eminem - Unaccommodating (ft. Young M.A)-NriGTu58y6w.webm +/home/immanuel/Music/Fakear/2013 Morning in Japan (EP)/01. Introduction.flac +/home/immanuel/Music/Fakear/2013 Morning in Japan (EP)/02. Morning in Japan.flac +/home/immanuel/Music/Fakear/2013 Morning in Japan (EP)/03. Kids.flac +/home/immanuel/Music/Fakear/2013 Morning in Japan (EP)/04. When The Night Comes.flac +/home/immanuel/Music/FBG Duck - Slide ( Official Video ) Dir x @Rickee_Arts _ Prod x @LilRiicoBeatz-2QzQUO3j0gE.m4a +/home/immanuel/Music/Future - Life Is Good (Audio) ft. Drake-ZBOoVj6IW3s.webm +/home/immanuel/Music/Ghetto Sage - Häagen Dazs-kgKzFC_zd2Y.webm +/home/immanuel/Music/Groove Crusader - Justice Wears High Tops/Codename DANGUS-3917110183.mp3 +/home/immanuel/Music/Groove Crusader - Justice Wears High Tops/Guardian of the Wasteland-3780312631.mp3 +/home/immanuel/Music/Groove Crusader - Justice Wears High Tops/Justice Wears High Tops-946065186.mp3 +/home/immanuel/Music/Groove Crusader - Justice Wears High Tops/Landfill - Earth-1267068029.mp3 +/home/immanuel/Music/Groove Crusader - Justice Wears High Tops/Postatmosphere-2655235352.mp3 +/home/immanuel/Music/gvmeover - €MPIR€.mp3 +/home/immanuel/Music/Hot Steppa - Fayen (Florian Rietze Remix)-MH2Yvfd5lrk.webm +/home/immanuel/Music/Hudson Mohawke - Hudson Mohawke - Chimes (Official).mp3 +/home/immanuel/Music/Jax Jones, Martin Solveig, Madison Beer - All Day And Night (Late Night Session)-jfreFPe99GU.webm +/home/immanuel/Music/JJ Lin - River South (Audio)-_a6ZOiYVjYA.webm +/home/immanuel/Music/Kevin Gates - Really Really.webm +/home/immanuel/Music/Khalid & Normani - Love Lies (Official Audio)-izIyhdEHSPo.m4a +/home/immanuel/Music/Kygo, Whitney Houston - Higher Love (Audio)-dTYOkcRH220.webm +/home/immanuel/Music/LEFTY _ Jack Roney - Lefty - This Is The One (Original Mix) OUT 16_12_14(1).mp3 +/home/immanuel/Music/LEFTY _ Jack Roney - Lefty - This Is The One (Original Mix) OUT 16_12_14.mp3 +/home/immanuel/Music/Lil Durk - Gucci Gucci feat. Gunna (Official Audio)-HE4ZfIRMVOg.webm +/home/immanuel/Music/Lil Skies - Migos - Ice Tray (Ft. Lil Yatchy) _ Look Alive Remix _ Creeping (Ft .mp3 +/home/immanuel/Music/Louis L. - Fantasie/Louis L. Handpan - Cascada Interpretation-2503020069.wav +/home/immanuel/Music/Louis L. - Fantasie/Louis L. Handpan - Ilk Sokak-535081837.wav +/home/immanuel/Music/Louis L. - Fantasie/Louis L. Handpan - Phytosh Pauan-1992266040.wav +/home/immanuel/Music/Louis L. - Fantasie/Louis L. Handpan - Sinus-853495464.wav +/home/immanuel/Music/Louis L. - Fantasie/Louis L. Handpan - Slum-2777874226.wav +/home/immanuel/Music/Maluma - Mala Mía (Official Video)-Q527XDLEpfU.mkv +/home/immanuel/Music/midnight - Absolute Reprise (prod. Karnival Blues).mp3 +/home/immanuel/Music/midnight - Baptize (prod. by YLXR).mp3 +/home/immanuel/Music/midnight - Harder ft. Jez Dior (prod. by YLXR).mp3 +/home/immanuel/Music/midnight - Promethium (prod. ylxr).mp3 +/home/immanuel/Music/Monstercat - Aaron Richards - She Don't Like The Lights (Prod. By Direct).mp3 +/home/immanuel/Music/Monstercat - Aero Chord - Surface.mp3 +/home/immanuel/Music/Monstercat - Varien - Aether and Light.mp3 +/home/immanuel/Music/Muddy Waters - Mannish Boy (Audio)-bSfqNEvykv0.webm +/home/immanuel/Music/Normani - Waves (feat. 6LACK) (Official Music Video)-x-x-eyZf8Ko.m4a +/home/immanuel/Music/octobersveryown - BlocBoy JB LOOK ALIVE ft. Drake.mp3 +/home/immanuel/Music/Other/Eas beats - YBN cordae type beat-960542058.wav +/home/immanuel/Music/Pegboard Nerds - Excision & Pegboard Nerds - Bring The Madness (Ft. Mayor Apeshi.mp3 +/home/immanuel/Music/Pop Smoke - Dior (Official Audio)-goYgHnsQdtY.webm +/home/immanuel/Music/POP SMOKE - DIOR (REMIX) ft. Gunna (Official Audio)-YlRxTNDh4A4.webm +/home/immanuel/Music/Pop Smoke - Make It Rain ft. Rowdy Rebel-M3PPK-txrpg.webm +/home/immanuel/Music/Project Cars 2 Soundtrack - Guts and Glory (Track 5) - Project Cars 2 OST-_7LlGyNrTMQ.mp3 +/home/immanuel/Music/ROSALÍA, J Balvin - Con Altura (Official Video) ft. El Guincho-p7bfOZek9t4.webm +/home/immanuel/Music/SAINt JHN - 'Roses' Imanbek Remix (Official Audio)-ele2DMU49Jk.webm +/home/immanuel/Music/Selena Gomez - Fetish (Audio) ft. Gucci Mane (320 kbps).mp3 +/home/immanuel/Music/Surfaces - Sunday Best [Official Audio]-Xt3m04Tscc8.webm +/home/immanuel/Music/UKF - Dabin - Hold (ft. Daniela Andrade) (Fred V & Grafix Remix).mp3 +/home/immanuel/Music/Young M.A - 'Walk' (Official Video)-zogtwLQQEfY.webm +/home/immanuel/Music/Z8ch27 - YBN Cordae - Have Mercy-973292303.wav +/home/immanuel/Podcasts/Animal Talking S01E02 — Leah Whitta, Tanya-TCROzeRZ1MM.webm +/home/immanuel/Podcasts/FiveThirtyEight Politics/~fivethirtyeightpolitics_2020-05-08-164647-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/FiveThirtyEight Politics/~fivethirtyeightpolitics_2020-05-11-165526-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/FiveThirtyEight Politics/~fivethirtyeightpolitics_2020-05-14-170911-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/FiveThirtyEight Politics/~fivethirtyeightpolitics_2020-05-18-174624-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/FiveThirtyEight Politics/~fivethirtyeightpolitics_2020-05-26-181220-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/FiveThirtyEight Politics/~fivethirtyeightpolitics_2020-05-28-184335-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/FiveThirtyEight Politics/~fivethirtyeightpolitics_2020-06-01-173853-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/FiveThirtyEight Politics/~fivethirtyeightpolitics_2020-06-04-170624-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/FiveThirtyEight Politics/~fivethirtyeightpolitics_2020-06-08-174216-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/FiveThirtyEight Politics/~fivethirtyeightpolitics_2020-06-12-122700-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/FiveThirtyEight Politics/~fivethirtyeightpolitics_2020-06-15-175729-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/FiveThirtyEight Politics/~fivethirtyeightpolitics_2020-06-18-191445-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/Fresh Air/20200511_fa_fapodmon_1-c681acbb-00e0-49ef-8ea9-ebb0648ecd03.mp3_115d8b27c2dbc1599f645ce7ae5bcf54_47207522.mp3 +/home/immanuel/Podcasts/Fresh Air/20200512_fa_fapodtues_1-795d1768-e7e2-40a9-943f-c8fb90069372.mp3_b14c0dcdb98c23c55d533446d81f167f_46349428.mp3 +/home/immanuel/Podcasts/Fresh Air/20200513_fa_fapodweds-5664e581-f552-4195-8947-7df653c532b7.mp3_23df1ac98ed5ba127617a04965a77a2f_46115441.mp3 +/home/immanuel/Podcasts/Fresh Air/20200514_fa_fapodthurs_adjusted-c4159c83-b4ba-4b28-93f6-e7b71bf6762e.mp3_89440a6ac868d21f177888721c3f8ce4_45516675.mp3 +/home/immanuel/Podcasts/Fresh Air/20200515_fa_fapodfri-b36fb902-5e14-4e17-a9fc-a4defacc9452.mp3_f4c7a2cb54e409c188bd48244a10cc21_45479230.mp3 +/home/immanuel/Podcasts/Fresh Air/20200516_fa_fawpod_1-994387ff-67be-4d54-b6b3-57d9a96ed1e1.mp3_fb33f2f45c07e42c12f8dc0bd9ee2313_48950481.mp3 +/home/immanuel/Podcasts/Fresh Air/20200518_fa_fapodmon_adjusted-e6bbe139-0911-49b8-ae3e-dd406c5f37d6.mp3_84cc6ebb88fe41e4800d154c16bf1f59_46547281.mp3 +/home/immanuel/Podcasts/Fresh Air/20200519_fa_fapodtues_adjusted-f433b05d-cc60-4943-8f00-a68649d66ccb.mp3_774a99d9efa89fa619297fe596f2a3a0_45588176.mp3 +/home/immanuel/Podcasts/Fresh Air/20200520_fa_fapodweds_1-155a644b-31b2-44c1-b39c-e604e38d670a.mp3_c60679d4b896df2912021c0384651216_45935634.mp3 +/home/immanuel/Podcasts/Fresh Air/20200521_fa_fapodthurs-275cd48f-51c8-4585-8c7d-ddc4c8cdfa45.mp3_22344ea3be1fdade51592b7bcb4382b0_45991564.mp3 +/home/immanuel/Podcasts/Fresh Air/20200522_fa_fapodfri-73862859-8351-42f9-9a75-23ebde2f13ca.mp3_17a8bff8543675affdea5fc64daeaa7c_46667683.mp3 +/home/immanuel/Podcasts/Fresh Air/20200523_fa_fawpod-bbd9c518-617e-48d4-9278-a36e79cb912e.mp3_a2e21c6c77f4022855477cf8a6ace383_48967030.mp3 +/home/immanuel/Podcasts/Fresh Air/20200525_fa_fapodmon-a13811aa-0fda-41d2-bf91-10b618059cae.mp3_4cc4d2d8419fbb94c278b616429590f4_45769465.mp3 +/home/immanuel/Podcasts/Fresh Air/20200526_fa_fapodmon-3528dc1f-87eb-4213-92f8-27803c758cdf.mp3_8d47b9327934b6ebb9df130d6dc76e67_47035304.mp3 +/home/immanuel/Podcasts/Fresh Air/20200527_fa_fapodweds_1-06682edf-e4da-44ce-bbf3-98916c49bf3f.mp3_aa98ed97ea3909a64673a19cfa6614f2_46235081.mp3 +/home/immanuel/Podcasts/Fresh Air/20200528_fa_fapodthurs_2-74e3d3c1-62c7-4643-b29d-7b9e04d51400.mp3_16644a2aaabf06e91ef104040f0665f4_45679838.mp3 +/home/immanuel/Podcasts/Fresh Air/20200528_fa_fapodthurs_2-74e3d3c1-62c7-4643-b29d-7b9e04d51400.mp3_d4712ad362d42e50c91f17b30c6dec78_45410255.mp3 +/home/immanuel/Podcasts/Fresh Air/20200529_fa_faw_pod_0530-d0dfd3db-4fd6-43a6-9b11-5b575819cd76.mp3_5f2a10971d1f068c40f227515dadfeac_46538640.mp3 +/home/immanuel/Podcasts/Fresh Air/20200530_fa_fawpod_1-9dfcc5da-1bf5-4361-8710-2a9b6be06f59.mp3_2a4afda21935af3530b705a146cf37fb_48494171.mp3 +/home/immanuel/Podcasts/Fresh Air/20200601_fa_fapodmon-a27f5e8f-4ae1-4ca6-94f1-293533810c99.mp3_5e54b3d256e6725eb648ac95413d9bfc_46488818.mp3 +/home/immanuel/Podcasts/Fresh Air/20200602_fa_fapodtues-926e144b-881f-46b3-9ed0-0f6829f2fff6.mp3_0e61b08c82740bd3aebf332779c389f6_45711947.mp3 +/home/immanuel/Podcasts/Fresh Air/20200603_fa_fapodweds-36587e5d-5d51-462a-b19d-4c3d7ecd5f55.mp3_2cd8b7ea97c4d73b92cb08c70634ff9b_47200073.mp3 +/home/immanuel/Podcasts/Fresh Air/20200604_fa_fapodthurs-08185880-4e45-4714-879f-4ee7e9338230.mp3_c3b0f7b4748c67a2a31f5d7af847f5ba_45707028.mp3 +/home/immanuel/Podcasts/Fresh Air/20200605_fa_fapodfri0605-163cc15f-a51e-44e4-8fd7-d338e99b6c59.mp3_428b26004b715a895d20cbd7bfb7dada_46759764.mp3 +/home/immanuel/Podcasts/Fresh Air/20200606_fa_fawpod-d70f4b51-2b3d-48f7-a9db-4d83fff039ea.mp3_8bb5c72dd74dfd81873af4e188822c4c_48284985.mp3 +/home/immanuel/Podcasts/Fresh Air/20200608_fa_fapodmon-96a256f1-0aac-473a-a1c0-1d2db809fda7.mp3_af7b4b153e8860df6f2d0541c9c68a6e_46268526.mp3 +/home/immanuel/Podcasts/Fresh Air/20200609_fa_fapodtues-c62a85ca-c857-47ed-a5c5-60af2bc6608f.mp3_c5b4f5caa3bcb33422da8c3c822c46dd_46521228.mp3 +/home/immanuel/Podcasts/Fresh Air/20200610_fa_fapodweds-af5b7425-9a00-4440-982c-c09dbc5f1c80.mp3_ee451acca6156f0a19f1e021ca2984f4_45679722.mp3 +/home/immanuel/Podcasts/Fresh Air/20200611_fa_fapodthurs-72c5b05c-e6ba-4326-b228-ef8f8868ba74.mp3_f31c4ea32560e10db3d96b8653d208dd_45534189.mp3 +/home/immanuel/Podcasts/Fresh Air/20200612_fa_fa_friday_0612_new_bounce-c9da9abe-46ff-43c1-9d4d-86aa443e0a4b.mp3_d98da5d1f9fd708806fab8a6bf6d2795_47040987.mp3 +/home/immanuel/Podcasts/Fresh Air/20200613_fa_fawpod-a9b62394-76cb-4206-a634-c656959e779d.mp3_a4cfcdcb4f1edae13a3cdaa9cd9170f7_47583092.mp3 +/home/immanuel/Podcasts/Hot Takedown/~hottakedown_2020-05-12-170305-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/Hot Takedown/~hottakedown_2020-05-26-164624-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/Hot Takedown/~hottakedown_2020-06-02-171335-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/Hot Takedown/~hottakedown_2020-06-09-165237-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/Hot Takedown/~hottakedown_2020-06-16-171424-8006-0-0-0.64k.mp3 +/home/immanuel/Podcasts/Invisibilia/20200613_invsb_trustfall_final-054e4ce6-f061-453c-9b75-998d819c10d7.mp3_88a4fa17f9fbb6ec0319902a6de41e07_46742166.mp3 +/home/immanuel/Podcasts/Planet Money/20200520_pmoney_1001_b-dddf4f22-a0cf-4605-8e07-0489b2acd385.mp3_944fc57817b881aa9b4ea35f1ad99946_17042259.mp3 +/home/immanuel/Podcasts/Planet Money/20200522_pmoney_pmpod1002-192f6b33-dbef-44c1-8ce5-f2ad23bf373b.mp3_161e47d3cc7028589860e8691cc3e939_20317498.mp3 +/home/immanuel/Podcasts/Planet Money/20200527_pmoney_pmpod1003-8f39b155-5eed-43d8-b292-d2aa64e402ca.mp3_3f11b3b11c14d69dc5613d4f894625b3_19435742.mp3 +/home/immanuel/Podcasts/Planet Money/20200529_pmoney_pmpod1004-4c81f584-23cc-4c0f-a1ae-b463beee0d95.mp3_8e706f1557e3ee8d4441b2251f27cae6_21834326.mp3 +/home/immanuel/Podcasts/Planet Money/20200529_pmoney_pmpod1004-eed8fc81-3b00-4f6c-b990-1acbcb18dfd8.mp3_23cfe8ba601531c319a97d60ac5b236e_22232261.mp3 +/home/immanuel/Podcasts/Planet Money/20200612_pmoney_pmpod1008-463e7ab8-47ab-4010-94f9-c3b2cf77c39b.mp3_db4f46bedfedb7e6f9cb72c60a5f73dc_24568595.mp3 +/home/immanuel/Podcasts/Planet Money/20200513_pmoney_pmpod999.mp3_0294e3cdf32827325d9c5da7d29f57f2_21810720.mp3 +/home/immanuel/Podcasts/Planet Money/20200515_pmoney_pmpod1000.mp3_17c013fcc5ee1d4b030b98ba67aa844f_25281063.mp3 +/home/immanuel/Podcasts/Planet Money/20200603_pmoney_pmpod1005.mp3_50c0b7ec02637a464431fabdc5ba812a_21568095.mp3 +/home/immanuel/Podcasts/Planet Money/20200605_pmoney_pmpod1006_1.mp3_ac03e4b43709e22854c21dd928fbe05c_13301070.mp3 +/home/immanuel/Podcasts/Planet Money/20200605_pmoney_pmpod1006_1.mp3_ff0f325d7f473a0c5e5a9b99dadff095_13869911.mp3 +/home/immanuel/Podcasts/Planet Money/20200610_pmoney_first_vaccine_final.mp3_8289b961305a6bb0bf1846cae1aa9352_20684472.mp3 +/home/immanuel/Music/Roll the dice.mp3 +/home/immanuel/Podcasts/POLITICO's Off Message/ppy4590876990_tc.mp3 +/home/immanuel/Podcasts/POLITICO's Off Message/ppy9245271019_tc.mp3 +/home/immanuel/Podcasts/Mueller, She Wrote/STA1464383506.mp3 +/home/immanuel/Podcasts/Mueller, She Wrote/STA6864425136.mp3 +/home/immanuel/Podcasts/Mueller, She Wrote/STA6320746361.mp3 +/home/immanuel/Podcasts/Mueller, She Wrote/STA4893355162.mp3 +/home/immanuel/Podcasts/POLITICO's Nerdcast/nerdcast-0515-mixdown-9_tc.mp3 +/home/immanuel/Podcasts/POLITICO's Nerdcast/nerdcast-0522-mixdown-14_tc.mp3 +/home/immanuel/Podcasts/Artificial Intelligence (AI Podcast with Lex)/lex_ai_alexander_fridman.mp3 +/home/immanuel/Podcasts/Artificial Intelligence (AI Podcast with Lex)/lex_ai_dawn_song.mp3 +/home/immanuel/Podcasts/Artificial Intelligence (AI Podcast with Lex)/lex_ai_joscha_bach.mp3 +/home/immanuel/Podcasts/Artificial Intelligence (AI Podcast with Lex)/lex_ai_karl_friston.mp3 +/home/immanuel/Podcasts/Artificial Intelligence (AI Podcast with Lex)/lex_ai_kate_darling.mp3 +/home/immanuel/Podcasts/Artificial Intelligence (AI Podcast with Lex)/lex_ai_sertac_karaman.mp3 +/home/immanuel/Podcasts/Artificial Intelligence (AI Podcast with Lex)/lex_ai_stephen_schwarzman.mp3 +/home/immanuel/Podcasts/The Full Nerd/TFN20_139_TFNep139_V1_CMS.mp3 +/home/immanuel/Podcasts/The Full Nerd/TFN20_140_TFNep140_V1.mp3 +/home/immanuel/Podcasts/The Full Nerd/TFN20_141_TFNep141_V1.mp3 +/home/immanuel/Podcasts/The Full Nerd/TFN20_142_TFNep142_V1.mp3 +/home/immanuel/Podcasts/The Full Nerd/TFN20_SE_TFNSE_V1.mp3 +/home/immanuel/Podcasts/The Knowledge Project with Shane Parrish/TKP_BethanyMcLean_Ads.mp3 +/home/immanuel/Podcasts/POLITICO's Nerdcast/nerdcast-0529-mixdown-9-auphonic_tc.mp3 +/home/immanuel/Podcasts/POLITICO's Nerdcast/nerdcast-0604-mixdown-10-auphonic_tc.mp3 +/home/immanuel/Podcasts/POLITICO's Nerdcast/nerdcast-0612-mixdown-7-auphonic_tc.mp3 +/home/immanuel/Podcasts/The Knowledge Project with Shane Parrish/TKP20Ep2008220Brian20Koppleman20Audio20Master.mp3 +/home/immanuel/Podcasts/The Knowledge Project with Shane Parrish/TKP20Ep2008420JGB.mp3 +/home/immanuel/Podcasts/FiveThirtyEight Politics/CgUI6oqKAgoFIAEomAg.mp3 +/home/immanuel/Podcasts/Hot Takedown/CgUIkYGKAg.mp3 +/home/immanuel/Music/Becky Hill - Sunrise In The East ($Hogie$ Remix).mp3 +/home/immanuel/Music/A Tribe Called Red - Nation II Nation (2013)/01 Bread & Cheese (feat Black Bear).mp3 +/home/immanuel/Music/A Tribe Called Red - Nation II Nation (2013)/02 NDN Stakes (feat Sitting Bear).mp3 +/home/immanuel/Music/A Tribe Called Red - Nation II Nation (2013)/03 The Road (feat Black Bear).mp3 +/home/immanuel/Music/A Tribe Called Red - Nation II Nation (2013)/04 Different Heroes (feat Northern Voice).mp3 +/home/immanuel/Music/A Tribe Called Red - Nation II Nation (2013)/05 Sisters (feat Northern Voice).mp3 +/home/immanuel/Music/A Tribe Called Red - Nation II Nation (2013)/06 Electric Intertribal (feat Smoke Trail).mp3 +/home/immanuel/Music/A Tribe Called Red - Nation II Nation (2013)/07 PBC (feat Sheldon Sundown).mp3 +/home/immanuel/Music/A Tribe Called Red - Nation II Nation (2013)/08 Red Riddim (feat Eastern Eagle).mp3 +/home/immanuel/Music/A Tribe Called Red - Nation II Nation (2013)/09 Tanto's Revenge (feat Chippewa Travellers).mp3 +/home/immanuel/Music/A Tribe Called Red - Nation II Nation (2013)/10 Sweet Milk Pop.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/1-5-million-more-laid-off-workers-seek-unemployment-benefits.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/1st-deadlines-for-laid-off-workers-to-get-health-insurance.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/41-million-have-lost-jobs-since-virus-hit-but-layoffs-slow.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/academy-delays-2021-oscars-ceremony-because-of-coronavirus.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/active-service-troops-pulled-back-from-dc.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/administration-seeking-to-roll-back-tech-company-protections.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/afghan-tv-crew-killed-by-roadside-bomb.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/all-eyes-on-new-york-reopening-tests-city-torn-by-crises.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/american-convicted-of-spying-in-russia-gets-16-years.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/amid-tears-and-laughter-visits-resume-in-nursing-homes.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/amy-grant-has-open-heart-surgery-to-fix-heart-condition.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/ap-update.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/arizona-hospitals-at-83-capacity-elective-surgery-may-stop.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/army-esper-reverses-plan-to-send-active-duty-troops-home.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/as-business-trickles-back-hotels-compete-on-cleanliness.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/ascap-to-honor-songwriters-publishers-with-virtual-awards.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/asia-today-beijing-reinstates-virus-controls-as-cases-rise.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/asia-today-skorea-tracing-cases-before-more-students-return.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/asia-today-south-korea-cases-rise-india-crosses-150-000.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/as-virus-ebbs-ny-loosens-restrictions-on-houses-of-worship.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/atlanta-officer-fired-after-fatal-shooting-of-black-man.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/atlanta-officer-to-be-charged-with-felony-murder.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/atlanta-police-shoot-kill-suspect-after-struggle.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/at-west-point-trump-appeals-for-unity-in-troubled-times.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/aunt-jemima-brand-retired-by-quaker-due-to-racial-stereotype.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/bad-weather-postpones-first-launch-of-nasa-astronauts-from-florida-in-nine-years.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/behind-virus-and-protests-a-chronic-us-economic-racial-gap.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/biden-calls-for-racial-justice-in-video-message-at-floyd-funeral.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/biden-formally-clinches-democratic-presidential-nomination.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/biden-goes-on-offensive-over-floyd-covid.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/biden-makes-1st-in-person-appearance-in-more-than-2-months.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/biden-releases-plan-to-reopen-us-economy-amid-coronavirus.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/biden-says-he-was-too-cavalier-about-black-trump-backers.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/biden-says-trump-exercises-no-leadership-on-virus-response.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/biden-speaks-of-racial-open-wound-contrasting-with-trump.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/biden-trump-consumed-by-ego-not-leading-during-crisis.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/bolton-says-trump-asked-china-to-help-him-get-reelected.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/bolton-trump-moves-in-office-guided-by-reelection-concerns.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/bond-raised-to-1m-for-officer-charged-in-floyd-s-death.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/bonnie-pointer-early-member-of-pointer-sisters-dies-at-69.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/bp-sheds-2000-jobs-as-covid-epidemic-bites-energy-usage.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/branson-s-virgin-orbit-fails-on-first-rocket-launch-attempt.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/brian-may-reveals-recent-heart-attack-says-he-s-good-now.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/britain-to-require-virus-quarantine-for-arrivals.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/british-government-to-introduce-tough-quarantine-for-air-passengers.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/buffalo-officers-charged-in-shoving-of-75-year-old-man.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/california-governor-ends-police-training-in-sleeper-hold.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/california-sues-over-sex-misconduct-on-criminal-minds-set.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/calls-for-disbarment-after-lawyer-spits-on-teen.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/canceling-ivanka-trump-spurs-backlash-for-kansas-college.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/caseloads-rise-in-india-russia-underlining-reopening-risks.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/cbs-viacom-outlets-run-breathing-sounds-for-8-46.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/cdc-posts-long-awaited-tips-for-minimizing-everyday-risk.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/cdc-releases-covid-risk-guidance.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/celebs-take-to-streets-for-historic-demonstrations.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/china-demands-india-punish-those-behind-deadly-clashes.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/china-s-new-outbreak-wanes-as-us-calls-for-answers-on-virus.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/chris-rock-rosie-perez-do-ads-to-promote-social-distancing.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/citing-jobs-trump-claims-victory-over-virus-econ-collapse.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/clashes-break-out-as-london-police-clear-blm-protest.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/clean-up-begins-after-nyc-protests.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/commissioner-says-baseball-season-in-jeopardy.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/consumer-confidence-up-slightly-but-remains-near-6-year-low.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/cops-on-air-for-33-seasons-dropped-by-paramount-network.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/cornavirus-pandemic-claims-another-victim-robocalls.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/coronavirus-survivor-in-us-receives-double-lung-transplant.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/coronavirus-tracing-app-a-test-for-privacy-minded-germany.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/country-group-lady-antebellum-changes-name-to-lady-a.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/court-backs-trump-administration-on-virus-safety-at-work.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/court-orders-dismissal-of-trump-muslim-travel-ban-challenges.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/court-rejects-trump-bid-to-end-young-immigrants-protections.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/court-strikes-down-trump-rule-that-drugmakers-disclose-price.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/covid-drug-study-retracted.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/cristobal-regains-tropical-storm-force-on-track-to-us-coast.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/crowds-return-35-000-fans-expected-at-super-rugby-matches.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/dc-episcopal-bishop-i-am-outraged-by-trump-church-visit.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/dc-national-guard-to-investigate-helicopter-incident.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/dc-officials-push-back-on-aggressive-response-to-protests.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/dc-repaints-16th-st-with-blm-mural.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/debt-and-coronavirus-push-hertz-into-bankruptcy-protection.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/de-gov-backs-off-covid-church-restrictions.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/democrats-blast-trump-police-reform-order-as-not-enough.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/democrats-legislation-would-overhaul-police-accountability.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/democrats-prepare-police-reform-bills-after-floyd-s-death.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/democrats-unveil-police-overhaul-kneel-at-capitol.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/dems-fight-gop-on-mail-in-voting.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/dems-launch-police-accountability-legislation.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/denying-marriage-claim-justices-ok-james-brown-s-dying-wish.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/despite-global-truce-appeal-661-000-people-newly-displaced.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/despite-reopening-some-jobs-lost-to-virus-are-gone-for-good.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/detained-us-navy-veteran-freed-by-iran-as-part-of-deal.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/detained-us-navy-veteran-freed-by-iran-en-route-home.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/disney-seaworld-announce-plans-for-florida-parks-to-reopen.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/dispatcher-unafraid-of-being-snitch-reports-floyd-arrest.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/doctors-kept-close-eye-on-trump-s-use-of-malaria-drug.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/duty-to-intervene-floyd-cops-spoke-up-but-didn-t-step-in.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/epidemic-of-wipes-and-masks-plague-sewers-storm-drains.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/esper-opposes-using-insurrection-act-for-law-enforcement.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/eu-pledges-to-stay-green-in-recovery-from-coronavirus.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/european-countries-slam-us-withdrawal-from-tech-tax-talks.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/europe-reopens-many-borders-but-not-to-americans-asians.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/europe-s-borders-reopen-but-long-road-for-tourism-to-recover.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/eu-states-vow-to-respect-overflight-treaty-despite-us-plans.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/eu-wants-borders-free-of-virus-restrictions-by-end-of-june.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/ex-federal-worker-pretended-to-be-cia-to-steal-millions.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/ex-minneapolis-officer-faces-12-plus-years-on-murder-count.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/experts-police-woefully-undertrained-in-use-of-force.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/facebook-removes-trump-ads-with-symbols-once-used-by-nazis.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/far-right-activists-protest-in-london-despite-warnings.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/fauci-the-racehorse-goes-the-social-distance.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/fbi-director-orders-internal-review-of-flynn-investigation.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/fda-approves-video-game-for-treating-adhd-in-kids.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/federal-contractor-killed-in-oakland-courthouse-shootout.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/first-drug-proves-able-to-improve-survival-from-covid-19.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/first-families-pay-tribute-to-longtime-white-house-butler.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/flights-canceled-as-beijing-s-new-outbreak-raises-concerns.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/florida-officer-on-leave-after-pressing-knee-into-man-s-neck.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/florida-will-host-trump-nomination-speech.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/floyd-laid-to-rest-in-houston.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/floyd-mn-prosecutor-upgrades-case-against-officer-charges-3-more.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/floyd-s-brother-pleads-for-peace-trump-takes-combative-tone.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/following-mattis-more-in-the-gop-frown-on-trump-s-tone.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/ford-recalls-about-2-5m-vehicles-for-latch-brake-troubles.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/four-minneapolis-officers-fired-after-death-of-black-man.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/francis-to-return-to-studio-window-may-31.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/french-police-protest-ban-on-chokeholds-after-floyd-s-death.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/georgia-gov-offers-state-as-alternative-gop-convention-host.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/georgia-prosecutor-pledges-to-find-justice-in-arbery-slaying.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/georgia-s-democratic-senate-race-is-too-close-to-call.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/german-court-ruling-clears-the-way-to-settle-vw-diesel-cases.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/germany-wants-protesters-to-social-distance.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/get-your-knee-off-our-necks-floyd-mourned-in-minneapolis.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/global-study-hydroxychloroquine-ineffective-vs-covid-carries-dangers.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/gov-cuomo-gives-go-ahead-for-us-open-tennis-in-ny-in-august.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/graham-calls-rosenstein-as-first-witness-in-russia-inquiry.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/heat-is-on-hectic-nascar-tests-drained-drivers-at-homestead.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/he-is-going-to-change-the-world-funeral-held-for-floyd.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/historians-look-back-on-start-of-2020.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/history-in-the-making-as-house-cast-proxy-votes-in-pandemic.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/holiday-amid-pandemic-americans-divided-on-how-to-respond.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/hong-kong-police-fire-tear-gas-water-cannon-at-protesters.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/i-can-t-breathe-a-rally-cry-anew-for-police-protests-in-us.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/in-a-first-twitter-adds-fact-check-warnings-to-trump-tweets.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/india-reported-a-record-of-nearly-10-000-new-coronavirus-cases.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/india-says-3-soldiers-killed-in-standoff-with-chinese-troops.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/iran-assails-us-for-floyd-death-rights-stance.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/iran-scientist-acquitted-in-us-trade-secrets-case-deported.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/israeli-army-says-it-killed-suspected-palestinian-attacker.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/israel-s-netanyahu-attacks-justice-system-as-trial-begins.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/ivanka-trump-speech-cancelled-by-wichita-state.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/japan-new-zealand-march-to-mourn-george-floyd-seek-change.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/joint-chiefs-calls-walkabout-mistake.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/judge-orders-seattle-to-stop-using-tear-gas-during-protests.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/justices-rule-gay-workers-protected-from-job-discrimination.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/justices-rule-lgbt-people-protected-from-job-discrimination.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/khashoggi-s-sons-forgive-saudi-killers-sparing-5-execution.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/kimmel-to-host-emmys-first-major-awards-show-of-pandemic.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/labor-monitors-signal-fears-for-youth-employment-in-and-beyond-pandemic.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/larry-kramer-playwright-and-aids-activist-dies-at-84.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/live-pd-dropped-by-a-on-heels-of-cops-cancellation.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/lockdowns-ease-in-florida-europe-with-new-tourism-rules.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/lock-your-cars-vehicle-theft-spikes-in-covid-19-pandemic.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/loosened-restrictions-holiday-weekend-to-test-california.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/louisville-police-chief-fired-in-aftermath-of-fatal-shooting.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/macy-s-hit-as-new-york-imposes-curfew-amid-floyd-protests.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/malaria-drug-gets-thumbs-down-in-france-and-belgium.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/manfred-clark-reach-framework-60-games-full-prorated-pay.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/many-forces-behind-alarming-rise-in-virus-cases-in-21-states.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/many-more-likely-sought-us-jobless-aid-even-as-layoffs-slow.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/marches-take-off-worldwide-in-solidarity-with-george-floyd-protests.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/masks-and-social-distancing-work-new-analysis-finds.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/mccann-family-seeks-closure-as-germany-presumes-girl-is-dead.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/mcconnell-discusses-prospects-for-another-round-of-relief.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/meatpacking-union-44-covid-19-deaths-among-workers.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/medical-examiner-floyd-s-heart-stopped-while-restrained.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/memorial-day-tempts-americans-outdoors-raising-virus-fears.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/memorial-day-weekend-offers-son-time-to-remember-mother-taken-by-new-york-s-coronavirus-outbreak.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/minneapolis-cop-who-knelt-on-man-s-neck-charged-with-murder.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/minneapolis-police-face-civil-rights-probe-over-floyd-death.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/minneapolis-takes-first-step-to-abolishing-mpd.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/missouri-health-director-warns-revelers-virus-is-still-here.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/mlb-opens-draft-with-black-lives-matter-message-donations.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/more-sought-jobless-benefits-even-as-layoffs-slow.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/movie-theaters-shuttered-for-months-plan-july-reopening.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/muslims-celebrate-major-holiday-amid-curfews-virus-fears.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/nascar-bans-confederate-flag-from-its-races-and-properties.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/nato-chief-plays-down-concern-over-us-troop-plans-in-germany.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/nbc-producers-say-america-s-got-talent-cleared-by-probe.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/new-drugs-make-headway-against-lung-prostate-colon-cancers.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/new-jobs-report-diminishes-gop-appetite-for-more-virus-aid.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/new-york-eases-ban-on-gatherings.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/new-york-governor-signs-police-accountability-legislation.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/nfl-players-goodell-and-elway-on-racial-injustice.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/nike-nfl-and-others-to-start-giving-workers-juneteenth-off.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/nkorea-s-military-threatens-to-reenter-demilitarized-areas.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/no-eiffel-mona-lisa-or-versailles-iconic-sites-stay-closed.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/north-korea-cuts-off-all-communication-with-south-korea.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/north-korea-says-its-sending-soldiers-to-joint-border-sites.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/norway-george-floyd-demonstrations-turned-down-over-numbers-rule.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/not-stopping-defiant-nyc-protesters-march-through-curfew.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/nsa-russian-agents-have-been-hacking-major-email-program.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/nursing-homes-represent-more-than-1-in-4-covid-19-deaths.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/officer-accused-in-black-man-s-death-involved-in-3-shootings.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/on-sad-anniversary-few-to-mourn-the-d-day-dead-in-normandy.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/orders-for-us-big-ticket-factory-goods-drop-17-2-in-april.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/outcry-as-some-nursing-homes-try-to-grab-stimulus-checks.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/pandemic-hits-poorest-hardest-as-india-pakistan-cases-jump.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/paris-protest-to-spread-message-the-virus-pandemic-is-killing-jobs.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/partygoer-at-missouri-s-lake-of-ozarks-positive-for-covid-19.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/pelosi-confederate-symbols-have-to-go-from-capitol-bases.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/pelosi-to-trump-be-a-healer-in-chief.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/pending-home-sales-plunged-21-8-in-april-on-a-monthly-basis.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/pentagon-trump-clash-breaks-open-over-military-and-protests.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/pga-nfl-stars-attract-nearly-6-million-viewers-in-tv-match.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/pilot-of-us-air-force-jet-that-crashed-in-north-sea-is-dead.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/players-counter-with-70-game-season-10-more-than-mlb.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/police-back-off-as-peaceful-protests-push-deep-reforms.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/police-forces-take-a-knee-with-protestors-try-to-defuse-tension.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/police-prevent-mass-rally-in-sydney.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/police-try-to-stop-floyd-rally-in-sydney-due-to-virus-fears.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/poll-americans-are-the-unhappiest-they-ve-been-in-50-years.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/pompeo-says-hong-kong-is-no-longer-autonomous-from-china.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/pompeo-to-meet-top-chinese-official-in-hawaii-amid-tensions.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/prince-william-reveals-he-s-been-a-helpline-volunteer.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/prosecutors-officer-had-knee-on-floyd-for-7-46-not-8-46.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/protesters-mass-in-hong-kong-before-anthem-law-is-debated.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/protesters-pour-into-cities-for-another-huge-mobilization.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/protests-continue-across-us.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/protests-continue-for-8th-straight-night.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/protests-evolve-across-the-us.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/protests-flare-again-in-us-amid-calls-to-end-police-violence.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/protests-over-george-floyd-death-overwhelm-authorities-again.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/public-health-workers-fighting-virus-face-growing-threats.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/pulling-down-statues-of-racists-africa-s-done-it-for-years.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/queen-elizabeth-s-birthday-marked-with-smaller-ceremony.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/queen-elizabeth-takes-part-in-first-public-video-call.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/queen-latifah-let-gone-with-the-wind-be-gone-forever.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/reddit-co-founder-leaves-board-urges-black-replacement.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/report-documents-nearly-2-000-reconstruction-era-lynchings.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/research-covid-survivor-plasma-could-help-treat-virus.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/rome-opens-two-iconic-world-tourism-sites.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/russia-accuses-us-nato-of-aggressive-drills.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/school-districts-review-campus-policing.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/second-floyd-autopsy-changes-cause-of-death.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/semi-rolls-into-minneapolis-protesters-no-apparent-injuries.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/senate-confirms-first-black-service-chief-in-unanimous-vote.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/senate-divided-as-new-dni-approved.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/senate-gop-proposes-policing-changes-in-justice-act.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/senate-gop-proposes-policing-changes-in-justice-act-democrats-say-it-misses-mark.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/senate-gop-to-restrict-police-chokeholds-in-emerging-bill.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/senate-panel-oks-removing-confederate-names-from-bases.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/social-media-music-world-go-dark-for-black-out-tuesday.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/solar-probe-to-pass-through-comet-s-tail-in-hope-of-new-data.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/sources-biden-running-mate-field-down-to-six.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/south-carolina-to-stay-open-despite-spike-in-virus-cases.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/spain-promises-minimum-monthly-income-to-poor-families.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/stolen-banksy-honoring-bataclan-victims-found-in-italy.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/stop-the-pain-a-brother-of-george-floyd-tells-congress.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/study-on-safety-of-malaria-drugs-for-coronavirus-retracted.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/study-shows-spain-far-from-having-herd-immunity-to-virus.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/supreme-court-says-gay-transgender-workers-protected-by-law.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/survey-2-76-million-layoffs-in-may-far-fewer-than-expected.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/suspect-in-two-ct-killings-captured.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/swift-firings-for-minneapolis-officers-in-death-of-black-man.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/texas-gop-condemns-george-floyd-posts-by-some-local-leaders.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/that-70s-show-actor-danny-masterson-charged-in-3-rapes.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-bell-rings-again-nyse-opens-but-under-new-rules.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-bold-and-the-beautiful-among-first-to-resume-shooting.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-latest-beijing-locks-down-residential-communities.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-latest-biden-sweeps-all-7-presidential-primaries.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-latest-brazil-has-new-high-in-covid-deaths-with-1-473.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-latest-brazil-travel-ban-set-to-start-on-tuesday.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-latest-france-to-end-border-lockdown-open-up-to-europe.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-latest-greece-makes-a-bid-to-save-its-tourism-season.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-latest-pope-warns-be-careful-after-lockdowns-lifted.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-latest-president-trump-visits-his-golf-club-in-virginia.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-latest-public-sector-jobs-not-immune-from-pandemic-ills.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-latest-suicide-help-line-calls-up-20-in-mississippi.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-latest-trump-orders-national-guard-to-leave-us-capital.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/the-latest-us-task-force-chief-concerned-about-gatherings.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/thomas-lane-posts-bail-in-floyd-case.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/thousands-ignore-minneapolis-curfew-as-u-s-protests-spread.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/thousands-mourn-george-floyd-in-texas-amid-calls-for-reform.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/thousands-rally-in-europe-against-racism-police-brutality.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/three-years-on-uk-marks-grenfell-tragedy.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/tokyo-issues-alert-amid-fear-of-2nd-virus-wave.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/tokyo-olympics-athletes-likely-to-face-quarantines-spectators-fewer.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/toys-books-and-clothes-stores-reopen-doors-across-england.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/transgender-comments-land-rowling-in-controversy.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trooper-resigns-after-text-about-coughing-to-spread-covid-19.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-administration-revokes-transgender-health-protection.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-administration-sues-to-delay-release-of-bolton-book.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-allows-commercial-fishing-in-marine-conservation-area.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-attacks-state-governors.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-calls-minneapolis-protesters-thugs-vows-action.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-calls-on-churches-to-reopen-this-weekend.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-deems-churches-essential-calls-for-them-to-reopen.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-denied-chance-to-watch-spacex-launch-due-to-scrub.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-doubles-up-with-maryland-virginia-memorial-day-events.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-hails-jobs-report-but-unemployment-rate-still-high.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-heads-into-bunker-as-protests-close-on-white-house.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-invokes-floyd-to-praise-unemployment-numbers.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-picks-tulsa-for-return-of-signature-campaign-rallies.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-preparing-order-targeting-social-media-protections.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-pushes-conspiracy-theory-about-buffalo-protester.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-rally-called-dangerous-move-in-age-of-coronavirus.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-reschedules-campaign-rally-after-juneteenth-uproar.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-says-gop-is-pulling-convention-from-north-carolina.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-says-he-ll-pursue-police-use-of-force-standard.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-s-convention-demand-comes-amid-charlotte-virus-surge.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-signs-executive-order-on-police-reform.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-signs-order-on-police-reform-doesn-t-mention-racism.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-slams-governors-as-weak-urges-crackdown-on-protests.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-threatens-military-force-against-protesters-nationwide.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-threatens-social-media-after-twitter-fact-checks-him.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-threatens-social-media-companies-after-twitter-fact-checks.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-threatens-social-media-companies-after-twitter-sanctions.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-to-discuss-limited-restrictions-on-chokeholds.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-visits-st-john-paul-ii-shrine-for-photo-op.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/trump-warns-of-military-action-floyd-s-brother-wants-peace.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/twitter-removes-china-linked-accounts-spreading-false-news.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/twitter-warns-trump-after-minneapolis-tweet.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/uk-begins-trial-of-latest-vaccine-candidate-for-coronavirus.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/uk-leader-s-aide-says-he-won-t-quit-over-lockdown-road-trip.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/uk-police-say-johnson-aide-made-minor-lockdown-rule-breach.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/uk-protests-pm-johnson-says-subverted-by-thuggery.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/uk-s-covid-19-study-aims-to-vaccinate-more-than-10-000.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/uk-s-johnson-struggles-to-shift-attention-from-aide-s-trip.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/uk-s-recession-less-bad-than-thought-bank-of-england.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/uk-study-finds-minorities-at-higher-risk-of-covid-19-death.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/un-covid-is-latam-s-hunger-pandemic.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/unemployment-rate-drops-as-businesses-added-workers-last-month.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/unemployment-rate-falls-to-13-3-us-adds-2-5-million-jobs.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/unemployment-report-expected-to-show-jobless-rate-nearing-20.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/union-files-complaint-against-nbc-america-s-got-talent.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/un-virus-therapy-trial-pauses-hydroxychloroquine-testing.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-air-force-plane-crashes-into-north-sea.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-challenges-planned-expedition-to-retrieve-titanic-s-radio.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-cities-erupt-in-more-violence-as-trump-decries-lowlifes.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-closes-probes-into-3-senators-over-their-stock-trades.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-consumer-spending-sinks-by-record-13-6-in-face-of-virus.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/u-s-coronavirus-death-toll-exceeds-wwi-deaths.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-covid-test-accuracy-questioned.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-cuts-world-health-organization-ties-over-virus-response.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-economy-shrank-at-5-annual-rate-in-q1.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-employers-laid-off-7-7-million-workers-in-april.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-expert-fauci-calls-who-comments-not-correct.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-layoffs-continue-slowing.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-layoffs-slowing-down-but-unemployment-nears-20.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/u-s-passes-100-000-pandemic-deaths.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-prosecutors-spar-with-prince-andrew-in-epstein-probe.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-retail-sales-up-a-record-17-7-in-a-partial-rebound.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-revokes-emergency-use-of-malaria-drugs-vs-coronavirus.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-russia-to-start-nuclear-arms-control-talks-this-month.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-soccer-repeals-rule-that-banned-kneeling-during-anthem.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-virus-death-toll-passes-100-000.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/us-wholesale-prices-rise-0-4-in-may-led-by-food-and-energy.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/va-gov-to-remove-lee-statue.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/violence-again-rocks-minneapolis-after-man-s-death-1-killed.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/violent-protests-rock-minneapolis-for-2nd-straight-night.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/virginia-governor-to-announce-removal-of-lee-statue.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/virtual-poppies-on-memorial-day.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/virus-accelerates-across-latin-america-india-pakistan.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/virus-fallout-dampens-spirits-as-muslims-mark-major-holiday.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/virus-outbreak-lockdowns-easing-casesi-intro-and-v.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/virus-outbreak-lockdowns-easing-intro-and-voicer.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/virus-strands-norway-racer-in-alaska-after-iditarod-win.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/we-grieve-community-project-unites-neighbors-in-healing.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/we-re-sick-of-it-anger-over-police-killings-shatters-us.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/when-does-it-stop-slain-man-s-family-makes-tearful-plea.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/white-house-forces-reporters-to-ditch-social-distancingwritethru.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/who-coronavirus-cases-increasing-in-central-and-south-america.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/who-recommends-use-of-facemasks.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/widower-delete-trump-tweets-suggesting-wife-was-murdered.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/workers-to-begin-untangling-charred-metal-web-on-notre-dame.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/world-reaches-400-000-virus-deaths-as-pope-urges-caution.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/world-war-ii-forces-sweetheart-singer-vera-lynn-dies-at-103.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/worry-haste-retail-therapy-what-have-we-bought-and-why.mp3 +/home/immanuel/Podcasts/Audio Stories from The Associated Press/zoom-booms-as-pandemic-drives-millions-to-its-video-service.mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017)/01 Go Legend (feat. Travis Scott).mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017) Mp3 (320kbps) [Hunter]/Big Sean & Metro Boomin - Double Or Nothing (2017)/01 Go Legend (feat. Travis Scott).mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017)/02 Big Bidness (feat. 2 Chainz).mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017) Mp3 (320kbps) [Hunter]/Big Sean & Metro Boomin - Double Or Nothing (2017)/02 Big Bidness (feat. 2 Chainz).mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017)/03 Who's Stopping Me.mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017) Mp3 (320kbps) [Hunter]/Big Sean & Metro Boomin - Double Or Nothing (2017)/03 Who's Stopping Me.mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017)/04 Pull Up N Wreck (feat. 21 Savage).mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017) Mp3 (320kbps) [Hunter]/Big Sean & Metro Boomin - Double Or Nothing (2017)/04 Pull Up N Wreck (feat. 21 Savage).mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017)/05 So Good (feat. Kash Doll).mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017) Mp3 (320kbps) [Hunter]/Big Sean & Metro Boomin - Double Or Nothing (2017)/05 So Good (feat. Kash Doll).mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017)/06 Savage Time.mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017) Mp3 (320kbps) [Hunter]/Big Sean & Metro Boomin - Double Or Nothing (2017)/06 Savage Time.mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017)/07 Even the Odds (feat. Young Thug).mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017) Mp3 (320kbps) [Hunter]/Big Sean & Metro Boomin - Double Or Nothing (2017)/07 Even the Odds (feat. Young Thug).mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017)/08 In Tune.mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017) Mp3 (320kbps) [Hunter]/Big Sean & Metro Boomin - Double Or Nothing (2017)/08 In Tune.mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017)/09 Reason (feat. Swae Lee).mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017) Mp3 (320kbps) [Hunter]/Big Sean & Metro Boomin - Double Or Nothing (2017)/09 Reason (feat. Swae Lee).mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017)/10 No Hearts, No Love.mp3 +/home/immanuel/Music/Big Sean & Metro Boomin - Double Or Nothing (2017) Mp3 (320kbps) [Hunter]/Big Sean & Metro Boomin - Double Or Nothing (2017)/10 No Hearts, No Love.mp3 +/home/immanuel/Music/01 - Man's Not Hot.mp3 +/home/immanuel/Podcasts/Skeptoid/skeptoid-3067.mp3 +/home/immanuel/Podcasts/Skeptoid/skeptoid-3068.mp3 +/home/immanuel/Podcasts/Skeptoid/skeptoid-4727-ads.mp3 +/home/immanuel/Podcasts/Skeptoid/skeptoid-4728-ads.mp3 +/home/immanuel/Podcasts/Skeptoid/skeptoid-4729-ads.mp3 +/home/immanuel/Podcasts/Skeptoid/skeptoid-4730-ads.mp3 +/home/immanuel/Podcasts/Skeptoid/skeptoid-4731-ads.mp3 +/home/immanuel/Music/Bruno Mars - Finesse (Remix) [feat. Cardi B] (Single, 2018)/01 Finesse (Remix) feat. Cardi B.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/1. A Few Good Years.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/2. Guilty As Charged.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/3. Cognac.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/4. The Blues Is Alive And Well.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/5. Bad Day.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/6. Blue No More.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/7. Whiskey For Sale.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/8. You Did The Crime.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/9. Old Fashioned.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/10. When My Day Comes.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/11. Nine Below Zero.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/12. Ooh Daddy.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/13. Somebody Up There.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/14. End Of The Line.mp3 +/home/immanuel/Music/Buddy Guy - The Blues Is Alive And Well (2018)/15. Milking Muther For Ya.mp3 +/home/immanuel/Music/Camila Cabello - Havana (feat. Young Thug) (Single) (2017) (Mp3 320kbps) [Hunter]/Camila Cabello - Havana (feat. Young Thug) (Single) (2017)/01 Havana (feat. Young Thug).mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/01 Chief Keef - Love Sosa.mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/02 Chief Keef - Hallelujah.mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/03 Chief Keef - I Dont Like (Feat. Lil Reese).mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/04 Chief Keef - No Tomorro.mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/05 Chief Keef - Hate Bein Sober (Feat. 50 Cent And Wiz Khalifa).mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/06 Chief Keef - Kay Kay.mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/07 Chief Keef - Laughin To The Bank.mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/08 Chief Keef - Diamonds (Feat. French Montana).mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/09 Chief Keef - Ballin.mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/10 Chief Keef - Understand Me (Feat. Young Jeezy).mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/11 Chief Keef - 3Hunna (Feat. Rick Ross).mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/12 Chief Keef - Finally Rich.mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/13 Chief Keef - Citgo (Bonus Track).mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/14 Chief Keef - Kobe (Bonus Track).mp3 +/home/immanuel/Music/Chief Keef - Finally Rich (Deluxe Edition) 2012 Rap 320kbps CBR MP3 [VX] [P2PDL]/15 Chief Keef - Got Them Bands (Bonus Track).mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/01. Laurel Canyon.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/02. Cappin.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/03. Unstoppable.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/04. Superheroes Ft. ASAP Rocky.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/05. Singing To The Cheese.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/06. Pick One.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/07. New School.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/08. Facts.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/09. I Just Wanna Ft. Mac Miller.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/10. Yes.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/11. Aint Missing You Ft. Jenn Em.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/12. Millions.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/13. Go Harder.mp3 +/home/immanuel/Music/Chief Keef – Bang 3 (2015) 320 KBPS/14. Greenlight.mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/01 - Ticket.mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/02 - Keke Palmer.mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/03 - Mailbox.mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/04 - Cook.mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/05 - Bad (feat. Tadoe).mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/06 - Text.mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/07 - Glory Bridge (feat. A Boogie Wit da Hoodie).mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/08 - Get It.mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/09 - Negro.mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/10 - Less Speed.mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/11 - Come On Now (feat. Lil Yachty).mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/12 - Kills.mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/13 - Told Y'all.mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/14 - Let Me See (feat. Tadoe).mp3 +/home/immanuel/Music/Chief Keef - Dedication (2017) Mp3 (320kbps) [Hunter]/Chief Keef - Dedication (2017)/15 - Be Back.mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/01 - Alone (Intro).mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/02 - Can You Be My Friend.mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/03 - My Baby.mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/04 - You & Me.mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/05 - Whoa.mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/06 - Couple Of Coats.mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/07 - Grab A Star.mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/08 - You My Number One.mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/09 - So Cal.mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/10 - Drank Head.mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/11 - My Head.mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/12 - Slow Dance (feat. Young Chop).mp3 +/home/immanuel/Music/Chief Keef - Thot Breaker (2017) Mp3.320kbps.[Hunter]/Chief Keef - Thot Breaker (2017)/13 - Going Home.mp3 +/home/immanuel/Music/08-dave-rodgers-deja-vu-.mp3 +/home/immanuel/Music/N E V E R M I N D.mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/01. Intro.mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/02. Caliber.mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/03. Make It Out.mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/04. Shooters.mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/05. Monstas & Villains.mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/06. Interlude 1.mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/07. Talk Regardless.mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/08. Roll Wit Me.mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/09. Interlude 2.mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/10. Da Day.mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/11. Jet (feat. Pusha T).mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/12. Overnight.mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/13. Zombie Walk (feat. King Savage).mp3 +/home/immanuel/Music/Desiigner - New English (2016) [MP3~320Kbps]~[Hunter] [FRG]/Desiigner - New English (2016) [320]/14. Panda.mp3 +/home/immanuel/Music/01 Outlet.mp3 +/home/immanuel/Podcasts/Destination Linux/8d4a592c-f9b3-4840-bce8-de0fe2081b6a.mp3 +/home/immanuel/Podcasts/Destination Linux/f38d5e2d-2eba-4054-b719-837087bcc65d.mp3 +/home/immanuel/Podcasts/Destination Linux/5c51698e-40c1-4bc8-a341-890763535540.mp3 +/home/immanuel/Podcasts/Destination Linux/34670c76-50eb-46c4-b0c0-f437115d614c.mp3 +/home/immanuel/Podcasts/Destination Linux/fb87f3e3-c04f-48b6-b09a-9c5f353e14b9.mp3 +/home/immanuel/Podcasts/Destination Linux/5975749c-8097-490a-b149-61781cc54e6f.mp3 +/home/immanuel/Podcasts/Destination Linux/de255433-0940-4ae2-8688-b83857eca68b.mp3 +/home/immanuel/Podcasts/Destination Linux/b50edf9e-3991-45e2-ae17-e6b0bce40bdf.mp3 +/home/immanuel/Podcasts/Destination Linux/1fa546b9-4bed-4d05-8f12-a428c6b1b838.mp3 +/home/immanuel/Podcasts/Destination Linux/865b1a38-e55b-4bc6-8e8f-a64cecec92d0.mp3 +/home/immanuel/Podcasts/Destination Linux/b740d302-9aaf-4bfc-b6e3-00f8e32ae4fd.mp3 +/home/immanuel/Podcasts/Destination Linux/690164a8-2432-41a1-8063-1d027b77b8ae.mp3 +/home/immanuel/Podcasts/Destination Linux/ac91b64c-9a55-4480-9c40-b403183d9c19.mp3 +/home/immanuel/Podcasts/Destination Linux/e420f16c-012d-4506-a39a-0ab41bd0c15e.mp3 +/home/immanuel/Podcasts/Destination Linux/a40296e7-6228-4484-ac2b-59997ff05c4a.mp3 +/home/immanuel/Podcasts/Destination Linux/ff4f7373-814e-4f0b-b7a5-1d16680c2a88.mp3 +/home/immanuel/Music/02 Kevin Gates - Change Lanes.mp3 +/home/immanuel/Music/Drake - More Life [2017]/1 Free Smoke.mp3 +/home/immanuel/Music/Drake - More Life [2017]/2 No Long Talk (feat. Giggs).mp3 +/home/immanuel/Music/Drake - More Life [2017]/3 Passionfruit.mp3 +/home/immanuel/Music/Drake - More Life [2017]/4 Jorja Interlude.mp3 +/home/immanuel/Music/Drake - More Life [2017]/5 Get It Together (feat. Black Coffee & Jorja Smith).mp3 +/home/immanuel/Music/Drake - More Life [2017]/6 Madiba Riddim.mp3 +/home/immanuel/Music/Drake - More Life [2017]/7 Blem.mp3 +/home/immanuel/Music/Drake - More Life [2017]/8 4422.mp3 +/home/immanuel/Music/Drake - More Life [2017]/9 Gyalchester.mp3 +/home/immanuel/Music/Drake - More Life [2017]/10 Skepta Interlude.mp3 +/home/immanuel/Music/Drake - More Life [2017]/11 Portland (feat. Quavo & Travi$ Scott).mp3 +/home/immanuel/Music/Drake - More Life [2017]/12 Sacrifices (feat. 2 Chainz & Young Thug).mp3 +/home/immanuel/Music/Drake - More Life [2017]/13 Nothings Into Somethings.mp3 +/home/immanuel/Music/Drake - More Life [2017]/14 Teenage Fever.mp3 +/home/immanuel/Music/Drake - More Life [2017]/15 KMT (feat. Giggs).mp3 +/home/immanuel/Music/Drake - More Life [2017]/16 Lose You.mp3 +/home/immanuel/Music/Drake - More Life [2017]/17 Can't Have Everything.mp3 +/home/immanuel/Music/Drake - More Life [2017]/18 Glow (feat. Kanye West).mp3 +/home/immanuel/Music/Drake - More Life [2017]/19 Since Way Back (feat. PARTYNEXTDOOR).mp3 +/home/immanuel/Music/Drake - More Life [2017]/20 Fake Love.mp3 +/home/immanuel/Music/Drake - More Life [2017]/21 Ice Melts (feat. Young Thug).mp3 +/home/immanuel/Music/Drake - More Life [2017]/22 Do Not Disturb.mp3 +/home/immanuel/Music/Drake - Gods Plan (Single ~ 2018) [Mp3 - 320kbps] [WR Music]/Drake - Gods Plan (CDQ).mp3 +/home/immanuel/Music/NoDJ-D.R.A.M-1EpicSummer01-D.R.A.M-1EPICINTRO.mp3 +/home/immanuel/Music/NoDJ-D.R.A.M-1EpicSummer02-D.R.A.M-Cha_Cha.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 01 Vagabond.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 02 Beginning.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 03 Escalator.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 04 Lovers.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 05 High For Lows.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 06 Closure.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 07 Uncovered.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 08 Could.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 09 Burn.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 10 Hidden.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 11 Too Late.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 12 Whimp.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 13 Sedated.mp3 +/home/immanuel/Music/El Huervo/To Stop You Must Die/El Huervo - To Stop You Must Die - 14 Tare.mp3 +/home/immanuel/Music/El Huervo/Do Not Lay Waste To Homes/El Huervo - Do Not Lay Waste To Homes... - 01 Rounders.mp3 +/home/immanuel/Music/El Huervo/Do Not Lay Waste To Homes/El Huervo - Do Not Lay Waste To Homes... - 02 Fumes.mp3 +/home/immanuel/Music/El Huervo/Do Not Lay Waste To Homes/El Huervo - Do Not Lay Waste To Homes... - 03 Daisuke.mp3 +/home/immanuel/Music/El Huervo/Do Not Lay Waste To Homes/El Huervo - Do Not Lay Waste To Homes... - 04 Rest.mp3 +/home/immanuel/Music/El Huervo/Do Not Lay Waste To Homes/El Huervo - Do Not Lay Waste To Homes... - 05 Bones.mp3 +/home/immanuel/Music/El Huervo/Do Not Lay Waste To Homes/El Huervo - Do Not Lay Waste To Homes... - 06 Crush.mp3 +/home/immanuel/Music/El Huervo/Where You Must Rest Your Weary Bones/El Huervo - ... Where You Must Rest Your Weary Bones - 01 Trust.mp3 +/home/immanuel/Music/El Huervo/Where You Must Rest Your Weary Bones/El Huervo - ... Where You Must Rest Your Weary Bones - 02 Substance.mp3 +/home/immanuel/Music/El Huervo/Where You Must Rest Your Weary Bones/El Huervo - ... Where You Must Rest Your Weary Bones - 03 Safe.mp3 +/home/immanuel/Music/El Huervo/Where You Must Rest Your Weary Bones/El Huervo - ... Where You Must Rest Your Weary Bones - 04 Equipped.mp3 +/home/immanuel/Music/El Huervo/Where You Must Rest Your Weary Bones/El Huervo - ... Where You Must Rest Your Weary Bones - 05 Almost.mp3 +/home/immanuel/Music/El Huervo/Where You Must Rest Your Weary Bones/El Huervo - ... Where You Must Rest Your Weary Bones - 06 Cut.mp3 +/home/immanuel/Music/El Huervo/Where You Must Rest Your Weary Bones/El Huervo - ... Where You Must Rest Your Weary Bones - 07 Article.mp3 +/home/immanuel/Music/El Huervo/Where You Must Rest Your Weary Bones/El Huervo - ... Where You Must Rest Your Weary Bones - 08 Flight.mp3 +/home/immanuel/Music/EDM/Daisuke/El Huervo - Daisuke-1717992066.mp3 +/home/immanuel/Music/EDM/Daisuke/El Huervo - Daisuke (Brahm Remix ft. Shelby Cinca)-541597831.mp3 +/home/immanuel/Music/EDM/Daisuke/El Huervo - Daisuke (Triobelisk Remix)-1877743713.mp3 +/home/immanuel/Music/EDM/Daisuke/El Huervo - Daisuke (Gecki Remix)-3216075869.mp3 +/home/immanuel/Music/EDM/Daisuke/El Huervo - Chance-261401901.mp3 +/home/immanuel/Music/EDM/Daisuke/El Huervo - Känns Så Jävla Gött-3518672050.mp3 +/home/immanuel/Music/EDM/World's End/El Huervo - Shelter-1625462008.mp3 +/home/immanuel/Music/EDM/World's End/El Huervo - Rebel-398019175.mp3 +/home/immanuel/Music/EDM/World's End/El Huervo - Fukurokouji-3033496557.mp3 +/home/immanuel/Music/EDM/World's End/El Huervo - Dust-4274330168.mp3 +/home/immanuel/Music/EDM/World's End/El Huervo - FIVE-2470142127.mp3 +/home/immanuel/Music/EDM/World's End/El Huervo - Awake-280754509.mp3 +/home/immanuel/Music/EDM/World's End/El Huervo - Hunger (Featuring Nounverber)-1226681220.mp3 +/home/immanuel/Music/EDM/World's End/El Huervo - Fabian-3438903117.mp3 +/home/immanuel/Music/EDM/World's End/El Huervo - Express-2913950564.mp3 +/home/immanuel/Music/EDM/World's End/El Huervo - Air-3549576638.mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - FriLejd (Original Mix)-3293932884.mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - Carried (Original Mix)-2728649983.mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - Envisage (Featuring Brahm)-3378405224.mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - Rust-2311915899.mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - Irreversible-789462894.mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - Vandereer-1878890835.mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - Cauldron-2426766587.mp3 +/home/immanuel/Music/EDM/Vandereer/El Huervo - Notation (Original Mix)-3026909614.aiff +/home/immanuel/Music/EDM/Vandereer/El Huervo - All About You (Original Mix)-3642290342.aiff +/home/immanuel/Music/EDM/The Setup/El Huervo - The Setup (Aeronexus 'Ambient Amplifcation' Remix).aiff +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/01-elvis_presley-heartbreak_hotel-7f269e02.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/02-elvis_presley-mystery_train-8990f391.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/03-elvis_presley-burning_love-a2c00e87.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/04-elvis_presley-its_now_or_never-6a9472ac.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/05-elvis_presley-are_you_lonesome_tonight-1e43cae8.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/06-elvis_presley-all_shook_up-2f414fcc.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/07-elvis_presley-my_baby_left_me-968bd1b7.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/08-elvis_presley-kentucky_rain-fbbe7187.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/09-elvis_presley-hound_dog-497e1329.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/10-elvis_presley-thats_all_right-bf76ab04.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/11-elvis_presley-cant_help_falling_in_love-9589c954.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/12-elvis_presley-jailhouse_rock-ca6c749e.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/13-elvis_presley-if_i_can_dream-77ffcbed.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/14-elvis_presley-a_little_less_conversation_(jxl_radio_edit_remix)-2c2665eb.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/15-elvis_presley-little_sister-c5883ffe.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/16-elvis_presley-good_rockin_tonight-3d2ffde8.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/17-elvis_presley-return_to_sender_(from_girls_girls_girls)-0b352bc5.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/18-elvis_presley-suspicious_minds-6530c1f0.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/19-elvis_presley-(let_me_be_your)_teddy_bear-d0b3e27a.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/20-elvis_presley-too_much-45349b09.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/21-elvis_presley-love_me_tender_(from_the_20th_century-fox_cinemascope_production_love_me_tender)-345dbd8b.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/22-elvis_presley-i_was_the_one-1c47b0a8.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/23-elvis_presley-trouble-d52b1745.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/24-elvis_presley-dont_be_cruel-87869189.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/25-elvis_presley-dont-aa713858.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/26-elvis_presley-wear_my_ring_around_your_neck-c5cb2fbb.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/27-elvis_presley-(youre_the)_devil_in_disguise-5a6fb227.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/28-elvis_presley-a_big_hunk_o_love-88f45f7c.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/29-elvis_presley-hard_headed_woman-386c76b8.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/30-elvis_presley-good_luck_charm-9a768243.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/31-elvis_presley-love_me-e7500e27.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/32-elvis_presley-(maries_the_name_of)_his_latest_flame-35241b19.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/33-elvis_presley-how_great_thou_art-47418ee1.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/34-elvis_presley-in_the_ghetto-4cc6f4d7.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/35-elvis_presley-way_down-626890c5.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/36-elvis_presley-viva_las_vegas-543f6949.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/37-elvis_presley-one_night-1c1dbeb7.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/38-elvis_presley-treat_me_nice-3279722f.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/39-elvis_presley-a_mess_of_blues-32f81391.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/40-elvis_presley-i_just_cant_help_believin_(live)-6ee25641.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/41-elvis_presley-bossa_nova_baby-4f1bdf8b.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/42-elvis_presley-polk_salad_annie_(the_evening_show_2012_mix)-95860fda.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/43-elvis_presley-loving_arms-871e66e0.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/44-elvis_presley-stuck_on_you-2783b7ed.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/45-elvis_presley-moody_blue-19394d4c.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/46-elvis_presley-memories-e7a9e748.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/47-elvis_presley-always_on_my_mind-c890d207.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/48-elvis_presley-the_wonder_of_you_(live)-6b9d472b.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/49-elvis_presley-i_want_you_i_need_you_i_love_you-9f336184.mp3 +/home/immanuel/Music/Elvis Presley - Elvis Forever The Best of Elvis Presley (2017)/50-elvis_presley-crying_in_the_chapel-ce80daf1.mp3 +/home/immanuel/Music/2011 Pictural (EP)/Fakear - PICTURAL EP - 01 Beach Volley.mp3 +/home/immanuel/Music/Fakear/2011 Pictural (EP)/Fakear - PICTURAL EP - 01 Beach Volley.mp3 +/home/immanuel/Music/2011 Pictural (EP)/Fakear - PICTURAL EP - 02 Memories.mp3 +/home/immanuel/Music/Fakear/2011 Pictural (EP)/Fakear - PICTURAL EP - 02 Memories.mp3 +/home/immanuel/Music/2011 Pictural (EP)/Fakear - PICTURAL EP - 03 Recreation.mp3 +/home/immanuel/Music/Fakear/2011 Pictural (EP)/Fakear - PICTURAL EP - 03 Recreation.mp3 +/home/immanuel/Music/2011 Pictural (EP)/Fakear - PICTURAL EP - 04 Picture of the Middle East.mp3 +/home/immanuel/Music/Fakear/2011 Pictural (EP)/Fakear - PICTURAL EP - 04 Picture of the Middle East.mp3 +/home/immanuel/Music/2011 Pictural (EP)/Fakear - PICTURAL EP - 05 Wanna be your cat.mp3 +/home/immanuel/Music/Fakear/2011 Pictural (EP)/Fakear - PICTURAL EP - 05 Wanna be your cat.mp3 +/home/immanuel/Music/2011 Pictural (EP)/Fakear - PICTURAL EP - 06 Synopsis.mp3 +/home/immanuel/Music/Fakear/2011 Pictural (EP)/Fakear - PICTURAL EP - 06 Synopsis.mp3 +/home/immanuel/Music/2011 Pictural (EP)/Fakear - PICTURAL EP - 07 Falls.mp3 +/home/immanuel/Music/Fakear/2011 Pictural (EP)/Fakear - PICTURAL EP - 07 Falls.mp3 +/home/immanuel/Music/2012 Washin Machine/Fakear - Washin' Machine - 01 Matin Gris.mp3 +/home/immanuel/Music/Fakear/2012 Washin Machine/Fakear - Washin' Machine - 01 Matin Gris.mp3 +/home/immanuel/Music/2012 Washin Machine/Fakear - Washin' Machine - 02 Funk of the dead.mp3 +/home/immanuel/Music/Fakear/2012 Washin Machine/Fakear - Washin' Machine - 02 Funk of the dead.mp3 +/home/immanuel/Music/2012 Washin Machine/Fakear - Washin' Machine - 03 1985.mp3 +/home/immanuel/Music/Fakear/2012 Washin Machine/Fakear - Washin' Machine - 03 1985.mp3 +/home/immanuel/Music/2012 Washin Machine/Fakear - Washin' Machine - 04 A New Camp.mp3 +/home/immanuel/Music/Fakear/2012 Washin Machine/Fakear - Washin' Machine - 04 A New Camp.mp3 +/home/immanuel/Music/2012 Washin Machine/Fakear - Washin' Machine - 05 Liqueur.mp3 +/home/immanuel/Music/Fakear/2012 Washin Machine/Fakear - Washin' Machine - 05 Liqueur.mp3 +/home/immanuel/Music/2012 Washin Machine/Fakear - Washin' Machine - 06 Washin' Machine.mp3 +/home/immanuel/Music/Fakear/2012 Washin Machine/Fakear - Washin' Machine - 06 Washin' Machine.mp3 +/home/immanuel/Music/2012 Washin Machine/Fakear - Washin' Machine - 07 Hip Hop Homework.mp3 +/home/immanuel/Music/Fakear/2012 Washin Machine/Fakear - Washin' Machine - 07 Hip Hop Homework.mp3 +/home/immanuel/Music/2012 Washin Machine/Fakear - Washin' Machine - 08 Nightlife.mp3 +/home/immanuel/Music/Fakear/2012 Washin Machine/Fakear - Washin' Machine - 08 Nightlife.mp3 +/home/immanuel/Music/2012 Washin Machine/Fakear - Washin' Machine - 09 One For The Brave.mp3 +/home/immanuel/Music/Fakear/2012 Washin Machine/Fakear - Washin' Machine - 09 One For The Brave.mp3 +/home/immanuel/Music/2012 Washin Machine/Fakear - Washin' Machine - 10 Bloody Western.mp3 +/home/immanuel/Music/Fakear/2012 Washin Machine/Fakear - Washin' Machine - 10 Bloody Western.mp3 +/home/immanuel/Music/2012 Washin Machine/Fakear - Washin' Machine - 11 Human.mp3 +/home/immanuel/Music/Fakear/2012 Washin Machine/Fakear - Washin' Machine - 11 Human.mp3 +/home/immanuel/Music/2013 Dark Lands (EP)/01 - Marymirror.mp3 +/home/immanuel/Music/Fakear/2013 Dark Lands (EP)/01 - Marymirror.mp3 +/home/immanuel/Music/2013 Dark Lands (EP)/02 - Like a Friend.mp3 +/home/immanuel/Music/Fakear/2013 Dark Lands (EP)/02 - Like a Friend.mp3 +/home/immanuel/Music/2013 Dark Lands (EP)/03 - Dark Lands Song.mp3 +/home/immanuel/Music/Fakear/2013 Dark Lands (EP)/03 - Dark Lands Song.mp3 +/home/immanuel/Music/2013 Dark Lands (EP)/04 - Damas.mp3 +/home/immanuel/Music/Fakear/2013 Dark Lands (EP)/04 - Damas.mp3 +/home/immanuel/Music/2013 Dark Lands (EP)/05 - Mount Silver.mp3 +/home/immanuel/Music/Fakear/2013 Dark Lands (EP)/05 - Mount Silver.mp3 +/home/immanuel/Music/Fakear - 2014 Sauvage/Darjeeling.mp3 +/home/immanuel/Music/Fakear - 2014 Sauvage/La lune rousse.mp3 +/home/immanuel/Music/Fakear - 2014 Sauvage/Neptune.mp3 +/home/immanuel/Music/Fakear - 2014 Sauvage/Pale War God.mp3 +/home/immanuel/Music/Fakear - 2014 Sauvage/Thousand Fires.mp3 +/home/immanuel/Music/Fakear - 2014 Sauvage/Tigers.mp3 +/home/immanuel/Music/Fakear - 2014 Sauvage/Two Arms Around You (feat. O'Kobbo).mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/01 - Sheer-Khan.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/01 - Sheer-Khan.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/02 - Silver.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/02 - Silver.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/03 - Animal.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/03 - Animal.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/04 - La lune rousse.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/04 - La lune rousse.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/05 - My Own Sun.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/05 - My Own Sun.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/06 - Jonnhae.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/06 - Jonnhae.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/07 - Red Lines.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/07 - Red Lines.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/08 - Le chant du monde.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/08 - Le chant du monde.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/09 - De La Luz.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/09 - De La Luz.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/10 - Lessons.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/10 - Lessons.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/11 - La belle âme.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/11 - La belle âme.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/12 - Ankara.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/12 - Ankara.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/13 - Light Bullet.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/13 - Light Bullet.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/14 - Leaving Tokyo.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/14 - Leaving Tokyo.mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/15 - Mamaha (Energy Song) (Bonus Track).mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/15 - Mamaha (Energy Song) (Bonus Track).mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/16 - Rise (Bonus Track).mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/16 - Rise (Bonus Track).mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe) [2016]/17 - Song For Jo (Bonus Track).mp3 +/home/immanuel/Music/Fakear - Animal (Deluxe Edition) (2016) [MP3~320Kbps]~[Hunter] [FRG]/Fakear - Animal (Deluxe) [2016]/17 - Song For Jo (Bonus Track).mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/01. Prelude.mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/04. Lost Colours.mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/05. Chakra.mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/07. Consciousness.mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/08. Next Life.mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/09. Tokara.mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/12. Sea Song.mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/14. Lou.mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/16. Under The Last Tree.mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/02. Something Wonderful (feat. Ana Zimmer).mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/15. Give You (feat. Anna Majidson).mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/13. Vision (feat. Claire Laffut).mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/10. Tonight (feat. Ebenezer).mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/06. One Chance (feat. Eves Karydas).mp3 +/home/immanuel/Music/Fakear/Fakear feat Cat's Eyes - Tilted Days.mp3 +/home/immanuel/Music/Fakear feat Cat's Eyes - Tilted Days.mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/11. Sacred Feminine (feat. Ibrahim Maalouf).mp3 +/home/immanuel/Music/Fakear - All Glows [COUNTCD150] (2018)/03. Lost in Time (feat. Polo & Pan, Noraa & Clément Bazin).mp3 +/home/immanuel/Music/01 Unforgettable (feat. Swae Lee).mp3 +/home/immanuel/Music/One Night (GAB).mp3 +/home/immanuel/Music/01 Mi Gente.mp3 +/home/immanuel/Music/Kate Stone - The Melody Within - Vol. 1/Fairy Tale-3817091543.mp3 +/home/immanuel/Music/Kate Stone - The Melody Within - Vol. 1/Morning Rain-1036806065.mp3 +/home/immanuel/Music/Kate Stone - The Melody Within - Vol. 1/Snowflake-519331757.mp3 +/home/immanuel/Music/Kate Stone - The Melody Within - Vol. 1/Whispering Creek-1519459034.mp3 +/home/immanuel/Music/Kate Stone - The Melody Within - Vol. 1/Journey-813524509.mp3 +/home/immanuel/Music/Kate Stone - The Melody Within - Vol. 1/Pink Panda-3190470472.mp3 +/home/immanuel/Music/Kate Stone - The Melody Within - Vol. 1/Piano-2509365820.mp3 +/home/immanuel/Music/Kate Stone - The Melody Within - Vol. 1/Singing Wok-1519324370.mp3 +/home/immanuel/Music/Urban - Kate Stone/Golden Hour-2177894745.mp3 +/home/immanuel/Music/Urban - Kate Stone/Shades of Concrete-1831100567.mp3 +/home/immanuel/Music/Urban - Kate Stone/Urban-2414190909.mp3 +/home/immanuel/Music/Urban - Kate Stone/River at Dawn-1834302484.mp3 +/home/immanuel/Music/Urban - Kate Stone/Rooftop-4274010472.mp3 +/home/immanuel/Music/Urban - Kate Stone/Skyline-1974828566.mp3 +/home/immanuel/Music/Urban - Kate Stone/Perhentian-3059648937.mp3 +/home/immanuel/Music/Urban - Kate Stone/Wasteland-92839854.mp3 +/home/immanuel/Music/Urban - Kate Stone/Singing Wok-1019182184.mp3 +/home/immanuel/Music/Urban - Kate Stone/Bricks & Mortar-2030907873.mp3 +/home/immanuel/Music/Urban - Kate Stone/Cobblestone-1757123894.mp3 +/home/immanuel/Music/Urban - Kate Stone/Urban Electronics-1759037821.mp3 +/home/immanuel/Music/brand new.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/01 Versatile.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/02 Change My Ways.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/03 Roll in Peace (feat. XXXTENTACION).mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/04 6th Sense.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/05 Don't Wanna Breathe.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/06 Need a Break.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/07 First Love.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/08 Unexplainable.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/09 My Klik (feat. JackBoy & John Wicks).mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/10 Transportin'.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/11 You Do That Shit.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/12 Built My Legacy (feat. Offset).mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/13 Misunderstood.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/14 Pride.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/15 Up Late.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/16 No Codefendant.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/17 The Recipe.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/18 Still in the Streets.mp3 +/home/immanuel/Music/Kodak Black - Projects Baby 2 (2017) (Mp3 320kbps) [Hunter] SSEC/Kodak Black - Projects Baby 2 (2017)/19 Me for Me.mp3 +/home/immanuel/Podcasts/Science Salon/ss116_Howard_Friedman_2020_04_07.mp3 +/home/immanuel/Podcasts/Science Salon/ss115_Matthew_Cobb_2020_02_17.mp3 +/home/immanuel/Podcasts/Science Salon/ss117_Matt_Ridley_2020_05_15.mp3 +/home/immanuel/Podcasts/Science Salon/ss118_Stuart_Russell_2020_02_14.mp3 +/home/immanuel/Podcasts/Science Salon/ss119_Howard_Bloom_2020_03_13.mp3 +/home/immanuel/Podcasts/Not Related! A Big-Braned Podcast/S02E00_-_Live_from_the_Wild.ogg +/home/immanuel/Podcasts/Not Related! A Big-Braned Podcast/S02E01_-_Against_Method_and_For_Pseudoscience.ogg +/home/immanuel/Music/DJ_MLK-GoodNight_Don_t_Exist_In_ATL_807-OT_Genasis_Feat_Young_Dolph-Cut_It.mp3 +/home/immanuel/Music/Guilty Pleasures EP [mindcrasher]/Pegboard Nerds - High Roller (ft.Splitbreed).mp3 +/home/immanuel/Music/Guilty Pleasures EP [mindcrasher]/Pegboard Nerds - How U Feelin'.mp3 +/home/immanuel/Music/Guilty Pleasures EP [mindcrasher]/Pegboard Nerds - So What.mp3 +/home/immanuel/Music/Guilty Pleasures EP [mindcrasher]/Pegboard Nerds & Tristam - Razor Sharp VIP.mp3 +/home/immanuel/Music/Rae Sremmurd - Look Alive (Radio Rip).mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/01 Medusa.mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/02 Little Bit of Lovin.mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/03 Say Less.mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/04 Take Time (feat. 24Hrs).mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/05 Something New.mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/06 Top Left.mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/07 Bb.mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/08 Back It Up (feat. PARTYNEXTDOOR).mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/09 Glasses.mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/10 The Way You Sex.mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/11 Monday to Monday.mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/12 What Are You On_.mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/13 Balance (feat. dvsn & PnB Rock).mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/14 In the Club.mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/15 B-Town.mp3 +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/16 Undivided.mp3 +/home/immanuel/Podcasts/Science Friday/science-friday061220a.mp3 +/home/immanuel/Podcasts/Science Friday/science-friday052220a.mp3 +/home/immanuel/Podcasts/Science Friday/science-friday051520a.mp3 +/home/immanuel/Podcasts/Science Friday/science-friday060520a.mp3 +/home/immanuel/Podcasts/Science Friday/science-friday052920a.mp3 +/home/immanuel/Podcasts/Science Friday/science-friday052920b.mp3 +/home/immanuel/Podcasts/Science Friday/science-friday060520b.mp3 +/home/immanuel/Podcasts/Science Friday/science-friday052220b.mp3 +/home/immanuel/Podcasts/Science Friday/science-friday051520b.mp3 +/home/immanuel/Podcasts/Science Friday/science-friday061220b.mp3 +/home/immanuel/Music/Tee Grizzley & Lil Durk - Bloodas (2017) Mp3 (320kbps) [Hunter]/Tee Grizzley & Lil Durk - Bloodas (2017)/01 Bloodas.mp3 +/home/immanuel/Music/Tee Grizzley & Lil Durk - Bloodas (2017) Mp3 (320kbps) [Hunter]/Tee Grizzley & Lil Durk - Bloodas (2017)/02 WhatYo City Like.mp3 +/home/immanuel/Music/Tee Grizzley & Lil Durk - Bloodas (2017) Mp3 (320kbps) [Hunter]/Tee Grizzley & Lil Durk - Bloodas (2017)/03 Category Hoes.mp3 +/home/immanuel/Music/Tee Grizzley & Lil Durk - Bloodas (2017) Mp3 (320kbps) [Hunter]/Tee Grizzley & Lil Durk - Bloodas (2017)/04 3rd Person.mp3 +/home/immanuel/Music/Tee Grizzley & Lil Durk - Bloodas (2017) Mp3 (320kbps) [Hunter]/Tee Grizzley & Lil Durk - Bloodas (2017)/05 Flyers Up.mp3 +/home/immanuel/Music/Tee Grizzley & Lil Durk - Bloodas (2017) Mp3 (320kbps) [Hunter]/Tee Grizzley & Lil Durk - Bloodas (2017)/06 Factors.mp3 +/home/immanuel/Music/Tee Grizzley & Lil Durk - Bloodas (2017) Mp3 (320kbps) [Hunter]/Tee Grizzley & Lil Durk - Bloodas (2017)/07 Rappers.mp3 +/home/immanuel/Music/Tee Grizzley & Lil Durk - Bloodas (2017) Mp3 (320kbps) [Hunter]/Tee Grizzley & Lil Durk - Bloodas (2017)/08 Ratchet Ass.mp3 +/home/immanuel/Music/Tee Grizzley & Lil Durk - Bloodas (2017) Mp3 (320kbps) [Hunter]/Tee Grizzley & Lil Durk - Bloodas (2017)/09 Ohhwee.mp3 +/home/immanuel/Music/Tee Grizzley & Lil Durk - Bloodas (2017) Mp3 (320kbps) [Hunter]/Tee Grizzley & Lil Durk - Bloodas (2017)/10 Dirty Stick.mp3 +/home/immanuel/Music/Tee Grizzley & Lil Durk - Bloodas (2017) Mp3 (320kbps) [Hunter]/Tee Grizzley & Lil Durk - Bloodas (2017)/11 Melody.mp3 +/home/immanuel/Music/Tee Grizzley & Lil Durk - Bloodas (2017) Mp3 (320kbps) [Hunter]/Tee Grizzley & Lil Durk - Bloodas (2017)/12 Ungrateful.mp3 +/home/immanuel/Music/The Chainsmokers - Sick Boy (Single, 2018) Mp3 (320kbps) [Hunter]/The Chainsmokers - Sick Boy (Single, 2018)/01. Sick Boy.mp3 +/home/immanuel/Podcasts/Economist Radio/c8c7025c-e628-48f7-a28a-448d35841c4c_ed5f226b61fe89dc50cc59b2aa509549.mp3 +/home/immanuel/Podcasts/Economist Radio/ab76440d-1bdc-4ae2-92bb-41e6ee5cf1aa_b79309a4f0196a2798cc50ed0e65b73c.mp3 +/home/immanuel/Podcasts/Economist Radio/286e6262-a877-43f9-ade5-6727902e794e_c40effb56db9df34f985a9a740c36120.mp3 +/home/immanuel/Podcasts/Economist Radio/0cac315c-fea9-4d0a-ba88-16b5f742bc07_c773c07264196ef7e8880f0f88d3abd8.mp3 +/home/immanuel/Podcasts/Economist Radio/8aff7ae8-9f8c-4243-9c75-cd59f7a991ed_3436224410c96a01b53b8278f68d049e.mp3 +/home/immanuel/Podcasts/Economist Radio/6abb0d75-ad52-4d39-9f60-57c4dd34c72d_c84e9a4731a350eed735b8d10b12fcab.mp3 +/home/immanuel/Podcasts/Economist Radio/c1d83bcb-3038-4101-897b-8190e0a991f3_4ad83abe48caef5b2291e218484d7468.mp3 +/home/immanuel/Podcasts/Economist Radio/79ba0b6a-e073-43be-ab8f-7a1623f77d18_e5705a157769727866a3532b90fb5bd9.mp3 +/home/immanuel/Podcasts/Economist Radio/3cd3974a-cb64-403b-96f9-8cf0a1750d9a_fa299cd80c99a31bb6493485102bee03.mp3 +/home/immanuel/Podcasts/Economist Radio/15805bff-f1cc-45eb-b4a2-555871f49292_cfd3c28291357e8ccc279b17f74f2eba.mp3 +/home/immanuel/Podcasts/Economist Radio/019065f1-670f-4d4d-a599-8c272d539beb_700fa758709ec7a4ad64a06342ddd391.mp3 +/home/immanuel/Podcasts/Economist Radio/dc5e9cb6-375c-4888-ab36-a44445c754e5_a453437b98507da83412f1ea815f2b74.mp3 +/home/immanuel/Podcasts/Economist Radio/2eb2bcf7-fcfc-416f-8d4a-4b5b6fc6024e_c3808f237531e0bba7ac7129bf3cbb6c.mp3 +/home/immanuel/Podcasts/Economist Radio/096bf2eb-335f-479a-a785-67a1c7131ee8_9abd1a04695b1f8104581d2ec49d893d.mp3 +/home/immanuel/Podcasts/Economist Radio/3e67c719-2e09-4cd4-a36e-558efce06db2_0f53343f6f7387de8653637014b42e6d.mp3 +/home/immanuel/Podcasts/Economist Radio/9f66c70f-4746-4908-964e-1a6159aa8856_23621e00e8df3c7a9a093923b76f1499.mp3 +/home/immanuel/Podcasts/Economist Radio/f9b41841-d469-486d-a851-d4a5f88804d8_6cdc69b4074dc9ad2b085706fc8538c7.mp3 +/home/immanuel/Podcasts/Economist Radio/3d0561f4-0528-4756-9639-061f1f2d0acd_6009f6368b98de084f0f0a6ff182482f.mp3 +/home/immanuel/Podcasts/Economist Radio/6247a349-fa13-4e36-b103-79282bb35c0c_cd8aa0af0514516341ce87ff51dd24f4.mp3 +/home/immanuel/Podcasts/Economist Radio/51899312-3623-427e-86c9-3d9c42f17d8a_7c2f6d7590acf557f39d1639a048c36e.mp3 +/home/immanuel/Podcasts/Economist Radio/bc03eab8-1705-45eb-a38b-a61969572d01_2ecab35f6430da5763aa531fd173bf8d.mp3 +/home/immanuel/Podcasts/Economist Radio/dc32e1ab-7c28-45f1-b39b-3155b3b0a6df_e0f0e32f7551c267aafaaa540a2f77aa.mp3 +/home/immanuel/Podcasts/Economist Radio/74557516-8c25-4022-90a6-2e5997fcc627_029abb779edbc828ecf6388eb8971758.mp3 +/home/immanuel/Podcasts/Economist Radio/59312d3c-f978-4f20-aff5-54a8a76f516e_b69f3dcf17fff6a0885617a9cdf5bbc7.mp3 +/home/immanuel/Podcasts/Economist Radio/364bf03d-796e-4504-9639-6c5321ee7374_096df804821889d9cbb88c3aa011651c.mp3 +/home/immanuel/Podcasts/Economist Radio/126cd5f8-5f3f-4600-9e71-77a9a570e21d_dd1d5281ff361d8de8b0147537116200.mp3 +/home/immanuel/Podcasts/Economist Radio/425c48af-c512-4936-b227-8d6e04365bd1_e7e35bd97be3221e3196010f51ce5f72.mp3 +/home/immanuel/Podcasts/Economist Radio/7e907f59-ee0d-4ad3-ae80-98268856d0da_82c8194fe31b24426e3030a6e0334d46.mp3 +/home/immanuel/Podcasts/Economist Radio/baf3cbd8-0c43-480d-8566-8ec585d27312_54aefea71eeae793ea2397520585dac4.mp3 +/home/immanuel/Podcasts/Economist Radio/a3b33060-7120-424f-b7bc-738cf2321167_3da37ab26083baf7e68197c255dad867.mp3 +/home/immanuel/Podcasts/Economist Radio/3d0da7f1-eceb-4e77-9ba3-eeb322242b01_2959216f434329570f1e19fbd68cb4e9.mp3 +/home/immanuel/Podcasts/Economist Radio/5a3b9b84-2e6c-41cc-8787-62ae6b2ff98c_743327b4ceec86e31d9dfea9fc4e20e4.mp3 +/home/immanuel/Podcasts/Economist Radio/3c95f504-b62f-4974-a74c-96456bbb8091_e16b5bcda55740600121a437f235671f.mp3 +/home/immanuel/Podcasts/Economist Radio/68a586aa-efc5-42df-92ef-b0d2b028cfce_8d486682c60efc6a791f8832a4701403.mp3 +/home/immanuel/Podcasts/Economist Radio/af8fdcd6-246c-45c2-998a-bd9a1eeab13d_26d0233cced22b146a8a11fb441b9905.mp3 +/home/immanuel/Podcasts/Economist Radio/3ea87cd3-0525-43f5-9ffd-6ff8b4c2556d_f5aa66b6959798302b215315919046c5.mp3 +/home/immanuel/Podcasts/Economist Radio/5965983b-099b-4855-a2cd-6e8c45923564_55cfe04dece9d9c7de41af3ae349423e.mp3 +/home/immanuel/Podcasts/Economist Radio/a65ae363-13f5-4187-a5ce-85946523b401_7efe92958cafa9ff1413cc276832471f.mp3 +/home/immanuel/Podcasts/Economist Radio/dfef3c0e-e684-4423-9140-3a573dae9376_8055e8f07ced0e4ab86766a3c946a01c.mp3 +/home/immanuel/Podcasts/Economist Radio/6eada23d-d16c-4e51-9db1-121063794f10_8543bfac617b44343f35451c121e7281.mp3 +/home/immanuel/Podcasts/Economist Radio/fd3ee91d-893e-4ab3-a79e-3f1dc355462a_91321131bee8701d39f668580393400e.mp3 +/home/immanuel/Podcasts/Economist Radio/24f7f31e-6f64-49bd-a0de-22d299c8c6f7_185a7bfdba31941a7dec677acc35e736.mp3 +/home/immanuel/Podcasts/Editor's Picks from The Economist/media-kbcfki22-20200625_ep_jh_v4.mp3 +/home/immanuel/Podcasts/Economist Radio/55a628ec-999e-49f9-adc0-31fa292e8535_438172e577a4b098fdfcd9f8e66d4f99.mp3 +/home/immanuel/Podcasts/Editor's Picks from The Economist/55a628ec-999e-49f9-adc0-31fa292e8535_404e8d98417d82918d4c30b69f6badc5.mp3 +/home/immanuel/Podcasts/Economist Radio/4d8a2650-ac99-4e52-a684-7c4a6d74640d_5d0835213fa2b16bf3020a27da4f4821.mp3 +/home/immanuel/Podcasts/Editor's Picks from The Economist/4d8a2650-ac99-4e52-a684-7c4a6d74640d_0d96c40ca403eaa04de9555c58b14114.mp3 +/home/immanuel/Podcasts/Editor's Picks from The Economist/media-kb2gh4ab-20200608_ep_jh_v1.mp3 +/home/immanuel/Podcasts/Economist Radio/b8496f8f-5f42-4917-9100-91ba6cc6ffc0_cc54db2e42d241d664669ad734b1ee77.mp3 +/home/immanuel/Podcasts/Economist Radio/6650959c-3945-4be2-98b0-0c2c8c6e5014_9e6f858fe9a019c2bfd1a31bd1cb941f.mp3 +/home/immanuel/Podcasts/Economist Radio/66c86644-7366-44ba-a295-8816c44d40be_dac0513a51e52078d29f0499816bc860.mp3 +/home/immanuel/Podcasts/Economist Radio/0801de9b-14fd-4b54-986d-c53134629e0b_a2634da9be2219a0e74184ffb29a77e6.mp3 +/home/immanuel/Podcasts/Economist Radio/33d87aa9-1f0e-4e64-a031-11eac08e7689_754345898e5d4bb104876252a91c61b5.mp3 +/home/immanuel/Podcasts/Editor's Picks from The Economist/33d87aa9-1f0e-4e64-a031-11eac08e7689_9bb2127ab40619509a5e32b793e3d4a2.mp3 +/home/immanuel/Podcasts/Economist Radio/5df88f0a-f337-4351-8022-2001a5dd10fc_86d28728b75878ea08ec11baed753b0c.mp3 +/home/immanuel/Podcasts/Editor's Picks from The Economist/5df88f0a-f337-4351-8022-2001a5dd10fc_54f044cd1192649a1db76b1c61b9db47.mp3 +/home/immanuel/Podcasts/Economist Radio/569433fb-7477-415a-abab-8a8b901337c1_b11a119bcbde15fefc0e438ca9e44e2a.mp3 +/home/immanuel/Podcasts/Editor's Picks from The Economist/569433fb-7477-415a-abab-8a8b901337c1_022a5d6346e9b63a8a4093d4b82a0832.mp3 +/home/immanuel/Podcasts/Economist Radio/f13f114b-e884-4424-896b-e9e3d1b9dd32_2044b7efa1f1a6bac8d22fc54cc18446.mp3 +/home/immanuel/Podcasts/Economist Radio/ca8fd62d-fa21-4d3a-ab7a-7407c0b01f25_3817a67d1a1fa1bd8dc594dfd2e3ee60.mp3 +/home/immanuel/Podcasts/Economist Radio/0e38936f-0b04-4b5f-aca7-a88b6a4eeb9a_34743ec29de64b68ee449b5d9a3503a7.mp3 +/home/immanuel/Podcasts/Economist Radio/53f9f2a4-31c7-43f8-9a7d-f69d56610955_12ade6a035b5e8767f07532af23c6aff.mp3 +/home/immanuel/Podcasts/Economist Radio/2a3193af-8007-4de4-8516-f153298c4d7e_53fcc1099c245a8cb4a4d031f0640c63.mp3 +/home/immanuel/Podcasts/Economist Radio/8f92aaeb-5ac7-4c4b-ac61-efc74d7ac0ce_87d96e10a2e0fc86e590f71ae4a294cb.mp3 +/home/immanuel/Podcasts/Economist Radio/defd3a0f-e4db-4bd8-ab50-7c9245ad5052_b7d7ada4dc49353352c79d5a419f1b2a.mp3 +/home/immanuel/Podcasts/Economist Radio/8573e31b-5490-4b5a-82a6-1b4a86a31c50_99c40849356c4bd31a2054f5cf104781.mp3 +/home/immanuel/Podcasts/Economist Radio/5d268c13-2864-4545-a5ba-27c66b226f5a_7c9db4b84f6472ed027ea2084559ba32.mp3 +/home/immanuel/Podcasts/Economist Radio/53225d76-55fd-473b-b90b-f9e2e85dc2d2_bc28e96e50269061d5c1b284a633eeb9.mp3 +/home/immanuel/Podcasts/Economist Radio/7614c63f-9a2d-46ea-8f0f-fbc9eb1f41ff_b92c83702c9fe03bd0ba1ae1f9f2a41d.mp3 +/home/immanuel/Podcasts/Economist Radio/5e26ceea-018f-4a5f-acd3-6efd47c879c6_3b0c045b576f4897fdc38fbd4944f784.mp3 +/home/immanuel/Podcasts/Economist Radio/90755262-2cb7-408a-9cd6-feb3759a480c_27d0c2ca4263c40af46c254ed13f429e.mp3 +/home/immanuel/Podcasts/Economist Radio/64de5b76-5d55-4beb-8c3d-12bf95d011dc_8d25cfc1f669512e309f9dd0c0eab2d1.mp3 +/home/immanuel/Podcasts/Economist Radio/92a03c37-82dc-4b03-ac07-448972d91768_ad3e9be004fc3c22caccefcd1080a314.mp3 +/home/immanuel/Podcasts/Economist Radio/b1e1de77-8166-4ca1-af3b-730870507b82_c07efac08ab655554d24619c40024084.mp3 +/home/immanuel/Podcasts/Economist Radio/811c1a54-3dd2-45b8-85ee-1056bbf51625_cff419886c90a610523e026ff8fc7190.mp3 +/home/immanuel/Podcasts/Economist Radio/a75995d0-83da-485f-82df-d05a1ef18abf_a61e5b58d4651ee30a2a611f332f403f.mp3 +/home/immanuel/Podcasts/Economist Radio/c665658e-5c8a-4e84-91ec-82cdc5c236c8_1660bcaff84f9d4bafd5e4aca39eac62.mp3 +/home/immanuel/Podcasts/Economist Radio/0e86a7f6-ea48-49ad-9dec-296d5f273293_c79eadc1edf767413a5a2f38053c1622.mp3 +/home/immanuel/Podcasts/Economist Radio/09a9c1c9-4c76-4a11-b0f1-bf387572f388_b97bbb343a53ab6dbff7e68dbf267e2b.mp3 +/home/immanuel/Podcasts/Economist Radio/f7b3457d-3045-4936-b493-c011aca58320_02c150e0b2d4a679f9c3a77e220550c1.mp3 +/home/immanuel/Podcasts/Economist Radio/f6b63bd9-6228-49ce-8031-fd8fb0a7bef4_a2937e9b2ef7261322374de974d6f546.mp3 +/home/immanuel/Podcasts/Economist Radio/3ba42e70-9823-413f-b9ae-9449de1d18d7_819f1ed4962e9f9e77f410090d8b87af.mp3 +/home/immanuel/Podcasts/Economist Radio/76528fe1-059c-4ad4-a794-9c3d00e57d1b_53a3f428476de6a6bd26568b5db699dd.mp3 +/home/immanuel/Podcasts/Economist Radio/afd0a6e0-e354-4cfd-be64-28dd2d14ae2f_7f166db30e7c28c43069911738ce6240.mp3 +/home/immanuel/Podcasts/Economist Radio/a2cfe691-2544-405e-b6aa-065d9012187f_983aecad777a89052487311986a463b3.mp3 +/home/immanuel/Podcasts/Economist Radio/414e5d24-29e9-493b-b3dd-7e3cce5ff885_0b38247df026925bf5d55cf65e3c0e1a.mp3 +/home/immanuel/Podcasts/Economist Radio/a97a07b7-5aeb-463f-87e9-c0723a48d5e7_f842b8ace07a7fbb470fa9aa7a0df090.mp3 +/home/immanuel/Podcasts/Economist Radio/8516f8d6-dc6a-4e32-a0bd-fcaaa5218741_299686d863fd5011a7cdf077acd78992.mp3 +/home/immanuel/Podcasts/Economist Radio/e02d67a1-0e42-4b0a-9e30-be90e6dd65dd_da8a7155ed961dbe36dc595928b5e6ff.mp3 +/home/immanuel/Podcasts/Economist Radio/4402cf9d-f001-4320-a0fe-d84f16639b3a_eaf65abaec368dc7ee3ab6ec8d70f385.mp3 +/home/immanuel/Podcasts/Economist Radio/07086e1e-5dc9-44d9-8067-2faef9660c12_87b76fb6d6f33cc6899bf2b70521b8a3.mp3 +/home/immanuel/Podcasts/Economist Radio/17150964-9b95-4e8c-b390-6d118d81fcb2_0355d5b3b9fe7ffbb0908cb50178e158.mp3 +/home/immanuel/Podcasts/Economist Radio/cad9bbc9-f94c-4457-9fee-ec101b8c00c7_e02c86ee21cf32f7ccba3132a1b5dc2d.mp3 +/home/immanuel/Podcasts/Economist Radio/f1113d90-f4dc-48f1-a91b-a1053513c909_11e60cef89658c430fddf10e38cbd9d2.mp3 +/home/immanuel/Podcasts/Economist Radio/e958ca40-0997-4617-bc7a-646eebae8988_a71f18e58c1b4b48987c0ff02ebc53d1.mp3 +/home/immanuel/Podcasts/Economist Radio/435798c3-256e-4af0-8feb-8a4ad0e789c9_e24ceb1da009d3967ca811d7363c810a.mp3 +/home/immanuel/Podcasts/Economist Radio/867cce37-5ed5-42df-b1aa-9283bbadec71_0b880b347a518e0be6bbf662f608e2b0.mp3 +/home/immanuel/Podcasts/Economist Radio/521c053a-0941-4328-8c5b-837737b97b3f_f82635a4dea65b0129e2041d91521763.mp3 +/home/immanuel/Podcasts/Economist Radio/f1b3f62e-39cb-4d19-bc60-d733a9b3bafa_f19ada6b26e0a54c0256e81bf9ce06c9.mp3 +/home/immanuel/Podcasts/Economist Radio/773b3dd3-ed6a-417e-81aa-2ae0c92719b4_e5fa48a621976fdccf965ab4f77ec494.mp3 +/home/immanuel/Podcasts/Economist Radio/a7801260-981b-4163-ad56-ae203894f0da_b973c6a8b2ecdc2ffe184135e6b9ad9f.mp3 +/home/immanuel/Podcasts/Economist Radio/c7d33713-d475-433f-97d8-71903e6b7fb4_ff8a7c6069b03471c81954ca6013b017.mp3 +/home/immanuel/Podcasts/Economist Radio/7718427d-00eb-439c-be01-934d4e73e553_4199d47ca635a9aeedefe8a0ffe2ccb4.mp3 +/home/immanuel/Podcasts/Economist Radio/29405212-d4c2-4918-84a6-83abe8570802_dc99b18b60cb93a04433c8be17f9ca05.mp3 +/home/immanuel/Podcasts/Economist Radio/c9e4aeb7-bdc5-4819-bcd2-f98058a5d2c4_4df5b384ed12f4078f25789ef39bc8f6.mp3 +/home/immanuel/Podcasts/Economist Radio/6ac00e7e-c197-48b7-abb3-b66fce0e4d47_951ad0635cc090b430097c4c2be578ad.mp3 +/home/immanuel/Podcasts/Economist Radio/7f5f3ef7-1ae4-4561-957a-fbf8a6ad1a90_311cb0956c262a9c75c7e51b15a55362.mp3 +/home/immanuel/Podcasts/Economist Radio/c8c9025f-59e9-4fe2-9c84-357278fe7d80_3657d74cfedca9b75262e76b1fe56af0.mp3 +/home/immanuel/Podcasts/Economist Radio/9ca03e75-0258-4eec-8a87-524a44beb920_5df67f4b9ff08ec2472a0b1de46e35ed.mp3 +/home/immanuel/Podcasts/Economist Radio/ebc1d91f-42da-424c-b78d-543b10a5adbf_29c3f65febbe48c3a15c238500086c5c.mp3 +/home/immanuel/Podcasts/Economist Radio/53963eb8-c0f6-4bc6-b66d-37ef75678412_86b05165142547426526d9468165f2af.mp3 +/home/immanuel/Podcasts/Economist Radio/f5dd07a6-a2c8-4791-aa58-56ecec0e44de_e1cb5645c4d23347f8ca53377a932b7d.mp3 +/home/immanuel/Podcasts/Economist Radio/3ef02816-b0c2-4a92-988d-ef55b93bf8ad_2ca751afbb14b94c8d3e5302e7c1201a.mp3 +/home/immanuel/Podcasts/Economist Radio/cc7824af-f098-4d2c-84bb-f3b5eb9b4f97_6de13d220532a53e9a4813c5fb0adea2.mp3 +/home/immanuel/Podcasts/Economist Radio/81371fdd-3a72-485f-95b4-cb57a6f97a89_333c3aad26f0e52da2e3fe3e1fd6ad8a.mp3 +/home/immanuel/Podcasts/Economist Radio/4a4321ed-5d19-4495-91c5-cd93166f5a59_dd83a2052f4e71f4c50f5e8f13b65187.mp3 +/home/immanuel/Podcasts/Economist Radio/e12b14a7-8a45-47fe-82e7-63b5bc320dd2_c1667588ae1ba16743ab07844a2a0efa.mp3 +/home/immanuel/Podcasts/Economist Radio/5017d371-a8c3-4b9a-9878-150c62a9bd88_9734b8d371a67b213656e542988a6919.mp3 +/home/immanuel/Podcasts/Economist Radio/ee05ca59-448a-4e24-b4f2-6d5d3aae55cf_760e1952a88568bd8d8f59d24787803c.mp3 +/home/immanuel/Podcasts/Economist Radio/fbdeface-f5e0-492c-8fcf-a2c1be18144a_608e5e4ffafd2bb15f0d413f1c567eb8.mp3 +/home/immanuel/Podcasts/Economist Radio/c8f11d9a-1071-4307-b390-20a747796a61_7e7a77de7871918d35680b5117679e3f.mp3 +/home/immanuel/Podcasts/Economist Radio/cdc02a34-08ec-4054-a5e0-c4da8e63fb99_4460bebe8c375fa16cfdc6d3288a0acc.mp3 +/home/immanuel/Podcasts/Economist Radio/8e713999-2558-495b-a523-3fc6ae23a01c_914b41bccc90d21f2aafabdbc86f1b81.mp3 +/home/immanuel/Podcasts/Economist Radio/30a9d897-991c-4d34-a6f1-55f613642dbf_4f87ea7e6eaa76885d838cdec29e8704.mp3 +/home/immanuel/Podcasts/Economist Radio/9ead262b-9041-40df-aa77-fa5f55be393c_4a2f8d97a17eec3d0fb0c24c7bf1af60.mp3 +/home/immanuel/Podcasts/Economist Radio/b58724f8-ffcc-4a35-9246-7e214f5f3477_ced066ff852fff913295c618d15dfb8f.mp3 +/home/immanuel/Podcasts/Economist Radio/82eecde8-221d-4c2f-8b0d-32d758edd276_4ccfa91b85e14a196d77ceaac3593176.mp3 +/home/immanuel/Podcasts/Economist Radio/2ba6cdb4-d2bc-4190-bf28-fc5283a5e970_8d85c0688bdb761314e252ddaf111b33.mp3 +/home/immanuel/Podcasts/Economist Radio/ea6a81ab-827e-42d9-89f5-9d92fe3be515_39f9be2b74af0b162121a0b626a14a6d.mp3 +/home/immanuel/Podcasts/Economist Radio/636730a6-e046-4fb3-b7d0-dca0e62dad19_148845adaf8bbee63e554496dcce0b3b.mp3 +/home/immanuel/Podcasts/Economist Radio/90734203-eda4-487d-9775-de8b4f3c1ea9_c3da63ebda11b8b676e5f939439f71fe.mp3 +/home/immanuel/Podcasts/Economist Radio/617002aa-0a63-40a7-a7a9-f1abb17fbb1f_2fa1984131fcfda80819c9a1f50faa0b.mp3 +/home/immanuel/Podcasts/Economist Radio/025629bb-7d34-4160-9cd7-c816ed3029d6_d69dc53f42be0f9ed08c57bfdc3d659a.mp3 +/home/immanuel/Podcasts/Economist Radio/cfa4f15e-35a2-4e86-b1b0-9836b1680133_f8c610c6f278cdf4c56fc5aa3d244407.mp3 +/home/immanuel/Podcasts/Economist Radio/de77e764-1b43-49e6-8aeb-31ec34ca56e4_d9ee9578dc2084f76ad63fd65a830e7b.mp3 +/home/immanuel/Podcasts/Economist Radio/6d4782d1-7315-434e-af05-56f44bfe2d5b_9afc7227f8e77307909213a3f93fc7e8.mp3 +/home/immanuel/Podcasts/Economist Radio/106bde06-ab0d-4039-8474-4a510e111dc9_72aff0a585edca0a482dafdb676aa9dd.mp3 +/home/immanuel/Podcasts/Economist Radio/a613d833-b5c4-41d9-b0ca-85f539f6338e_85266a90411f6096840e7689873c2e2c.mp3 +/home/immanuel/Podcasts/Economist Radio/cb0e10bf-e770-42de-a0c5-fdf41dc015f2_8350de7dca3154fd43af038220175cc6.mp3 +/home/immanuel/Podcasts/Economist Radio/6d225c8c-2da5-45e3-be29-755bef2a2e48_61355ebf300a78cb482acef066a2bb82.mp3 +/home/immanuel/Podcasts/Economist Radio/e6b7eb34-192f-42eb-9c1e-42c41797f806_61e7a8b91b4ef30f0649cd5ecc7703a2.mp3 +/home/immanuel/Podcasts/Economist Radio/8fb043f5-b5cc-4d4d-8b40-8e4bfe27f636_2b7943607dd4b870910c5dd0a69eaf7e.mp3 +/home/immanuel/Podcasts/Economist Radio/d323cd29-797d-417a-89f7-1e2888e5f603_b6344f0c8d1676c6a2e0c97e1d792620.mp3 +/home/immanuel/Podcasts/Economist Radio/f10544f2-7260-4e8d-8d98-c3ff251c0f31_968812a34215b002005afee670b6f661.mp3 +/home/immanuel/Podcasts/Economist Radio/a57f0d42-5e66-4c61-a8fd-c4b4a52bd5ed_0b3ff000ccd5e1288abd774bdaf06f51.mp3 +/home/immanuel/Podcasts/Economist Radio/fe33eda4-f3a1-4296-a313-8b2eff0142b3_874c5b07cfa0f09283c5b44ec618af19.mp3 +/home/immanuel/Podcasts/Economist Radio/7b6dd524-15e7-46c9-96c9-36608fb95e74_19a0ca8e91c64ae7f3e67a096c816be3.mp3 +/home/immanuel/Podcasts/Economist Radio/26294f40-3bdb-4e5a-a87a-78cf8ef25a7c_f5b961add487453b632810572ce43779.mp3 +/home/immanuel/Podcasts/Economist Radio/cfc6d315-306c-4ea2-b0b8-f9ec823b0514_b136ef36c6e04daee97476bde7183c96.mp3 +/home/immanuel/Podcasts/Economist Radio/9d4e7c1a-d781-47ea-9670-56adcee12153_9682d07a2c8c0e48d1dc8fdb52e0a9a3.mp3 +/home/immanuel/Podcasts/Economist Radio/078d6b6d-e290-45aa-8aa5-41967105a85e_cd69b14082ea7321f2adc4dd1b72ab70.mp3 +/home/immanuel/Podcasts/Economist Radio/a21d20bd-30d8-4cbc-a2f5-b4150d3b0993_12d435c315c1fd4d787c0fce21b8c5da.mp3 +/home/immanuel/Podcasts/The Intelligence/a21d20bd-30d8-4cbc-a2f5-b4150d3b0993_d72246eafd35fb8121d5eecc9c1cb112.mp3 +/home/immanuel/Podcasts/Economist Radio/50bfaa43-904b-4587-aac7-a7141b6db8b6_1e9ea6855ef38f5abdf7f22efcf87eb1.mp3 +/home/immanuel/Podcasts/The Intelligence/50bfaa43-904b-4587-aac7-a7141b6db8b6_316e91ff00df23d2dc436186c4fd5a68.mp3 +/home/immanuel/Podcasts/Economist Radio/0d9f7a7c-4301-48dc-84c8-8e6c04f26a81_3d7f2c702db46877e9b7aaac964ef08a.mp3 +/home/immanuel/Podcasts/The Intelligence/0d9f7a7c-4301-48dc-84c8-8e6c04f26a81_820fa978d7f6a8fbd9e59a510e33b46f.mp3 +/home/immanuel/Podcasts/Economist Radio/5fc17e0f-f949-4c4c-8c55-5eba7a1471a8_65da0590eefb9cee800dfc944b73e684.mp3 +/home/immanuel/Podcasts/The Intelligence/5fc17e0f-f949-4c4c-8c55-5eba7a1471a8_2e6b6d944533051d33e17218be702ebd.mp3 +/home/immanuel/Podcasts/Economist Radio/8118c6af-0943-4383-bff8-d15073c083ea_f3b2de867e800f37d090baf77e3aedef.mp3 +/home/immanuel/Podcasts/The Intelligence/8118c6af-0943-4383-bff8-d15073c083ea_d7c7ee84718cb50cd811fa41c222dd6f.mp3 +/home/immanuel/Podcasts/Economist Radio/68376179-aa2e-484e-b17c-d0d759c417d9_fdecf338613a5d7c7a0cb3b7a2e97856.mp3 +/home/immanuel/Podcasts/The Intelligence/68376179-aa2e-484e-b17c-d0d759c417d9_45f1eea174022c96781cb300abc49906.mp3 +/home/immanuel/Podcasts/Economist Radio/df3ef251-d31a-4109-89bf-69f99e2f21a5_d9caf693351ea095a2b0577b2b4122db.mp3 +/home/immanuel/Podcasts/The Intelligence/df3ef251-d31a-4109-89bf-69f99e2f21a5_e9a54119f96a5e81fc2ec2339957abd9.mp3 +/home/immanuel/Podcasts/Economist Radio/77eb4edb-4143-44f5-8585-5c7dffe6e444_e860ea44b2830ed71bc89b703a7db48d.mp3 +/home/immanuel/Podcasts/The Intelligence/77eb4edb-4143-44f5-8585-5c7dffe6e444_6b671630b9d8b19ccda39941b951ad93.mp3 +/home/immanuel/Podcasts/Economist Radio/c9329267-6004-442d-8e64-de2de0db285f_fbfe0b0c44da83986b911047cb460b24.mp3 +/home/immanuel/Podcasts/The Intelligence/c9329267-6004-442d-8e64-de2de0db285f_780a3dd343de30fe2edfc423af32317c.mp3 +/home/immanuel/Podcasts/Economist Radio/400c00a5-e968-41e9-ab87-84aedbfbc98d_18771bc61532e950a5567ba3e80c45b8.mp3 +/home/immanuel/Podcasts/The Intelligence/400c00a5-e968-41e9-ab87-84aedbfbc98d_8fd64d05277bb3b4640f61be93d8fb6c.mp3 +/home/immanuel/Podcasts/Economist Radio/34057099-ab61-493a-a3b1-3e5ec8910b5c_02605a2071702532391c3cb678949549.mp3 +/home/immanuel/Podcasts/The Intelligence/34057099-ab61-493a-a3b1-3e5ec8910b5c_ff6a7a76510cff26e3f524806b058882.mp3 +/home/immanuel/Podcasts/Economist Radio/c459f001-a38d-420d-b82c-93908cf33cee_8940d63170b81234568a8fd99beb445a.mp3 +/home/immanuel/Podcasts/The Intelligence/c459f001-a38d-420d-b82c-93908cf33cee_baf70b124c817ae91b9c9fb82aaff21d.mp3 +/home/immanuel/Podcasts/Economist Radio/65d9092d-3c02-4265-9e5f-1d9338b82a33_cf2cc6428e8df389fe3b47e3863be779.mp3 +/home/immanuel/Podcasts/The Intelligence/65d9092d-3c02-4265-9e5f-1d9338b82a33_21ea2317d8478f575733b0f057adcb27.mp3 +/home/immanuel/Podcasts/Economist Radio/d3521bfa-9244-4e73-8760-364341849b0f_096f7c07c6394e4231fc7ec34873abf4.mp3 +/home/immanuel/Podcasts/The Intelligence/d3521bfa-9244-4e73-8760-364341849b0f_23132905b3bd4d0958753d9be9ba5d4e.mp3 +/home/immanuel/Podcasts/Economist Radio/0abc43e1-31be-4eba-8c74-fb59d37d2dc9_26997d67042f007b1d79371ca41c2d75.mp3 +/home/immanuel/Podcasts/The Intelligence/0abc43e1-31be-4eba-8c74-fb59d37d2dc9_caf734f9f2bb667dbdc40c50618326f2.mp3 +/home/immanuel/Podcasts/Economist Radio/b852bde2-4a38-4eac-b6b5-106a4a79bd05_6d78db16775c2f165b82d537c5e8be7a.mp3 +/home/immanuel/Podcasts/The Intelligence/b852bde2-4a38-4eac-b6b5-106a4a79bd05_83bd56e4db4fb05d114c83b0465bf6f8.mp3 +/home/immanuel/Podcasts/Economist Radio/87a3ddd6-b9ed-42e3-a16d-e9630d9980d1_d70625e8089afdd5dedc48adb1ef306a.mp3 +/home/immanuel/Podcasts/The Intelligence/87a3ddd6-b9ed-42e3-a16d-e9630d9980d1_db694c928bfdadb61bcdcd87803fa468.mp3 +/home/immanuel/Podcasts/Economist Radio/22e42808-c6cc-4736-b7a9-27c9245f3927_d2ba922eff53b0abf8bb2557507b3ee8.mp3 +/home/immanuel/Podcasts/The Intelligence/22e42808-c6cc-4736-b7a9-27c9245f3927_386356c6616e17061abb308845afd204.mp3 +/home/immanuel/Podcasts/Economist Radio/d50c4836-af67-4b22-b477-2a4f82ce6b44_baead0aca30a02e0231868da7c15dffa.mp3 +/home/immanuel/Podcasts/The Intelligence/d50c4836-af67-4b22-b477-2a4f82ce6b44_fdd23b3047cac49af75f0018abfeeeb1.mp3 +/home/immanuel/Podcasts/Economist Radio/e92acc7f-881c-4d46-9543-6122abd8eeb1_eba3665c0d62963ea01ea8019e80e4f4.mp3 +/home/immanuel/Podcasts/The Intelligence/e92acc7f-881c-4d46-9543-6122abd8eeb1_023d421e6f0313d407f5e38c3d4c41d2.mp3 +/home/immanuel/Podcasts/Economist Radio/e1e603c7-28af-4c57-abd4-c26f19d3f7ab_ed627c1116ed96f6fefdf84946fade44.mp3 +/home/immanuel/Podcasts/The Intelligence/e1e603c7-28af-4c57-abd4-c26f19d3f7ab_ebd6d09a16e326ae973c7387b4b957f5.mp3 +/home/immanuel/Podcasts/Economist Radio/106c9dce-5bc4-47d5-af12-09af54036fbb_597488db0b4e30306893ddf28cb81e46.mp3 +/home/immanuel/Podcasts/The Intelligence/106c9dce-5bc4-47d5-af12-09af54036fbb_706dcb5f2d3d4dad9c94b7df904a0037.mp3 +/home/immanuel/Podcasts/Economist Radio/c7c32a7d-0ea6-4619-bedd-3c23ddde9aeb_1368cbf9d1bf3fa804de70d44b8a139e.mp3 +/home/immanuel/Podcasts/The Intelligence/c7c32a7d-0ea6-4619-bedd-3c23ddde9aeb_01cc216fb8197b611992c5d316431c28.mp3 +/home/immanuel/Podcasts/Economist Radio/33760f1b-2c26-49b4-86bb-bc5def71c490_365af9c9e0600765b172d3eb29888d2f.mp3 +/home/immanuel/Podcasts/The Intelligence/33760f1b-2c26-49b4-86bb-bc5def71c490_6317e5e6626d7ea54e235fffa1ee18cf.mp3 +/home/immanuel/Podcasts/Economist Radio/93ae220d-1812-4680-ab92-63aefc0469fc_905cfd68271b463b8e481d3ede42d997.mp3 +/home/immanuel/Podcasts/The Intelligence/93ae220d-1812-4680-ab92-63aefc0469fc_58420e0667c3783c1d842852506cef14.mp3 +/home/immanuel/Podcasts/Economist Radio/6b9d319f-682e-4f0c-be36-e2782d3942f0_ab1a2a1562e34eed78b87732979575dc.mp3 +/home/immanuel/Podcasts/Economist Radio/220bfd5d-c2e2-498f-b9a7-8798e04b6c35_dbc871396ef2acd82b7b5c34fb5b53ae.mp3 +/home/immanuel/Podcasts/Economist Radio/325860cd-303b-48c4-82c2-2a083def924e_d5e42c5576cc0aa2f628820a3b8f8eab.mp3 +/home/immanuel/Podcasts/Economist Radio/978da8de-1fb4-4027-afd7-37e327d9d38c_a1683d45a385bc7466a426921285b791.mp3 +/home/immanuel/Podcasts/Economist Radio/6ecb59fd-994a-4721-9fa5-b572b6a34b5d_6f697c6e1bf39f9ab6674446892412ac.mp3 +/home/immanuel/Podcasts/Economist Radio/3f90a192-214b-4cec-9e13-82971b1a7280_0dee481179a1f7eee0f9bee59cacb53d.mp3 +/home/immanuel/Podcasts/Economist Radio/58f751e6-afa4-4111-a886-44bc263a0433_d614bbf7dd7d8cb99ba886b996ebd73c.mp3 +/home/immanuel/Podcasts/Economist Radio/0d1406cd-0da4-49b5-970c-f96d6a4c0f43_9b0a716e60909feec76a932e52f6e382.mp3 +/home/immanuel/Podcasts/Economist Radio/a1c4d540-aa10-450e-bc5c-fe2a7f8ecae0_48bbbcde08721217bba4cf951b26685c.mp3 +/home/immanuel/Podcasts/Economist Radio/f600d2e9-2382-4b94-9943-69c7115b8d65_c6013425dd0a3e8ab6a8a559e58398b6.mp3 +/home/immanuel/Podcasts/Economist Radio/409a40c1-4f9a-45d9-bac4-d4a0145860b1_8ad251d32d77ec28a16bf97e722193fb.mp3 +/home/immanuel/Podcasts/The Economist Intelligence Unit: Digital Economy/9bdf7d9c-84e5-438d-894f-24f98849c832_6bc68dab42315bcde0980a06b3bbd4f0.mp3 +/home/immanuel/Podcasts/The Economist Intelligence Unit: Digital Economy/82c8dcc3-ebd2-4c88-acdf-0dc43103561e_4420f22e7fb754101fab359e04053559.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/01. STARGAZING.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/02. CAROUSEL.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/03. SICKO MODE.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/04. R.I.P. SCREW.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/05. STOP TRYING TO BE GOD.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/06. NO BYSTANDERS.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/07. SKELETONS.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/08. WAKE UP.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/09. 5% TINT.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/10. NC-17.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/11. ASTROTHUNDER.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/12. YOSEMITE.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/13. CAN'T SAY.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/14. WHO¿ WHAT!.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/15. BUTTERFLY EFFECT.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/16. HOUSTONFORNICATION.mp3 +/home/immanuel/Music/Travis Scott - ASTROWORLD (2018) [320]/17. COFFEE BEAN.mp3 +/home/immanuel/Music/Two Another - Another Tape (320)/1. Enter My Life.mp3 +/home/immanuel/Music/Two Another - Another Tape (320)/2. Hoping You Changed.mp3 +/home/immanuel/Music/Two Another - Another Tape (320)/3. Coming Alive.mp3 +/home/immanuel/Music/Two Another - Another Tape (320)/4. The Night.mp3 +/home/immanuel/Music/Two Another - Another Tape (320)/5. Look.mp3 +/home/immanuel/Music/Two Another - Another Tape (320)/6. Aiming Up.mp3 +/home/immanuel/Music/Two Another - Another Tape (320)/7. World Demands It.mp3 +/home/immanuel/Music/Two Another - Another Tape (320)/8. Shouldn't Have Done That.mp3 +/home/immanuel/Music/Two Another - Another Tape (320)/9. I Can Feel It Coming.mp3 +/home/immanuel/Music/Denzel Curry - ULTIMATE.mp3 +/home/immanuel/Music/Desiigner - Overnight (Audio) (320 kbps).mp3 +/home/immanuel/Music/Maroon 5 - Love Somebody Lyrics.mp3 +/home/immanuel/Music/youngma - YOUNG MA - OOOUUU (intro) ( www.Mp3Zone.co ).mp3 +/home/immanuel/Music/tobu_syndec_dusk_ncs_founder.mp3 +/home/immanuel/Music/Iggy Azalea - Team (2016) [mp3clan.com].mp3 +/home/immanuel/Music/The Weeknd & Kendrick Lamar - Pray For Me (Single, 2018)/14 Pray For Me.mp3 +/home/immanuel/Music/Lil Baby and Drake - Yes Indeed (CDQ).mp3 +/home/immanuel/Music/Drake - Energy.mp3 diff --git a/cmus/playlists/default b/cmus/playlists/default new file mode 100644 index 0000000..d30de4a --- /dev/null +++ b/cmus/playlists/default @@ -0,0 +1,10 @@ +/home/immanuel/Music/02 Kevin Gates - Change Lanes.mp3 +/home/immanuel/Music/Kevin Gates - Really Really.webm +/home/immanuel/Music/Roy Woods - Say Less (2017) Mp3 (320kbps) [Hunter]/Roy Woods - Say Less (2017)/04 Take Time (feat. 24Hrs).mp3 +/home/immanuel/Music/Lil Baby and Drake - Yes Indeed (CDQ).mp3 +/home/immanuel/Music/Rae Sremmurd - Look Alive (Radio Rip).mp3 +/home/immanuel/Music/01 Unforgettable (feat. Swae Lee).mp3 +/home/immanuel/Music/Pop Smoke - Dior (Official Audio)-goYgHnsQdtY.webm +/home/immanuel/Music/Lil Durk - Gucci Gucci feat. Gunna (Official Audio)-HE4ZfIRMVOg.webm +/home/immanuel/Music/POP SMOKE - DIOR (REMIX) ft. Gunna (Official Audio)-YlRxTNDh4A4.webm +/home/immanuel/Music/01 Mi Gente.mp3 diff --git a/cmus/playlists/night b/cmus/playlists/night new file mode 100644 index 0000000..f1f1e08 --- /dev/null +++ b/cmus/playlists/night @@ -0,0 +1,8 @@ +/home/immanuel/Music/Pop Smoke - Dior (Official Audio)-goYgHnsQdtY.webm +/home/immanuel/Music/Lil Durk - Gucci Gucci feat. Gunna (Official Audio)-HE4ZfIRMVOg.webm +/home/immanuel/Music/POP SMOKE - DIOR (REMIX) ft. Gunna (Official Audio)-YlRxTNDh4A4.webm +/home/immanuel/Music/Future - Life Is Good (Audio) ft. Drake-ZBOoVj6IW3s.webm +/home/immanuel/Music/Ghetto Sage - Häagen Dazs-kgKzFC_zd2Y.webm +/home/immanuel/Music/SAINt JHN - 'Roses' Imanbek Remix (Official Audio)-ele2DMU49Jk.webm +/home/immanuel/Music/ROSALÍA, J Balvin - Con Altura (Official Video) ft. El Guincho-p7bfOZek9t4.webm +/home/immanuel/Music/SAINt JHN - 'Roses' Imanbek Remix (Official Audio)-ele2DMU49Jk.webm diff --git a/cmus/search-history b/cmus/search-history new file mode 100644 index 0000000..f2c0d9b --- /dev/null +++ b/cmus/search-history @@ -0,0 +1,100 @@ +two ano +two +el hue +el +denni +take time +take time +hel h +make +gucci +roy woo +El Huer +el h +TFN +Full +Full N +Full Nerd +Full ner +full +full nerd +full ner +econ +econo// +darj +daijj +?44 +44 +funk +mati +wann +mem +tomor +home +Bal +iman +denn +make it ra +el huervo +el d +make it +make +mus +guc +wave +all +styl +No +no sy +riv +river +groove +life +con +Con +altur +con alt +mala +alad +ala +dior +gucc +durk +pop +kam +kame +yes in +yes +young +MA +BIG +lif +toos +toosie +sund +surfac +tick +WHO +life +Life +pi +mine +jax +hag +pic +mann +Manis +Manish +manish +Man +manis +pict +ashan +bab +shor +travis +boy +the boy +slid +pictu +haa diff --git a/compton/compton.conf b/compton/compton.conf new file mode 100644 index 0000000..76eee92 --- /dev/null +++ b/compton/compton.conf @@ -0,0 +1,35 @@ +backend = "glx"; +glx-no-stencil = true; +vsync = true; +unredir-if-possible = true; + +# Shadow +shadow = true; # Enabled client-side shadows on windows. +shadow-radius = 7; # The blur radius for shadows. (default 12) +shadow-offset-x = -7; # The left offset for shadows. (default -15) +shadow-offset-y = -7; # The top offset for shadows. (default -15) +shadow-exclude = [ + "n:e:Notification", + "n:e:Docky", + "g:e:Synapse", + "g:e:Conky", + "n:w:*Firefox*", + "n:w:*Chromium*", + "n:w:*dockbarx*", + "class_g ?= 'Cairo-dock'", + "class_g ?= 'Xfce4-notifyd'", + "class_g ?= 'Xfce4-power-manager'", + "class_g ?= 'Notify-osd'", + "_GTK_FRAME_EXTENTS@:c" +]; + +# Opacity +detect-client-opacity = true; + +# Window type settings +wintypes: +{ + dock = { shadow = false; }; + dnd = { shadow = false; }; + tooltip = { shadow = false; }; +}; diff --git a/liferea/feedlist.opml b/liferea/feedlist.opml new file mode 100644 index 0000000..4e287f1 --- /dev/null +++ b/liferea/feedlist.opml @@ -0,0 +1,73 @@ + + + + Liferea Feed List Export + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/liferea/feedlist.opml.backup b/liferea/feedlist.opml.backup new file mode 100644 index 0000000..4e287f1 --- /dev/null +++ b/liferea/feedlist.opml.backup @@ -0,0 +1,73 @@ + + + + Liferea Feed List Export + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/liferea/liferea.css b/liferea/liferea.css new file mode 100644 index 0000000..714972f --- /dev/null +++ b/liferea/liferea.css @@ -0,0 +1,115 @@ +/** + This is a template file which you can use to redefine the Liferea + CSS definitions use to render items. Below you find empty class + definitions including comments describing what they are used for. + + Before you start customizing... + + Reloading: + ========== + + For performance reasons Liferea will read this CSS file only + on startup. So when you modify it please restart Liferea for + changes to take effect. + + + About Font Definitions: + ======================= + + You should avoid setting absolute font sizes. This allows Liferea + to follow the GNOME font and font size. Use relative definitions + instead (e.g. "1.2em" or "0.8em"). + + + Color Definitions: + ================== + + Try to reuse GTK theme colors. Liferea uses the following definitions + and will be replace them on the fly: + + GTK-COLOR-FG + GTK-COLOR-BG + GTK-COLOR-LIGHT + GTK-COLOR-DARK + GTK-COLOR-MID + GTK-COLOR-BASE + GTK-COLOR-TEXT + GTK-COLOR-NORMAL-LINK + GTK-COLOR-VISITED-LINK + + + Inspecting the HTML: + ==================== + + If the definitions below do not help you, run Liferea with + the parameter "--debug-html". Then Liferea will dump HTML + into + + ~/.cache/liferea/output.xhtml + + each time it renders an item or a feed. So you can check for + style classes and the layout you want to affect. + + */ + +/* Item display rendering header table (with title, categories...) */ +// table.itemhead { } + +/* Feed display rendering header table (with title, categories...) */ +// table.feedhead { } + +/* Left of feed/item table display containing favicon */ +// td.headleft { } +// a.favicon { } +// a.favicon img { } + +/* Right of feed/item table display containing title */ +// td.headright { } + +/* Metadata display table (inside header table) */ +// table.headmeta { } + +/* 2 pane mode: Item menu definitions */ +// .itemmenu { } +// .itemmenu a { } +// .itemmenu a:hover { } +// .itemmenu * span { } +// .itemmenu * img { } + +/* Header table fields to different item metadata */ +// .author, .categories, .source { } +// .date { } + +/* Item/feed description */ +// div.content { } + +/* Comment rendering */ +// div.comment { } +// div.comment_body { } +// div.comment_title { } + +/* Styles for the HTTP error box at the beginning + of the feed description and for item comment feeds */ +// #errors, #commentFeedError { } +// #parseError, #filterError, #updateError { } +// div.xmlparseroutput { } +// span.details, span.detaillink { } +// span.details { } +// span.showmore { } + +/* namespace specific styles */ +// div.blogchanneltitle { } +// div.photoheader { } + +/* Gravatar embedding */ +// img.gravatar { } + +/* OpenStreeMap embedded map*/ +// #map img { } + +/* Slashdot Header */ +// .slash { } +// .slashSection, .slashDepartment { } +// .slashValue { } + + diff --git a/liferea/mime.xml b/liferea/mime.xml new file mode 100644 index 0000000..b2c95cd --- /dev/null +++ b/liferea/mime.xml @@ -0,0 +1,2 @@ + + diff --git a/lutris/games/albion-online-desktopapp.yml b/lutris/games/albion-online-desktopapp.yml new file mode 100644 index 0000000..d8bac87 --- /dev/null +++ b/lutris/games/albion-online-desktopapp.yml @@ -0,0 +1,7 @@ +game: + appid: sandbox-interactive_com-albiononline_1 + args: '' + exe: /home/immanuel/albiononline/Albion-Online +linux: {} +system: + disable_runtime: true diff --git a/lutris/games/battle-for-wesnoth-114-desktopapp.yml b/lutris/games/battle-for-wesnoth-114-desktopapp.yml new file mode 100644 index 0000000..8de3fa4 --- /dev/null +++ b/lutris/games/battle-for-wesnoth-114-desktopapp.yml @@ -0,0 +1,7 @@ +game: + appid: wesnoth-1.14 + args: '' + exe: /usr/games/wesnoth-1.14-nolog +linux: {} +system: + disable_runtime: true diff --git a/lutris/games/dead-cells-desktopapp.yml b/lutris/games/dead-cells-desktopapp.yml new file mode 100644 index 0000000..5656815 --- /dev/null +++ b/lutris/games/dead-cells-desktopapp.yml @@ -0,0 +1,7 @@ +game: + appid: gog_com-Dead_Cells_1 + args: '""' + exe: /home/immanuel/Games/Dead Cells/start.sh +linux: {} +system: + disable_runtime: true diff --git a/lutris/games/enter-the-gungeon-1577079283.yml b/lutris/games/enter-the-gungeon-1577079283.yml new file mode 100644 index 0000000..6bf897c --- /dev/null +++ b/lutris/games/enter-the-gungeon-1577079283.yml @@ -0,0 +1,4 @@ +game: + exe: /home/immanuel/Games/Enter the Gungeon/EtG.exe +system: {} +wine: {} diff --git a/lutris/games/forager-1571288689.yml b/lutris/games/forager-1571288689.yml new file mode 100644 index 0000000..ffd1ca4 --- /dev/null +++ b/lutris/games/forager-1571288689.yml @@ -0,0 +1,17 @@ +game: + exe: /home/immanuel/Games/Forager.v2.0.2/Forager.exe +system: + disable_runtime: false + prefer_system_libs: true + terminal: false + vk_icd: '' +wine: + ShowCrashDialog: true + StrictDrawOrdering: disabled + UseGLSL: enabled + autoconf_joypad: true + d9vk: false + dxvk: false + dxvk_version: 1.2.3 + esync: false + version: system diff --git a/lutris/games/pillars-of-eternity-ii-deadfi-gog-1577232735.yml b/lutris/games/pillars-of-eternity-ii-deadfi-gog-1577232735.yml new file mode 100644 index 0000000..8c43c6b --- /dev/null +++ b/lutris/games/pillars-of-eternity-ii-deadfi-gog-1577232735.yml @@ -0,0 +1,2 @@ +game: + exe: start.sh diff --git a/lutris/games/rise-to-ruins-1577304968.yml b/lutris/games/rise-to-ruins-1577304968.yml new file mode 100644 index 0000000..a939429 --- /dev/null +++ b/lutris/games/rise-to-ruins-1577304968.yml @@ -0,0 +1,4 @@ +game: + exe: /home/immanuel/Games/Rise to Ruins/RtR64.exe +system: {} +wine: {} diff --git a/lutris/lutris.conf b/lutris/lutris.conf new file mode 100644 index 0000000..5b05b33 --- /dev/null +++ b/lutris/lutris.conf @@ -0,0 +1,21 @@ +[lutris] +migration_version = 5 +filter_installed = False +view_type = grid +dont-support-lutris = True +width = 991 +height = 600 +maximized = False +runners_manager_width = 800 +runners_manager_height = 800 +show_advanced_options = True + +[list view] +name_column_width = 200 +year_column_width = 60 +runner_column_width = 120 +platform_column_width = 120 +lastplayed_column_width = 120 +installedat_column_width = 120 +playtime_column_width = 100 + diff --git a/mpv/input.conf b/mpv/input.conf new file mode 100644 index 0000000..92d13a1 --- /dev/null +++ b/mpv/input.conf @@ -0,0 +1,5 @@ +# increase subtitle font size +ALT+k add sub-scale +0.1 + +# decrease subtitle font size +ALT+j add sub-scale -0.1 diff --git a/mpv/watch_later/A7194328C257CC39AAA0063BC6647E85 b/mpv/watch_later/A7194328C257CC39AAA0063BC6647E85 new file mode 100644 index 0000000..73ea906 --- /dev/null +++ b/mpv/watch_later/A7194328C257CC39AAA0063BC6647E85 @@ -0,0 +1 @@ +start=2347.679000 diff --git a/mpv/watch_later/EE0A97D6FD10A16BA8E0600A6659C32E b/mpv/watch_later/EE0A97D6FD10A16BA8E0600A6659C32E new file mode 100644 index 0000000..b865a52 --- /dev/null +++ b/mpv/watch_later/EE0A97D6FD10A16BA8E0600A6659C32E @@ -0,0 +1,3 @@ +start=1460.333333 +pause=yes +fullscreen=yes diff --git a/nnn/.selection b/nnn/.selection new file mode 100644 index 0000000..e69de29 diff --git a/nnn/plugins/imgthumb b/nnn/plugins/imgthumb new file mode 100755 index 0000000..8882115 --- /dev/null +++ b/nnn/plugins/imgthumb @@ -0,0 +1,17 @@ +#!/usr/bin/env sh + +# Description: View thumbnail of an image or a directory of images with lsix +# +# Shell: POSIX compliant +# Author: Arun Prakash Jana + +if ! [ -z "$1" ]; then + if [ -d "$1" ]; then + lsix "$1"/* + else + lsix "$1" + fi + + printf "Press any key to exit..." + read -r _ +fi diff --git a/nnn/plugins/imgview b/nnn/plugins/imgview new file mode 100755 index 0000000..4bbff2d --- /dev/null +++ b/nnn/plugins/imgview @@ -0,0 +1,60 @@ +#!/usr/bin/env sh + +# Description: Open images in hovered directory and thumbnails +# open hovered image in sxiv or viu and browse other images in the directory +# Dependencies: imv (https://github.com/eXeC64/imv) or, +# sxiv (https://github.com/muennich/sxiv) or, +# viu (https://github.com/atanunq/viu), less +# +# Shell: POSIX compliant +# Author: Arun Prakash Jana + +abspath() { + case "$1" in + /*) printf "%s\n" "$1";; + *) printf "%s\n" "$PWD/$1";; + esac +} + +listimages() { + find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \ + '.*\(jpe?g\|bmp\|webp\|png\|gif\)$' -print0 | sort -z +} + +view_dir() { + target="$(abspath "$2")" + count="$(listimages | grep -a -m 1 -ZznF "$target" | cut -d: -f1)" + + if [ -n "$count" ]; then + listimages | xargs -0 "$1" -n "$count" -- + else + shift + "$1" -- "$@" # fallback + fi +} + +if [ -z "$1" ] || ! [ -s "$1" ]; then + printf "empty file" + read -r _ + exit 1 +fi + +if command -v imvr >/dev/null 2>&1; then + if [ -f "$1" ]; then + view_dir imvr "$1" >/dev/null 2>&1 & + elif [ -d "$1" ] || [ -h "$1" ]; then + imvr "$1" >/dev/null 2>&1 & + fi +elif command -v sxiv >/dev/null 2>&1; then + if [ -f "$1" ]; then + view_dir sxiv "$1" >/dev/null 2>&1 & + elif [ -d "$1" ] || [ -h "$1" ]; then + sxiv -qt "$1" >/dev/null 2>&1 & + fi +elif command -v viu >/dev/null 2>&1; then + viu -n "$1" | less -R +else + printf "install imv/sxiv/viu" + read -r _ + exit 2 +fi diff --git a/nnn/plugins/preview-tui b/nnn/plugins/preview-tui new file mode 100755 index 0000000..fafee76 --- /dev/null +++ b/nnn/plugins/preview-tui @@ -0,0 +1,229 @@ +#!/usr/bin/env sh + +# Description: Terminal based file previewer +# +# Note: This plugin needs a "NNN_FIFO" to work. See man. +# +# Dependencies: +# - Supports 3 independent methods to preview with: +# - tmux (>=3.0), or +# - kitty with allow_remote_control on, or +# - $TERMINAL set to a terminal (it's xterm by default). +# - less or $PAGER +# - tree or exa or ls +# - mediainfo or file +# - unzip +# - tar +# - man +# - optional: bat for code syntax highlighting +# - optional: kitty terminal or catimg for images +# - optional: scope.sh file viewer from ranger. +# To use: +# 1. drop scope.sh executable in $PATH +# 2. set/export $USE_SCOPE as 1 +# - optional: pistol file viewer (https://github.com/doronbehar/pistol). +# To use: +# 1. install pistol +# 2. set/export $USE_PISTOL as 1 +# +# Usage: +# You need to set a NNN_FIFO path and a key for the plugin with NNN_PLUG, +# then start `nnn`: +# +# $ nnn -a +# +# or +# +# $ NNN_FIFO=/tmp/nnn.fifo nnn +# +# Then in `nnn`, launch the `preview-tui` plugin. +# +# If you provide the same NNN_FIFO to all nnn instances, there will be a +# single common preview window. I you provide different FIFO path (e.g. +# with -a), they will be independent. +# +# The previews will be shown in a tmux split. If that isn't possible, it +# will try to use a kitty terminal split. And as a final fallback, a +# different terminal window will be used ($TERMINAL). +# +# Tmux and kitty users can configure $SPLIT to either "h" or "v" to set a +# 'h'orizontal split or a 'v'ertical split (as in, the line that splits the +# windows will be horizontal or vertical). +# +# Kitty users need `allow_remote_control` set to `yes`. To customize the +# window split, `enabled_layouts` has to be set to `all` or `splits` (the +# former is the default value). This terminal is also able to show images +# without extra dependencies. +# +# Shell: POSIX compliant +# Authors: Todd Yamakawa, Léo Villeveygoux, @Recidiviste, Mario Ortiz Manero + +SPLIT="$SPLIT" # you can set a permanent split here +TERMINAL="$TERMINAL" # same goes for the terminal +USE_SCOPE="${USE_SCOPE:-0}" +USE_PISTOL="${USE_PISTOL:-0}" +PAGER="${PAGER:-less -R}" + +if [ -e "${TMUX%%,*}" ] && tmux -V | grep -q '[ -][3456789]\.'; then + TERMINAL=tmux +elif [ -n "$KITTY_WINDOW_ID" ] && kitty @ ls >/dev/null 2>&1; then + TERMINAL=kitty +else + TERMINAL="${TERMINAL:-xterm}" +fi + +if [ -z "$SPLIT" ] && [ $(($(tput lines) * 2)) -gt "$(tput cols)" ]; then + SPLIT='h' +elif [ "$SPLIT" != 'h' ]; then + SPLIT='v' +fi + +exists() { + command -v "$1" >/dev/null 2>&1 +} + +fifo_pager() { + cmd="$1" + shift + + # We use a FIFO to access $PAGER PID in jobs control + tmpfifopath="${TMPDIR:-/tmp}/nnn-preview-tui-fifo.$$" + mkfifo "$tmpfifopath" || return + + $PAGER < "$tmpfifopath" & + + ( + exec > "$tmpfifopath" + "$cmd" "$@" & + ) + + rm "$tmpfifopath" +} + +# Binary file: show file info inside the pager +print_bin_info() { + printf -- "-------- \033[1;31mBinary file\033[0m --------\n" + if exists mediainfo; then + mediainfo "$1" 2>/dev/null + else + file -b "$1" + fi +} + +preview_file () { + kill %- %+ 2>/dev/null && wait %- %+ 2>/dev/null + clear + + # Trying to use pistol if it's available. + if [ "$USE_PISTOL" -ne 0 ] && exists pistol; then + fifo_pager pistol "$1" + return + fi + + # Trying to use scope.sh if it's available. + if [ "$USE_SCOPE" -ne 0 ] && exists scope.sh; then + fifo_pager scope.sh "$1" "$cols" "$lines" "$(mktemp -d)" \ + "True" 2>/dev/null + return + fi + + # Detecting the exact type of the file: the encoding, mime type, and + # extension in lowercase. + encoding="$(file -Lb --mime-encoding -- "$1")" + mimetype="$(file -Lb --mime-type -- "$1")" + ext="${1##*.}" + if [ -n "$ext" ]; then + ext="$(printf "%s" "${ext}" | tr '[:upper:]' '[:lower:]')" + fi + lines=$(($(tput lines)-1)) + cols=$(tput cols) + + # Otherwise, falling back to the defaults. + if [ -d "$1" ]; then + cd "$1" || return + if exists tree; then + fifo_pager tree -L 3 -F + elif exists exa; then + fifo_pager exa -G --colour=always 2>/dev/null + else + fifo_pager ls --color=always + fi + elif [ "$encoding" = "binary" ]; then + if [ "${mimetype%%/*}" = "image" ] ; then + if [ "$TERMINAL" = "kitty" ]; then + # Kitty terminal users can use the native image preview method. + kitty +kitten icat --silent --transfer-mode=stream --stdin=no \ + "$1" & + elif exists catimg; then + catimg "$1" + elif exists viu; then + viu -t "$1" + else + fifo_pager print_bin_info "$1" + fi + elif [ "$mimetype" = "application/zip" ] ; then + fifo_pager unzip -l "$1" + elif [ "$ext" = "gz" ] || [ "$ext" = "bz2" ] ; then + fifo_pager tar -tvf "$1" + else + fifo_pager print_bin_info "$1" + fi + elif [ "$mimetype" = "text/troff" ] ; then + fifo_pager man -Pcat -l "$1" + else + if exists bat; then + fifo_pager bat --paging=never --decorations=always --color=always \ + "$1" 2>/dev/null + else + $PAGER "$1" & + fi + fi +} + +if [ "$PREVIEW_MODE" ] ; then + if [ ! -r "$NNN_FIFO" ] ; then + echo "No FIFO available! (\$NNN_FIFO='$NNN_FIFO')" >&2 + read -r + exit 1 + fi + + preview_file "$1" + + # use cat instead of 'exec <' to avoid issues with dash shell + # shellcheck disable=SC2002 + cat "$NNN_FIFO" |\ + while read -r selection ; do + preview_file "$selection" + done + + # Restoring the previous layout for kitty users. This will only work for + # kitty >= 0.18.0. + if [ "$TERMINAL" = "kitty" ]; then + kitty @ last-used-layout --no-response >/dev/null 2>&1 + fi + + exit 0 +fi + +if [ "$TERMINAL" = "tmux" ]; then + # tmux splits are inverted + if [ "$SPLIT" = "v" ]; then SPLIT="h"; else SPLIT="v"; fi + + tmux split-window -e "NNN_FIFO=$NNN_FIFO" -e "PREVIEW_MODE=1" -d"$SPLIT" "$0" "$1" +elif [ "$TERMINAL" = "kitty" ]; then + # Setting the layout for the new window. It will be restored after the + # script ends. + kitty @ goto-layout splits >/dev/null + + # Trying to use kitty's integrated window management as the split window. + # All environmental variables that will be used in the new window must + # be explicitly passed. + kitty @ launch --no-response --title "nnn preview" --keep-focus \ + --cwd "$PWD" --env "PATH=$PATH" --env "NNN_FIFO=$NNN_FIFO" \ + --env "PREVIEW_MODE=1" --env "PAGER=$PAGER" \ + --env "USE_SCOPE=$USE_SCOPE" --env "SPLIT=$SPLIT" \ + --env "USE_PISTOL=$USE_PISTOL" \ + --location "${SPLIT}split" "$0" "$1" >/dev/null +else + PREVIEW_MODE=1 $TERMINAL -e "$0" "$1" & +fi diff --git a/nnn/plugins/x2sel b/nnn/plugins/x2sel new file mode 100755 index 0000000..09ac68f --- /dev/null +++ b/nnn/plugins/x2sel @@ -0,0 +1,58 @@ +#!/usr/bin/env sh + +# Description: Copy system clipboard newline-separated file list to selection +# Dependencies: +# - tr +# - xclip/xsel (Linux) +# - pbpaste (macOS) +# - termux-clipboard-get (Termux) +# - powershell (WSL) +# - cygwim's /dev/clipboard (Cygwin) +# - wl-paste (Wayland) +# +# Limitation: breaks if a filename has newline in it +# +# Shell: POSIX compliant +# Author: Léo Villeveygoux, after Arun Prakash Jana's .cbcp + +IFS="$(printf '%b_' '\n')"; IFS="${IFS%_}" # protect trailing \n + +selection=${NNN_SEL:-${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.selection} + +getclip () { + + if which xsel >/dev/null 2>&1; then + # Linux + xsel -bo + elif which xclip >/dev/null 2>&1; then + # Linux + xclip -sel clip -o + elif which pbpaste >/dev/null 2>&1; then + # macOS + pbpaste + elif which termux-clipboard-get >/dev/null 2>&1; then + # Termux + termux-clipboard-get + elif which powershell.exe >/dev/null 2>&1; then + # WSL + powershell.exe Get-Clipboard + elif [ -r /dev/clipboard ] ; then + # Cygwin + cat /dev/clipboard + elif which wl-paste >/dev/null 2>&1; then + # Wayland + wl-paste + fi + +} + +CLIPBOARD=$(getclip) + +# Check if clipboard actually contains a file list +for file in $CLIPBOARD ; do + if [ ! -e "$file" ] ; then + exit 1; + fi +done + +printf "%s" "$CLIPBOARD" | tr '\n' '\0' > "$selection" diff --git a/openbox/autostart b/openbox/autostart new file mode 100755 index 0000000..afd0650 --- /dev/null +++ b/openbox/autostart @@ -0,0 +1,28 @@ +#!/bin/sh +# +# These things are run when an Openbox X Session is started. +# You may place a similar script in $HOME/.config/openbox/autostart +# to run user-specific things. +# + +# If you want to use GNOME config tools... +# +#if test -x /usr/lib/x86_64-linux-gnu/gnome-settings-daemon >/dev/null; then +# /usr/lib/x86_64-linux-gnu/gnome-settings-daemon & +#elif which gnome-settings-daemon >/dev/null 2>&1; then +# gnome-settings-daemon & +#fi + +# If you want to use XFCE config tools... +# +#xfce-mcs-manager & +#XDG_CONFIG_HOME="/home/immanuel/.config" +#HOME="/home/immanuel" +#source $XDG_CONFIG_HOME/openbox/environment +source $HOME/.profile + +xrdb /home/immanuel/.config/Xresources +feh --bg-fill $HOME/Pictures/Wallpapers/$WALLPAPER +compton -b & +xkbcomp $XDG_CONFIG_HOME/xkb/custom.xkb :0 & +st -c 'DROPDOWN_TERM' -e 'tmux' & diff --git a/openbox/environment b/openbox/environment new file mode 100755 index 0000000..59a02f7 --- /dev/null +++ b/openbox/environment @@ -0,0 +1,14 @@ +#!/bin/sh +# +# Set system-wide environment variables here for Openbox +# User-specific variables should be placed in $HOME/.config/openbox/environment +# + +# To set your language for displaying messages and time/date formats, use the following: +#LANG=en_CA.UTF8 + +# To set your keyboard layout, you need to modify your X config: +# http://www.google.com/search?q=how+to+set+keyboard+layout+xorg +export WALLPAPER=lamp.jpg +export XDG_CONFIG_HOME=/home/immanuel/.config +export HOME=/home/immanuel diff --git a/openbox/menu.xml b/openbox/menu.xml new file mode 100644 index 0000000..57b34e0 --- /dev/null +++ b/openbox/menu.xml @@ -0,0 +1,35 @@ + + + + + + + x-terminal-emulator + + + x-www-browser + + + + + + + + obconf + + + + + + + + + + + + + + diff --git a/openbox/rc.xml b/openbox/rc.xml new file mode 100644 index 0000000..1704086 --- /dev/null +++ b/openbox/rc.xml @@ -0,0 +1,914 @@ + + + + + 10 + 20 + + + yes + + no + + yes + + no + + 200 + + no + + + + Smart + +
yes
+ + Primary + + 1 + +
+ + Nightmare-02 + NLIMC + + yes + yes + + sans + 8 + + bold + + normal + + + + sans + 8 + + bold + + normal + + + + sans + 9 + + normal + + normal + + + + sans + 9 + + normal + + normal + + + + Sans + 9 + + Normal + + Normal + + + + DejaVu Sans + 9 + + Bold + + Normal + + + + + + 4 + 1 + + + + 875 + + + + no + Nonpixel + + Center + + + + 10 + + 10 + + + + + + 0 + 0 + 0 + 0 + + + TopLeft + + 0 + 0 + no + Above + + Vertical + + no + 300 + + 300 + + Middle + + + + C-g + + + + + + + + + + + wmctrl -x -b 'toggle,hidden' -r 'DROPDOWN_TERM' + + + + + wmctrl -xa 'DROPDOWN_TERM' + + + + + amixer -q sset Master toggle + + + + + amixer -q sset Master 3%- + + + + + amixer -q sset Master 3%+ + + + + + + true + BrightnessDown + + xbacklight -inc 10 + + + + + + true + BrightnessDown + + xbacklight -dec 10 + + + + + true + Run + dmenu_run + + + + + guake --hide + + + + + guake -t + + + + + + true + Run + + xpad -t + + + + + left + no + + + + + right + no + + + + + up + no + + + + + down + no + + + + + left + no + + + + + right + no + + + + + up + no + + + + + down + no + + + + + 1 + + + + + 2 + + + + + 3 + + + + + 4 + + + + + + + + + + + + + + + + + client-menu + + + + + + scrot -s + + + + + + + + + + + + + + + + + + + + + + + + yes + yes + + + + + + + + + + + right + + + + + left + + + + + up + + + + + down + + + + + + + true + Konqueror + + kfmclient openProfile filemanagement + + + + + + scrot + + + + + 1 + + 500 + + 400 + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + + + + + + + + + no + + + + + + + + + + + yes + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + top + + + + + + + left + + + + + + + right + + + + + + + bottom + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + client-menu + + + + + + + client-menu + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + vertical + + + + + horizontal + + + + + + + + + + + + + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + + + + + + + + + + + + client-list-combined-menu + + + + + root-menu + + + + + + + previous + + + + + next + + + + + previous + + + + + next + + + + + + + + + /var/lib/openbox/debian-menu.xml + menu.xml + 200 + + no + + 100 + + 400 + + yes + + yes + + + + + + no + + + + no + + no + + + center + 200 + 1 + + + + 50% + 60% + + + yes + + + + + 1 + normal + no + no + + + no + + + + + + + + + +
diff --git a/ranger/tmp/commands.py b/ranger/tmp/commands.py new file mode 100644 index 0000000..97b7909 --- /dev/null +++ b/ranger/tmp/commands.py @@ -0,0 +1,62 @@ +# This is a sample commands.py. You can add your own commands here. +# +# Please refer to commands_full.py for all the default commands and a complete +# documentation. Do NOT add them all here, or you may end up with defunct +# commands when upgrading ranger. + +# A simple command for demonstration purposes follows. +# ----------------------------------------------------------------------------- + +from __future__ import (absolute_import, division, print_function) + +# You can import any python module as needed. +import os + +# You always need to import ranger.api.commands here to get the Command class: +from ranger.api.commands import Command + + +# Any class that is a subclass of "Command" will be integrated into ranger as a +# command. Try typing ":my_edit" in ranger! +class my_edit(Command): + # The so-called doc-string of the class will be visible in the built-in + # help that is accessible by typing "?c" inside ranger. + """:my_edit + + A sample command for demonstration purposes that opens a file in an editor. + """ + + # The execute method is called when you run this command in ranger. + def execute(self): + # self.arg(1) is the first (space-separated) argument to the function. + # This way you can write ":my_edit somefilename". + if self.arg(1): + # self.rest(1) contains self.arg(1) and everything that follows + target_filename = self.rest(1) + else: + # self.fm is a ranger.core.filemanager.FileManager object and gives + # you access to internals of ranger. + # self.fm.thisfile is a ranger.container.file.File object and is a + # reference to the currently selected file. + target_filename = self.fm.thisfile.path + + # This is a generic function to print text in ranger. + self.fm.notify("Let's edit the file " + target_filename + "!") + + # Using bad=True in fm.notify allows you to print error messages: + if not os.path.exists(target_filename): + self.fm.notify("The given file does not exist!", bad=True) + return + + # This executes a function from ranger.core.acitons, a module with a + # variety of subroutines that can help you construct commands. + # Check out the source, or run "pydoc ranger.core.actions" for a list. + self.fm.edit_file(target_filename) + + # The tab method is called when you press tab, and should return a list of + # suggestions that the user will tab through. + # tabnum is 1 for and -1 for by default + def tab(self, tabnum): + # This is a generic tab-completion function that iterates through the + # content of the current directory. + return self._tab_directory_content() diff --git a/ranger/tmp/commands_full.py b/ranger/tmp/commands_full.py new file mode 100644 index 0000000..d177203 --- /dev/null +++ b/ranger/tmp/commands_full.py @@ -0,0 +1,1836 @@ +# -*- coding: utf-8 -*- +# This file is part of ranger, the console file manager. +# This configuration file is licensed under the same terms as ranger. +# =================================================================== +# +# NOTE: If you copied this file to /etc/ranger/commands_full.py or +# ~/.config/ranger/commands_full.py, then it will NOT be loaded by ranger, +# and only serve as a reference. +# +# =================================================================== +# This file contains ranger's commands. +# It's all in python; lines beginning with # are comments. +# +# Note that additional commands are automatically generated from the methods +# of the class ranger.core.actions.Actions. +# +# You can customize commands in the files /etc/ranger/commands.py (system-wide) +# and ~/.config/ranger/commands.py (per user). +# They have the same syntax as this file. In fact, you can just copy this +# file to ~/.config/ranger/commands_full.py with +# `ranger --copy-config=commands_full' and make your modifications, don't +# forget to rename it to commands.py. You can also use +# `ranger --copy-config=commands' to copy a short sample commands.py that +# has everything you need to get started. +# But make sure you update your configs when you update ranger. +# +# =================================================================== +# Every class defined here which is a subclass of `Command' will be used as a +# command in ranger. Several methods are defined to interface with ranger: +# execute(): called when the command is executed. +# cancel(): called when closing the console. +# tab(tabnum): called when is pressed. +# quick(): called after each keypress. +# +# tab() argument tabnum is 1 for and -1 for by default +# +# The return values for tab() can be either: +# None: There is no tab completion +# A string: Change the console to this string +# A list/tuple/generator: cycle through every item in it +# +# The return value for quick() can be: +# False: Nothing happens +# True: Execute the command afterwards +# +# The return value for execute() and cancel() doesn't matter. +# +# =================================================================== +# Commands have certain attributes and methods that facilitate parsing of +# the arguments: +# +# self.line: The whole line that was written in the console. +# self.args: A list of all (space-separated) arguments to the command. +# self.quantifier: If this command was mapped to the key "X" and +# the user pressed 6X, self.quantifier will be 6. +# self.arg(n): The n-th argument, or an empty string if it doesn't exist. +# self.rest(n): The n-th argument plus everything that followed. For example, +# if the command was "search foo bar a b c", rest(2) will be "bar a b c" +# self.start(n): Anything before the n-th argument. For example, if the +# command was "search foo bar a b c", start(2) will be "search foo" +# +# =================================================================== +# And this is a little reference for common ranger functions and objects: +# +# self.fm: A reference to the "fm" object which contains most information +# about ranger. +# self.fm.notify(string): Print the given string on the screen. +# self.fm.notify(string, bad=True): Print the given string in RED. +# self.fm.reload_cwd(): Reload the current working directory. +# self.fm.thisdir: The current working directory. (A File object.) +# self.fm.thisfile: The current file. (A File object too.) +# self.fm.thistab.get_selection(): A list of all selected files. +# self.fm.execute_console(string): Execute the string as a ranger command. +# self.fm.open_console(string): Open the console with the given string +# already typed in for you. +# self.fm.move(direction): Moves the cursor in the given direction, which +# can be something like down=3, up=5, right=1, left=1, to=6, ... +# +# File objects (for example self.fm.thisfile) have these useful attributes and +# methods: +# +# tfile.path: The path to the file. +# tfile.basename: The base name only. +# tfile.load_content(): Force a loading of the directories content (which +# obviously works with directories only) +# tfile.is_directory: True/False depending on whether it's a directory. +# +# For advanced commands it is unavoidable to dive a bit into the source code +# of ranger. +# =================================================================== + +from __future__ import (absolute_import, division, print_function) + +from collections import deque +import os +import re + +from ranger.api.commands import Command + + +class alias(Command): + """:alias + + Copies the oldcommand as newcommand. + """ + + context = 'browser' + resolve_macros = False + + def execute(self): + if not self.arg(1) or not self.arg(2): + self.fm.notify('Syntax: alias ', bad=True) + return + + self.fm.commands.alias(self.arg(1), self.rest(2)) + + +class echo(Command): + """:echo + + Display the text in the statusbar. + """ + + def execute(self): + self.fm.notify(self.rest(1)) + + +class cd(Command): + """:cd [-r] + + The cd command changes the directory. + If the path is a file, selects that file. + The command 'cd -' is equivalent to typing ``. + Using the option "-r" will get you to the real path. + """ + + def execute(self): + if self.arg(1) == '-r': + self.shift() + destination = os.path.realpath(self.rest(1)) + if os.path.isfile(destination): + self.fm.select_file(destination) + return + else: + destination = self.rest(1) + + if not destination: + destination = '~' + + if destination == '-': + self.fm.enter_bookmark('`') + else: + self.fm.cd(destination) + + def _tab_args(self): + # dest must be rest because path could contain spaces + if self.arg(1) == '-r': + start = self.start(2) + dest = self.rest(2) + else: + start = self.start(1) + dest = self.rest(1) + + if dest: + head, tail = os.path.split(os.path.expanduser(dest)) + if head: + dest_exp = os.path.join(os.path.normpath(head), tail) + else: + dest_exp = tail + else: + dest_exp = '' + return (start, dest_exp, os.path.join(self.fm.thisdir.path, dest_exp), + dest.endswith(os.path.sep)) + + @staticmethod + def _tab_paths(dest, dest_abs, ends_with_sep): + if not dest: + try: + return next(os.walk(dest_abs))[1], dest_abs + except (OSError, StopIteration): + return [], '' + + if ends_with_sep: + try: + return [os.path.join(dest, path) for path in next(os.walk(dest_abs))[1]], '' + except (OSError, StopIteration): + return [], '' + + return None, None + + def _tab_match(self, path_user, path_file): + if self.fm.settings.cd_tab_case == 'insensitive': + path_user = path_user.lower() + path_file = path_file.lower() + elif self.fm.settings.cd_tab_case == 'smart' and path_user.islower(): + path_file = path_file.lower() + return path_file.startswith(path_user) + + def _tab_normal(self, dest, dest_abs): + dest_dir = os.path.dirname(dest) + dest_base = os.path.basename(dest) + + try: + dirnames = next(os.walk(os.path.dirname(dest_abs)))[1] + except (OSError, StopIteration): + return [], '' + + return [os.path.join(dest_dir, d) for d in dirnames if self._tab_match(dest_base, d)], '' + + def _tab_fuzzy_match(self, basepath, tokens): + """ Find directories matching tokens recursively """ + if not tokens: + tokens = [''] + paths = [basepath] + while True: + token = tokens.pop() + matches = [] + for path in paths: + try: + directories = next(os.walk(path))[1] + except (OSError, StopIteration): + continue + matches += [os.path.join(path, d) for d in directories + if self._tab_match(token, d)] + if not tokens or not matches: + return matches + paths = matches + + return None + + def _tab_fuzzy(self, dest, dest_abs): + tokens = [] + basepath = dest_abs + while True: + basepath_old = basepath + basepath, token = os.path.split(basepath) + if basepath == basepath_old: + break + if os.path.isdir(basepath_old) and not token.startswith('.'): + basepath = basepath_old + break + tokens.append(token) + + paths = self._tab_fuzzy_match(basepath, tokens) + if not os.path.isabs(dest): + paths_rel = basepath + paths = [os.path.relpath(path, paths_rel) for path in paths] + else: + paths_rel = '' + return paths, paths_rel + + def tab(self, tabnum): + from os.path import sep + + start, dest, dest_abs, ends_with_sep = self._tab_args() + + paths, paths_rel = self._tab_paths(dest, dest_abs, ends_with_sep) + if paths is None: + if self.fm.settings.cd_tab_fuzzy: + paths, paths_rel = self._tab_fuzzy(dest, dest_abs) + else: + paths, paths_rel = self._tab_normal(dest, dest_abs) + + paths.sort() + + if self.fm.settings.cd_bookmarks: + paths[0:0] = [ + os.path.relpath(v.path, paths_rel) if paths_rel else v.path + for v in self.fm.bookmarks.dct.values() for path in paths + if v.path.startswith(os.path.join(paths_rel, path) + sep) + ] + + if not paths: + return None + if len(paths) == 1: + return start + paths[0] + sep + return [start + dirname for dirname in paths] + + +class chain(Command): + """:chain ; ; ... + + Calls multiple commands at once, separated by semicolons. + """ + + def execute(self): + if not self.rest(1).strip(): + self.fm.notify('Syntax: chain ; ; ...', bad=True) + return + for command in [s.strip() for s in self.rest(1).split(";")]: + self.fm.execute_console(command) + + +class shell(Command): + escape_macros_for_shell = True + + def execute(self): + if self.arg(1) and self.arg(1)[0] == '-': + flags = self.arg(1)[1:] + command = self.rest(2) + else: + flags = '' + command = self.rest(1) + + if command: + self.fm.execute_command(command, flags=flags) + + def tab(self, tabnum): + from ranger.ext.get_executables import get_executables + if self.arg(1) and self.arg(1)[0] == '-': + command = self.rest(2) + else: + command = self.rest(1) + start = self.line[0:len(self.line) - len(command)] + + try: + position_of_last_space = command.rindex(" ") + except ValueError: + return (start + program + ' ' for program + in get_executables() if program.startswith(command)) + if position_of_last_space == len(command) - 1: + selection = self.fm.thistab.get_selection() + if len(selection) == 1: + return self.line + selection[0].shell_escaped_basename + ' ' + return self.line + '%s ' + + before_word, start_of_word = self.line.rsplit(' ', 1) + return (before_word + ' ' + file.shell_escaped_basename + for file in self.fm.thisdir.files or [] + if file.shell_escaped_basename.startswith(start_of_word)) + + +class open_with(Command): + + def execute(self): + app, flags, mode = self._get_app_flags_mode(self.rest(1)) + self.fm.execute_file( + files=[f for f in self.fm.thistab.get_selection()], + app=app, + flags=flags, + mode=mode) + + def tab(self, tabnum): + return self._tab_through_executables() + + def _get_app_flags_mode(self, string): # pylint: disable=too-many-branches,too-many-statements + """Extracts the application, flags and mode from a string. + + examples: + "mplayer f 1" => ("mplayer", "f", 1) + "atool 4" => ("atool", "", 4) + "p" => ("", "p", 0) + "" => None + """ + + app = '' + flags = '' + mode = 0 + split = string.split() + + if len(split) == 1: + part = split[0] + if self._is_app(part): + app = part + elif self._is_flags(part): + flags = part + elif self._is_mode(part): + mode = part + + elif len(split) == 2: + part0 = split[0] + part1 = split[1] + + if self._is_app(part0): + app = part0 + if self._is_flags(part1): + flags = part1 + elif self._is_mode(part1): + mode = part1 + elif self._is_flags(part0): + flags = part0 + if self._is_mode(part1): + mode = part1 + elif self._is_mode(part0): + mode = part0 + if self._is_flags(part1): + flags = part1 + + elif len(split) >= 3: + part0 = split[0] + part1 = split[1] + part2 = split[2] + + if self._is_app(part0): + app = part0 + if self._is_flags(part1): + flags = part1 + if self._is_mode(part2): + mode = part2 + elif self._is_mode(part1): + mode = part1 + if self._is_flags(part2): + flags = part2 + elif self._is_flags(part0): + flags = part0 + if self._is_mode(part1): + mode = part1 + elif self._is_mode(part0): + mode = part0 + if self._is_flags(part1): + flags = part1 + + return app, flags, int(mode) + + def _is_app(self, arg): + return not self._is_flags(arg) and not arg.isdigit() + + @staticmethod + def _is_flags(arg): + from ranger.core.runner import ALLOWED_FLAGS + return all(x in ALLOWED_FLAGS for x in arg) + + @staticmethod + def _is_mode(arg): + return all(x in '0123456789' for x in arg) + + +class set_(Command): + """:set