gitextract_qfp0rn95/ ├── .bashrc ├── .config/ │ ├── DankMaterialShell/ │ │ └── settings.json │ ├── MangoHud/ │ │ └── MangoHud.conf │ ├── alacritty/ │ │ ├── alacritty.toml │ │ └── colors.toml │ ├── aliasrc │ ├── autostart/ │ │ ├── autostart │ │ └── openrgb.desktop │ ├── flavours/ │ │ ├── config.toml │ │ ├── schemes/ │ │ │ ├── catppuccin/ │ │ │ │ ├── catppuccin-dark.yaml │ │ │ │ └── catppuccin-light.yaml │ │ │ ├── gruvbox/ │ │ │ │ ├── gruvbox-dark-medium.yaml │ │ │ │ └── gruvbox-light-medium.yaml │ │ │ └── solarized/ │ │ │ ├── solarized-dark.yaml │ │ │ └── solarized-light.yaml │ │ └── templates/ │ │ ├── ags/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ └── default.mustache │ │ ├── alacritty/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ ├── default-256.mustache │ │ │ └── default.mustache │ │ ├── fnott/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ └── default.mustache │ │ ├── foot/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ └── default.mustache │ │ ├── fuzzel/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ └── default.mustache │ │ ├── gtk-flatcolor/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ ├── gtk-2.mustache │ │ │ └── gtk-3.mustache │ │ ├── hyprland/ │ │ │ └── templates/ │ │ │ ├── colors.mustache │ │ │ └── config.yaml │ │ ├── imv/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ └── default.mustache │ │ ├── labwc/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ └── default.mustache │ │ ├── nvim/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ └── default.mustache │ │ ├── nvim-hardline/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ └── default.mustache │ │ ├── river/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ └── default.mustache │ │ ├── sway/ │ │ │ └── templates/ │ │ │ ├── colors.mustache │ │ │ └── config.yaml │ │ ├── swayimg/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ └── default.mustache │ │ ├── tmux/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ └── default.mustache │ │ ├── waybar/ │ │ │ └── templates/ │ │ │ ├── config.yaml │ │ │ └── default.mustache │ │ └── wayfire/ │ │ └── templates/ │ │ ├── config.yaml │ │ └── default.mustache │ ├── fontconfig/ │ │ └── fonts.conf │ ├── gtk-2.0/ │ │ ├── gtkfilechooser.ini │ │ └── gtkrc-2.0 │ ├── gtk-3.0/ │ │ └── settings.ini │ ├── gtk-4.0/ │ │ └── settings.ini │ ├── htop/ │ │ └── htoprc │ ├── mimeapps.list │ ├── mpv/ │ │ ├── input.conf │ │ ├── mpv.conf │ │ ├── script-modules/ │ │ │ └── user-input-module.lua │ │ └── scripts/ │ │ ├── delete-current-video.lua │ │ ├── keep-session.lua │ │ ├── mpv-scut.lua │ │ ├── mpv-splice.lua │ │ ├── playlist-shuffle.lua │ │ ├── save-playlist.lua │ │ └── user-input.lua │ ├── nano/ │ │ └── nanorc │ ├── niri/ │ │ ├── config.kdl │ │ ├── dms.kdl │ │ ├── keybinds.kdl │ │ ├── layout.kdl │ │ ├── outputs.kdl │ │ ├── rules.kdl │ │ └── scripts/ │ │ ├── obs-replay │ │ └── waybar │ ├── nvim/ │ │ ├── init.lua │ │ └── lua/ │ │ └── speyll/ │ │ ├── commands.lua │ │ ├── lazy.lua │ │ ├── plugins/ │ │ │ ├── autopairs.lua │ │ │ ├── cmp.lua │ │ │ ├── colorscheme.lua │ │ │ ├── nvim-hardline.lua │ │ │ ├── nvim-highlight-colors.lua │ │ │ ├── telescope.lua │ │ │ ├── treesitter.lua │ │ │ └── undotree.lua │ │ ├── remap.lua │ │ └── settings.lua │ ├── pcmanfm-qt/ │ │ └── default/ │ │ ├── recent-files.conf │ │ └── settings.conf │ ├── pipewire/ │ │ ├── pipewire-pulse.conf.d/ │ │ │ └── switch-on-connect.conf │ │ └── pipewire.conf │ ├── qt5ct/ │ │ └── qt5ct.conf │ ├── qt6ct/ │ │ ├── qt6ct.conf │ │ └── style-colors.conf │ ├── swayimg/ │ │ ├── config │ │ └── set-wall │ ├── tmux/ │ │ └── tmux.conf │ ├── user-dirs.dirs │ ├── user-dirs.locale │ ├── wireplumber/ │ │ └── wireplumber.conf.d/ │ │ └── 51-disable-suspension.conf │ ├── xdg-desktop-portal/ │ │ ├── kde-portals.conf │ │ ├── niri-portals.conf │ │ └── portals.conf │ └── xsettingsd/ │ └── xsettingsd.conf ├── .inputrc ├── .local/ │ ├── bin/ │ │ ├── archive │ │ ├── aria2-grabber │ │ ├── aria2-lynx-downloader │ │ ├── bemoji │ │ ├── clip-manager │ │ ├── dircomp │ │ ├── exefind │ │ ├── ff-concat │ │ ├── ff-crop │ │ ├── ff-diff │ │ ├── ff-enc │ │ ├── font-char-list │ │ ├── font-unicode │ │ ├── fuzz-launcher │ │ ├── get-steamid │ │ ├── git-ops │ │ ├── grim-print │ │ ├── img-dupes │ │ ├── img-duprestore │ │ ├── img-enc │ │ ├── imv-mass │ │ ├── mass-mpv │ │ ├── mem │ │ ├── mvToParent │ │ ├── net-menu │ │ ├── reload-wall │ │ ├── spefetch │ │ ├── start-comp │ │ ├── updtscan │ │ ├── usb-mnt │ │ ├── vertsearch-lf │ │ └── yt-search │ └── share/ │ ├── applications/ │ │ ├── browser.desktop │ │ ├── file.desktop │ │ ├── img.desktop │ │ ├── text.desktop │ │ └── video.desktop │ ├── fonts/ │ │ └── git-fonts.sh │ ├── icons/ │ │ └── git-cursors.sh │ └── themes/ │ └── Base16/ │ └── openbox-3/ │ ├── bullet.xbm │ ├── close.xbm │ ├── desk.xbm │ ├── desk_toggled.xbm │ ├── iconify.xbm │ ├── max.xbm │ ├── max_disabled.xbm │ ├── max_toggled.xbm │ ├── menu.xbm │ ├── shade.xbm │ └── themerc ├── .profile └── README.md