├── .bashrc ├── .config ├── Kvantum │ ├── Layan │ │ ├── Layan.kvconfig │ │ ├── Layan.svg │ │ ├── LayanDark.kvconfig │ │ └── LayanDark.svg │ ├── LayanSolid │ │ ├── LayanSolid.kvconfig │ │ ├── LayanSolid.svg │ │ ├── LayanSolidDark.kvconfig │ │ └── LayanSolidDark.svg │ └── kvantum.kvconfig ├── MangoHud │ └── MangoHud.conf ├── aria2 │ ├── aria2.conf │ └── mover.sh ├── brave-flags.conf ├── bspwm │ └── bspwmrc ├── celluloid │ ├── script-opts │ │ └── youtube-quality.conf │ └── scripts │ │ ├── ftp-compat.lua │ │ ├── music-mode.lua │ │ ├── pause-indicator.lua │ │ └── youtube-quality.lua ├── chromium-flags ├── cmus │ ├── autosave │ ├── cache │ ├── command-history │ ├── lib.pl │ ├── playlists │ │ └── default │ └── search-history ├── dunst │ ├── dunst │ │ └── dunstrc │ └── dunstrc ├── environment.d │ └── firefox-wayland.conf ├── fastfetch │ ├── config.jsonc │ └── pngs │ │ └── sed.png ├── gtk-2.0 │ └── gtkfilechooser.ini ├── gtk-3.0 │ ├── colors.css │ ├── gtk.css │ ├── gtk.css.bak │ └── settings.ini ├── gtk-4.0 │ ├── colors.css │ ├── gtk.css │ ├── gtk.css.bak │ └── settings.ini ├── hypr │ ├── hypridle.conf │ ├── hyprland.conf │ ├── hyprlock.conf │ ├── hyprpaper.conf │ ├── keybinds.conf │ ├── multi-keybinds.conf │ ├── plugins │ │ └── hyprland-dwindle-group │ │ │ └── dwindle-autogroup.so │ ├── pyprland.toml │ └── wallpaper.conf ├── kitty │ ├── colors.conf │ ├── kitty.conf │ ├── kitty.conf.user │ ├── sed.conf │ └── tokyonight.conf ├── lf │ ├── clean │ ├── colors │ ├── icons │ ├── kitty_clean │ ├── lfrc │ └── scope ├── mako │ └── config ├── mpv │ ├── input.conf │ ├── mpv.conf │ ├── script-opts │ │ └── youtube-quality.conf │ ├── scripts │ │ ├── ftp-compat.lua │ │ ├── mpris.so │ │ ├── music-mode.lua │ │ ├── pause-indicator.lua │ │ ├── quality-menu.lua │ │ └── youtube-quality.lua │ └── watch_later │ │ ├── 1001CD91972AD0BFEBDE40DE070C2C52 │ │ ├── 1C03EC46408C0AC9AB60EDC0DD52FDD6 │ │ ├── 2F9D2CF6722DF51D33F3E4539ED4D4F0 │ │ ├── 301AA0E5831897CD935AF3CF8D50B8DF │ │ ├── 332020D77342F06F10949C5DE784360D │ │ ├── 405099E50B49A28B480ECA8761CF94E3 │ │ ├── 5F73DF00080288F2FC6C4B886EE09A6C │ │ ├── 603FA6CB2CFE839D188424DD9978B5CC │ │ ├── 617334BFE797FA9008CFBF9F95049D8E │ │ ├── 61AE8A680E7EC2AB93299C5FBE3AD15C │ │ ├── 7BE2BBCD5E10C8F7C3EC44BA0D40435D │ │ ├── 7EE4BFCF68C740BB07C7117A7B274087 │ │ ├── 80FEC9C0E62EA155FE80949870F01699 │ │ ├── 8976669FF64CDE6939CAE917311C58B5 │ │ ├── 8CC39C215D3DEB3C036E97FA170AB53F │ │ ├── 8D1C18CB3488083AA16C60A6E17CCED8 │ │ ├── A434265E18E00C76D821B13FBB24473C │ │ ├── A62D30ACE2E89FE6ADC9EF3D9E633C93 │ │ ├── C8ED29C959815C340CE974D53D30178F │ │ ├── DDA6F510D421BA4C14CB568291A7AAB6 │ │ ├── E199B4EE17F01CD20EEBE3377F53DC15 │ │ ├── E511A568B44DF29D9001F1FCA38AADEB │ │ ├── E7A7562B0D00C18246EAA8CC0DCBCA12 │ │ ├── EF342B5B471D92D9E606F7964DD7F397 │ │ └── FFDDD038CAA56E7C6BE793701A8E2EDA ├── ncspot │ ├── config.toml │ └── userstate.cbor ├── neofetch │ └── config.conf ├── nvim │ ├── .stylua.toml │ ├── LICENSE │ ├── README.md │ ├── init.lua │ ├── lazy-lock.json │ └── lua │ │ ├── chadrc.lua │ │ ├── configs │ │ ├── conform.lua │ │ ├── lazy.lua │ │ └── lspconfig.lua │ │ ├── highlights.lua │ │ ├── mappings.lua │ │ ├── myinit.lua │ │ ├── options.lua │ │ └── plugins │ │ └── init.lua ├── nvtop │ └── interface.ini ├── pipewire │ ├── pipewire-pulse.conf.d │ │ └── switch-on-connect.conf │ └── pipewire.conf.d │ │ └── 99-input-denoising.conf ├── polybar │ └── config.ini ├── qtile │ ├── __pycache__ │ │ ├── colors.cpython-39.pyc │ │ └── config.cpython-39.pyc │ ├── autostart.sh │ ├── config.py │ └── configdad.py ├── ranger │ ├── commands.py │ ├── commands_full.py │ ├── rc.conf │ ├── rifle.conf │ └── scope.sh ├── rofi │ ├── cat.rasi │ ├── catpuch.rasi │ ├── clip.rasi │ ├── emoji.rasi │ ├── launcher.rasi │ ├── shared │ │ ├── colors.rasi │ │ └── fonts.rasi │ └── wall.rasi ├── sherlock │ ├── config.toml │ ├── fallback.json │ ├── main.css │ ├── sherlock_actions.json │ ├── sherlock_alias.json │ ├── sherlockignore │ └── theme.txt ├── starship.toml ├── sway │ └── config ├── swaync │ ├── config.json │ └── style.css ├── sxhkd │ └── sxhkdrc ├── systemd │ └── user │ │ ├── aria2c.service │ │ └── sunshine.service ├── thorium-flags.conf ├── tmux │ ├── tmux.conf │ └── tmux_renumber.sh ├── waybar │ ├── config.jsonc │ └── style.css ├── wlogout │ ├── layout │ └── style.css ├── xdg-desktop-portal │ └── hyprland-portals.conf ├── yazi │ ├── keybinds.conf │ ├── theme.toml │ ├── theme.toml-1749315650841365 │ ├── yazi.toml │ └── yazi.toml-1749315650811688 ├── zathura │ └── zathurarc └── zed │ ├── .tmp3KNyBK │ ├── .tmpCi2tQJ │ ├── .tmpG8NiLr │ ├── .tmpHcPNeU │ ├── .tmpMkffHP │ ├── .tmpMpKFMA │ ├── .tmpNRmI29 │ ├── .tmpP7a20T │ ├── .tmpQ8z6Nd │ ├── .tmpQaOfEB │ ├── .tmpQzjyN6 │ ├── .tmpThVuxK │ ├── .tmpTua96k │ ├── .tmpTvGa5B │ ├── .tmpTwbP3F │ ├── .tmpWjD73S │ ├── .tmpe182IJ │ ├── .tmpfkLAg1 │ ├── .tmphYEJnz │ ├── .tmpi7LpJO │ ├── .tmpm7gL1E │ ├── .tmpmRTXF9 │ ├── .tmpnuOk1M │ ├── .tmpoca0lH │ ├── .tmpq2ck3c │ ├── .tmprR6qnH │ ├── .tmputBCyT │ ├── .tmpyCL22x │ ├── .tmpyUpQ9F │ ├── keymap.json │ └── settings.json ├── .ignore ├── .prettierrc.toml ├── .scripts ├── a_good_screenshoting_method_unlike_shitty_gnome_shell_one.sh ├── adb.sh ├── battery.sh ├── border.sh ├── brightness_ctl.sh ├── clip.sh ├── dec.sh ├── decorations.sh ├── flickerborder.sh ├── grim_ocr.sh ├── grimblast.sh ├── gsettings ├── gsettings.sh ├── hyprland_floating_monitor.sh ├── iommu.sh ├── ipv6.sh ├── keybinds-rofi.sh ├── lfub ├── lock.sh ├── maim_ocr.sh ├── mic.sh ├── normal.sh ├── ocr.sh ├── pasters.sh ├── playerctl.sh ├── portals.sh ├── powerprofilecycle.sh ├── proton.sh ├── record-screen.sh ├── reddit-wallpaper-downloader.sh ├── rofi-network-manager.sh ├── sed ├── sleep.sh ├── start-windows.sh ├── status.sh ├── swap-workspace.sh ├── swaybg.sh ├── unlockp.sh ├── vfio.sh ├── volume_ctl.sh ├── wallpaper.sh └── wf-rec ├── .vimrc ├── .xbindkeysrc ├── .zshrc ├── README.md ├── binds.kksrc ├── gnome-settings.dconf ├── hmm ├── Google Sans Text │ ├── Google Sans Text Bold Italic.ttf │ ├── Google Sans Text Bold.ttf │ ├── Google Sans Text Italic.ttf │ ├── Google Sans Text Medium Italic.ttf │ ├── Google Sans Text Medium.ttf │ └── Google Sans Text Regular.ttf ├── JetBrains Mono Medium Nerd Font Complete.ttf ├── Product Sans Regular.ttf ├── bat └── black.qbtheme ├── init.lua ├── python plugins ├── academictorrents.py ├── anidex.py ├── bt4g.py ├── btetree.py ├── btmulu.py ├── cinecalidad.py ├── cpasbien.py ├── darklibria.py ├── dmhyorg.py ├── elitetorrent.py ├── ettv.py ├── extratorrent.py ├── glotorrents.py ├── ilcorsaronero.py ├── kickass_torrent.py ├── linuxtracker.py ├── magnetdl.py ├── maxitorrent.py ├── mejor.py ├── nyaapantsu.py ├── nyaasi.py ├── one337x.py ├── oxtorrent.py ├── pantsu.py ├── pctmix.py ├── pctreload.py ├── rutor.py ├── smallgames.py ├── snowfl.py ├── torrentfunk.py ├── yourbittorrent.py ├── yts.py └── yts_am.py ├── tilde.html └── win10.xml /.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.bashrc -------------------------------------------------------------------------------- /.config/Kvantum/Layan/Layan.kvconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/Kvantum/Layan/Layan.kvconfig -------------------------------------------------------------------------------- /.config/Kvantum/Layan/Layan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/Kvantum/Layan/Layan.svg -------------------------------------------------------------------------------- /.config/Kvantum/Layan/LayanDark.kvconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/Kvantum/Layan/LayanDark.kvconfig -------------------------------------------------------------------------------- /.config/Kvantum/Layan/LayanDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/Kvantum/Layan/LayanDark.svg -------------------------------------------------------------------------------- /.config/Kvantum/LayanSolid/LayanSolid.kvconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/Kvantum/LayanSolid/LayanSolid.kvconfig -------------------------------------------------------------------------------- /.config/Kvantum/LayanSolid/LayanSolid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/Kvantum/LayanSolid/LayanSolid.svg -------------------------------------------------------------------------------- /.config/Kvantum/LayanSolid/LayanSolidDark.kvconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/Kvantum/LayanSolid/LayanSolidDark.kvconfig -------------------------------------------------------------------------------- /.config/Kvantum/LayanSolid/LayanSolidDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/Kvantum/LayanSolid/LayanSolidDark.svg -------------------------------------------------------------------------------- /.config/Kvantum/kvantum.kvconfig: -------------------------------------------------------------------------------- 1 | [General] 2 | theme=LayanDark 3 | -------------------------------------------------------------------------------- /.config/MangoHud/MangoHud.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/MangoHud/MangoHud.conf -------------------------------------------------------------------------------- /.config/aria2/aria2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/aria2/aria2.conf -------------------------------------------------------------------------------- /.config/aria2/mover.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/aria2/mover.sh -------------------------------------------------------------------------------- /.config/brave-flags.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/brave-flags.conf -------------------------------------------------------------------------------- /.config/bspwm/bspwmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/bspwm/bspwmrc -------------------------------------------------------------------------------- /.config/celluloid/script-opts/youtube-quality.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/celluloid/script-opts/youtube-quality.conf -------------------------------------------------------------------------------- /.config/celluloid/scripts/ftp-compat.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/celluloid/scripts/ftp-compat.lua -------------------------------------------------------------------------------- /.config/celluloid/scripts/music-mode.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/celluloid/scripts/music-mode.lua -------------------------------------------------------------------------------- /.config/celluloid/scripts/pause-indicator.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/celluloid/scripts/pause-indicator.lua -------------------------------------------------------------------------------- /.config/celluloid/scripts/youtube-quality.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/celluloid/scripts/youtube-quality.lua -------------------------------------------------------------------------------- /.config/chromium-flags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/chromium-flags -------------------------------------------------------------------------------- /.config/cmus/autosave: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/cmus/autosave -------------------------------------------------------------------------------- /.config/cmus/cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/cmus/cache -------------------------------------------------------------------------------- /.config/cmus/command-history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/cmus/command-history -------------------------------------------------------------------------------- /.config/cmus/lib.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/cmus/lib.pl -------------------------------------------------------------------------------- /.config/cmus/playlists/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/cmus/playlists/default -------------------------------------------------------------------------------- /.config/cmus/search-history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/cmus/search-history -------------------------------------------------------------------------------- /.config/dunst/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/dunst/dunst/dunstrc -------------------------------------------------------------------------------- /.config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/dunst/dunstrc -------------------------------------------------------------------------------- /.config/environment.d/firefox-wayland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/environment.d/firefox-wayland.conf -------------------------------------------------------------------------------- /.config/fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/fastfetch/config.jsonc -------------------------------------------------------------------------------- /.config/fastfetch/pngs/sed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/fastfetch/pngs/sed.png -------------------------------------------------------------------------------- /.config/gtk-2.0/gtkfilechooser.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/gtk-2.0/gtkfilechooser.ini -------------------------------------------------------------------------------- /.config/gtk-3.0/colors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/gtk-3.0/colors.css -------------------------------------------------------------------------------- /.config/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.config/gtk-3.0/gtk.css.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/gtk-3.0/gtk.css.bak -------------------------------------------------------------------------------- /.config/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/gtk-3.0/settings.ini -------------------------------------------------------------------------------- /.config/gtk-4.0/colors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/gtk-4.0/colors.css -------------------------------------------------------------------------------- /.config/gtk-4.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/gtk-4.0/gtk.css -------------------------------------------------------------------------------- /.config/gtk-4.0/gtk.css.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/gtk-4.0/gtk.css.bak -------------------------------------------------------------------------------- /.config/gtk-4.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/gtk-4.0/settings.ini -------------------------------------------------------------------------------- /.config/hypr/hypridle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/hypr/hypridle.conf -------------------------------------------------------------------------------- /.config/hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/hypr/hyprland.conf -------------------------------------------------------------------------------- /.config/hypr/hyprlock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/hypr/hyprlock.conf -------------------------------------------------------------------------------- /.config/hypr/hyprpaper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/hypr/hyprpaper.conf -------------------------------------------------------------------------------- /.config/hypr/keybinds.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/hypr/keybinds.conf -------------------------------------------------------------------------------- /.config/hypr/multi-keybinds.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/hypr/multi-keybinds.conf -------------------------------------------------------------------------------- /.config/hypr/plugins/hyprland-dwindle-group/dwindle-autogroup.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/hypr/plugins/hyprland-dwindle-group/dwindle-autogroup.so -------------------------------------------------------------------------------- /.config/hypr/pyprland.toml: -------------------------------------------------------------------------------- 1 | [pyprland] 2 | plugins = ["expose", "magnify"] 3 | -------------------------------------------------------------------------------- /.config/hypr/wallpaper.conf: -------------------------------------------------------------------------------- 1 | $wall="/home/adharsh/Pictures/Wallpapers/1638597695178.jpg" 2 | -------------------------------------------------------------------------------- /.config/kitty/colors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/kitty/colors.conf -------------------------------------------------------------------------------- /.config/kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/kitty/kitty.conf -------------------------------------------------------------------------------- /.config/kitty/kitty.conf.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/kitty/kitty.conf.user -------------------------------------------------------------------------------- /.config/kitty/sed.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/kitty/sed.conf -------------------------------------------------------------------------------- /.config/kitty/tokyonight.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/kitty/tokyonight.conf -------------------------------------------------------------------------------- /.config/lf/clean: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ueberzugpp cmd -s $UB_SOCKET -a remove -i PREVIEW 4 | -------------------------------------------------------------------------------- /.config/lf/colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/lf/colors -------------------------------------------------------------------------------- /.config/lf/icons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/lf/icons -------------------------------------------------------------------------------- /.config/lf/kitty_clean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/lf/kitty_clean -------------------------------------------------------------------------------- /.config/lf/lfrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/lf/lfrc -------------------------------------------------------------------------------- /.config/lf/scope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/lf/scope -------------------------------------------------------------------------------- /.config/mako/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mako/config -------------------------------------------------------------------------------- /.config/mpv/input.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/input.conf -------------------------------------------------------------------------------- /.config/mpv/mpv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/mpv.conf -------------------------------------------------------------------------------- /.config/mpv/script-opts/youtube-quality.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/script-opts/youtube-quality.conf -------------------------------------------------------------------------------- /.config/mpv/scripts/ftp-compat.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/scripts/ftp-compat.lua -------------------------------------------------------------------------------- /.config/mpv/scripts/mpris.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/scripts/mpris.so -------------------------------------------------------------------------------- /.config/mpv/scripts/music-mode.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/scripts/music-mode.lua -------------------------------------------------------------------------------- /.config/mpv/scripts/pause-indicator.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/scripts/pause-indicator.lua -------------------------------------------------------------------------------- /.config/mpv/scripts/quality-menu.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/scripts/quality-menu.lua -------------------------------------------------------------------------------- /.config/mpv/scripts/youtube-quality.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/scripts/youtube-quality.lua -------------------------------------------------------------------------------- /.config/mpv/watch_later/1001CD91972AD0BFEBDE40DE070C2C52: -------------------------------------------------------------------------------- 1 | start=952.743000 2 | border=no 3 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/1C03EC46408C0AC9AB60EDC0DD52FDD6: -------------------------------------------------------------------------------- 1 | start=225.016667 2 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/2F9D2CF6722DF51D33F3E4539ED4D4F0: -------------------------------------------------------------------------------- 1 | start=1.801800 2 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/301AA0E5831897CD935AF3CF8D50B8DF: -------------------------------------------------------------------------------- 1 | start=9.709700 2 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/332020D77342F06F10949C5DE784360D: -------------------------------------------------------------------------------- 1 | start=51.866667 2 | border=no 3 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/405099E50B49A28B480ECA8761CF94E3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/watch_later/405099E50B49A28B480ECA8761CF94E3 -------------------------------------------------------------------------------- /.config/mpv/watch_later/5F73DF00080288F2FC6C4B886EE09A6C: -------------------------------------------------------------------------------- 1 | start=1309.016042 2 | fullscreen=yes 3 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/603FA6CB2CFE839D188424DD9978B5CC: -------------------------------------------------------------------------------- 1 | start=18.284000 2 | border=no 3 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/617334BFE797FA9008CFBF9F95049D8E: -------------------------------------------------------------------------------- 1 | start=2295.748479 2 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/61AE8A680E7EC2AB93299C5FBE3AD15C: -------------------------------------------------------------------------------- 1 | start=2.669000 2 | border=no 3 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/7BE2BBCD5E10C8F7C3EC44BA0D40435D: -------------------------------------------------------------------------------- 1 | start=244.344100 2 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/7EE4BFCF68C740BB07C7117A7B274087: -------------------------------------------------------------------------------- 1 | start=112.695917 2 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/80FEC9C0E62EA155FE80949870F01699: -------------------------------------------------------------------------------- 1 | start=11.345000 2 | border=no 3 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/8976669FF64CDE6939CAE917311C58B5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/watch_later/8976669FF64CDE6939CAE917311C58B5 -------------------------------------------------------------------------------- /.config/mpv/watch_later/8CC39C215D3DEB3C036E97FA170AB53F: -------------------------------------------------------------------------------- 1 | start=6.974000 2 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/8D1C18CB3488083AA16C60A6E17CCED8: -------------------------------------------------------------------------------- 1 | start=13.304958 2 | sid=1 3 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/A434265E18E00C76D821B13FBB24473C: -------------------------------------------------------------------------------- 1 | start=122.489033 2 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/A62D30ACE2E89FE6ADC9EF3D9E633C93: -------------------------------------------------------------------------------- 1 | start=4.212542 2 | pause=yes 3 | sid=1 4 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/C8ED29C959815C340CE974D53D30178F: -------------------------------------------------------------------------------- 1 | start=1172.796625 2 | fullscreen=yes 3 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/DDA6F510D421BA4C14CB568291A7AAB6: -------------------------------------------------------------------------------- 1 | start=1224.807000 2 | fullscreen=yes 3 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/E199B4EE17F01CD20EEBE3377F53DC15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/watch_later/E199B4EE17F01CD20EEBE3377F53DC15 -------------------------------------------------------------------------------- /.config/mpv/watch_later/E511A568B44DF29D9001F1FCA38AADEB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/mpv/watch_later/E511A568B44DF29D9001F1FCA38AADEB -------------------------------------------------------------------------------- /.config/mpv/watch_later/E7A7562B0D00C18246EAA8CC0DCBCA12: -------------------------------------------------------------------------------- 1 | start=1245.410833 2 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/EF342B5B471D92D9E606F7964DD7F397: -------------------------------------------------------------------------------- 1 | start=477.376900 2 | -------------------------------------------------------------------------------- /.config/mpv/watch_later/FFDDD038CAA56E7C6BE793701A8E2EDA: -------------------------------------------------------------------------------- 1 | start=850.566667 2 | -------------------------------------------------------------------------------- /.config/ncspot/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/ncspot/config.toml -------------------------------------------------------------------------------- /.config/ncspot/userstate.cbor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/ncspot/userstate.cbor -------------------------------------------------------------------------------- /.config/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/neofetch/config.conf -------------------------------------------------------------------------------- /.config/nvim/.stylua.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/.stylua.toml -------------------------------------------------------------------------------- /.config/nvim/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/LICENSE -------------------------------------------------------------------------------- /.config/nvim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/README.md -------------------------------------------------------------------------------- /.config/nvim/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/init.lua -------------------------------------------------------------------------------- /.config/nvim/lazy-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/lazy-lock.json -------------------------------------------------------------------------------- /.config/nvim/lua/chadrc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/lua/chadrc.lua -------------------------------------------------------------------------------- /.config/nvim/lua/configs/conform.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/lua/configs/conform.lua -------------------------------------------------------------------------------- /.config/nvim/lua/configs/lazy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/lua/configs/lazy.lua -------------------------------------------------------------------------------- /.config/nvim/lua/configs/lspconfig.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/lua/configs/lspconfig.lua -------------------------------------------------------------------------------- /.config/nvim/lua/highlights.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/lua/highlights.lua -------------------------------------------------------------------------------- /.config/nvim/lua/mappings.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/lua/mappings.lua -------------------------------------------------------------------------------- /.config/nvim/lua/myinit.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/lua/myinit.lua -------------------------------------------------------------------------------- /.config/nvim/lua/options.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/lua/options.lua -------------------------------------------------------------------------------- /.config/nvim/lua/plugins/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvim/lua/plugins/init.lua -------------------------------------------------------------------------------- /.config/nvtop/interface.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/nvtop/interface.ini -------------------------------------------------------------------------------- /.config/pipewire/pipewire-pulse.conf.d/switch-on-connect.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/pipewire/pipewire-pulse.conf.d/switch-on-connect.conf -------------------------------------------------------------------------------- /.config/pipewire/pipewire.conf.d/99-input-denoising.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/pipewire/pipewire.conf.d/99-input-denoising.conf -------------------------------------------------------------------------------- /.config/polybar/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/polybar/config.ini -------------------------------------------------------------------------------- /.config/qtile/__pycache__/colors.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/qtile/__pycache__/colors.cpython-39.pyc -------------------------------------------------------------------------------- /.config/qtile/__pycache__/config.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/qtile/__pycache__/config.cpython-39.pyc -------------------------------------------------------------------------------- /.config/qtile/autostart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/qtile/autostart.sh -------------------------------------------------------------------------------- /.config/qtile/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/qtile/config.py -------------------------------------------------------------------------------- /.config/qtile/configdad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/qtile/configdad.py -------------------------------------------------------------------------------- /.config/ranger/commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/ranger/commands.py -------------------------------------------------------------------------------- /.config/ranger/commands_full.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/ranger/commands_full.py -------------------------------------------------------------------------------- /.config/ranger/rc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/ranger/rc.conf -------------------------------------------------------------------------------- /.config/ranger/rifle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/ranger/rifle.conf -------------------------------------------------------------------------------- /.config/ranger/scope.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/ranger/scope.sh -------------------------------------------------------------------------------- /.config/rofi/cat.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/rofi/cat.rasi -------------------------------------------------------------------------------- /.config/rofi/catpuch.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/rofi/catpuch.rasi -------------------------------------------------------------------------------- /.config/rofi/clip.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/rofi/clip.rasi -------------------------------------------------------------------------------- /.config/rofi/emoji.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/rofi/emoji.rasi -------------------------------------------------------------------------------- /.config/rofi/launcher.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/rofi/launcher.rasi -------------------------------------------------------------------------------- /.config/rofi/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/rofi/shared/colors.rasi -------------------------------------------------------------------------------- /.config/rofi/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/rofi/shared/fonts.rasi -------------------------------------------------------------------------------- /.config/rofi/wall.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/rofi/wall.rasi -------------------------------------------------------------------------------- /.config/sherlock/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/sherlock/config.toml -------------------------------------------------------------------------------- /.config/sherlock/fallback.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/sherlock/fallback.json -------------------------------------------------------------------------------- /.config/sherlock/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/sherlock/main.css -------------------------------------------------------------------------------- /.config/sherlock/sherlock_actions.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /.config/sherlock/sherlock_alias.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /.config/sherlock/sherlockignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/sherlock/theme.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/starship.toml -------------------------------------------------------------------------------- /.config/sway/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/sway/config -------------------------------------------------------------------------------- /.config/swaync/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/swaync/config.json -------------------------------------------------------------------------------- /.config/swaync/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/swaync/style.css -------------------------------------------------------------------------------- /.config/sxhkd/sxhkdrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/sxhkd/sxhkdrc -------------------------------------------------------------------------------- /.config/systemd/user/aria2c.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/systemd/user/aria2c.service -------------------------------------------------------------------------------- /.config/systemd/user/sunshine.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/systemd/user/sunshine.service -------------------------------------------------------------------------------- /.config/thorium-flags.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/thorium-flags.conf -------------------------------------------------------------------------------- /.config/tmux/tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/tmux/tmux.conf -------------------------------------------------------------------------------- /.config/tmux/tmux_renumber.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/tmux/tmux_renumber.sh -------------------------------------------------------------------------------- /.config/waybar/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/waybar/config.jsonc -------------------------------------------------------------------------------- /.config/waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/waybar/style.css -------------------------------------------------------------------------------- /.config/wlogout/layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/wlogout/layout -------------------------------------------------------------------------------- /.config/wlogout/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/wlogout/style.css -------------------------------------------------------------------------------- /.config/xdg-desktop-portal/hyprland-portals.conf: -------------------------------------------------------------------------------- 1 | [preferred] 2 | default=hyprland;kde 3 | 4 | -------------------------------------------------------------------------------- /.config/yazi/keybinds.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/yazi/keybinds.conf -------------------------------------------------------------------------------- /.config/yazi/theme.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/yazi/theme.toml -------------------------------------------------------------------------------- /.config/yazi/theme.toml-1749315650841365: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/yazi/theme.toml-1749315650841365 -------------------------------------------------------------------------------- /.config/yazi/yazi.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/yazi/yazi.toml -------------------------------------------------------------------------------- /.config/yazi/yazi.toml-1749315650811688: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/yazi/yazi.toml-1749315650811688 -------------------------------------------------------------------------------- /.config/zathura/zathurarc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/zathura/zathurarc -------------------------------------------------------------------------------- /.config/zed/.tmp3KNyBK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/zed/.tmp3KNyBK -------------------------------------------------------------------------------- /.config/zed/.tmpCi2tQJ: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpG8NiLr: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpHcPNeU: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpMkffHP: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpMpKFMA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/zed/.tmpMpKFMA -------------------------------------------------------------------------------- /.config/zed/.tmpNRmI29: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpP7a20T: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpQ8z6Nd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpQaOfEB: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpQzjyN6: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpThVuxK: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpTua96k: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpTvGa5B: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpTwbP3F: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpWjD73S: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpe182IJ: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpfkLAg1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmphYEJnz: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpi7LpJO: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpm7gL1E: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpmRTXF9: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpnuOk1M: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpoca0lH: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpq2ck3c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmprR6qnH: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmputBCyT: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpyCL22x: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/.tmpyUpQ9F: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/keymap.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/zed/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.config/zed/settings.json -------------------------------------------------------------------------------- /.ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.ignore -------------------------------------------------------------------------------- /.prettierrc.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.prettierrc.toml -------------------------------------------------------------------------------- /.scripts/a_good_screenshoting_method_unlike_shitty_gnome_shell_one.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/a_good_screenshoting_method_unlike_shitty_gnome_shell_one.sh -------------------------------------------------------------------------------- /.scripts/adb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/adb.sh -------------------------------------------------------------------------------- /.scripts/battery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/battery.sh -------------------------------------------------------------------------------- /.scripts/border.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/border.sh -------------------------------------------------------------------------------- /.scripts/brightness_ctl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/brightness_ctl.sh -------------------------------------------------------------------------------- /.scripts/clip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/clip.sh -------------------------------------------------------------------------------- /.scripts/dec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/dec.sh -------------------------------------------------------------------------------- /.scripts/decorations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/decorations.sh -------------------------------------------------------------------------------- /.scripts/flickerborder.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/flickerborder.sh -------------------------------------------------------------------------------- /.scripts/grim_ocr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/grim_ocr.sh -------------------------------------------------------------------------------- /.scripts/grimblast.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/grimblast.sh -------------------------------------------------------------------------------- /.scripts/gsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/gsettings -------------------------------------------------------------------------------- /.scripts/gsettings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/gsettings.sh -------------------------------------------------------------------------------- /.scripts/hyprland_floating_monitor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/hyprland_floating_monitor.sh -------------------------------------------------------------------------------- /.scripts/iommu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/iommu.sh -------------------------------------------------------------------------------- /.scripts/ipv6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/ipv6.sh -------------------------------------------------------------------------------- /.scripts/keybinds-rofi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/keybinds-rofi.sh -------------------------------------------------------------------------------- /.scripts/lfub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/lfub -------------------------------------------------------------------------------- /.scripts/lock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/lock.sh -------------------------------------------------------------------------------- /.scripts/maim_ocr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/maim_ocr.sh -------------------------------------------------------------------------------- /.scripts/mic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/mic.sh -------------------------------------------------------------------------------- /.scripts/normal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/normal.sh -------------------------------------------------------------------------------- /.scripts/ocr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/ocr.sh -------------------------------------------------------------------------------- /.scripts/pasters.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/pasters.sh -------------------------------------------------------------------------------- /.scripts/playerctl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/playerctl.sh -------------------------------------------------------------------------------- /.scripts/portals.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/portals.sh -------------------------------------------------------------------------------- /.scripts/powerprofilecycle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/powerprofilecycle.sh -------------------------------------------------------------------------------- /.scripts/proton.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/proton.sh -------------------------------------------------------------------------------- /.scripts/record-screen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/record-screen.sh -------------------------------------------------------------------------------- /.scripts/reddit-wallpaper-downloader.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/reddit-wallpaper-downloader.sh -------------------------------------------------------------------------------- /.scripts/rofi-network-manager.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/rofi-network-manager.sh -------------------------------------------------------------------------------- /.scripts/sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/sed -------------------------------------------------------------------------------- /.scripts/sleep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/sleep.sh -------------------------------------------------------------------------------- /.scripts/start-windows.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/start-windows.sh -------------------------------------------------------------------------------- /.scripts/status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/status.sh -------------------------------------------------------------------------------- /.scripts/swap-workspace.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/swap-workspace.sh -------------------------------------------------------------------------------- /.scripts/swaybg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/swaybg.sh -------------------------------------------------------------------------------- /.scripts/unlockp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/unlockp.sh -------------------------------------------------------------------------------- /.scripts/vfio.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/vfio.sh -------------------------------------------------------------------------------- /.scripts/volume_ctl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/volume_ctl.sh -------------------------------------------------------------------------------- /.scripts/wallpaper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/wallpaper.sh -------------------------------------------------------------------------------- /.scripts/wf-rec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.scripts/wf-rec -------------------------------------------------------------------------------- /.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.vimrc -------------------------------------------------------------------------------- /.xbindkeysrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.xbindkeysrc -------------------------------------------------------------------------------- /.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/.zshrc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /binds.kksrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/binds.kksrc -------------------------------------------------------------------------------- /gnome-settings.dconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/gnome-settings.dconf -------------------------------------------------------------------------------- /hmm/Google Sans Text/Google Sans Text Bold Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/hmm/Google Sans Text/Google Sans Text Bold Italic.ttf -------------------------------------------------------------------------------- /hmm/Google Sans Text/Google Sans Text Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/hmm/Google Sans Text/Google Sans Text Bold.ttf -------------------------------------------------------------------------------- /hmm/Google Sans Text/Google Sans Text Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/hmm/Google Sans Text/Google Sans Text Italic.ttf -------------------------------------------------------------------------------- /hmm/Google Sans Text/Google Sans Text Medium Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/hmm/Google Sans Text/Google Sans Text Medium Italic.ttf -------------------------------------------------------------------------------- /hmm/Google Sans Text/Google Sans Text Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/hmm/Google Sans Text/Google Sans Text Medium.ttf -------------------------------------------------------------------------------- /hmm/Google Sans Text/Google Sans Text Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/hmm/Google Sans Text/Google Sans Text Regular.ttf -------------------------------------------------------------------------------- /hmm/JetBrains Mono Medium Nerd Font Complete.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/hmm/JetBrains Mono Medium Nerd Font Complete.ttf -------------------------------------------------------------------------------- /hmm/Product Sans Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/hmm/Product Sans Regular.ttf -------------------------------------------------------------------------------- /hmm/bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/hmm/bat -------------------------------------------------------------------------------- /hmm/black.qbtheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/hmm/black.qbtheme -------------------------------------------------------------------------------- /init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/init.lua -------------------------------------------------------------------------------- /python plugins/academictorrents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/academictorrents.py -------------------------------------------------------------------------------- /python plugins/anidex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/anidex.py -------------------------------------------------------------------------------- /python plugins/bt4g.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/bt4g.py -------------------------------------------------------------------------------- /python plugins/btetree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/btetree.py -------------------------------------------------------------------------------- /python plugins/btmulu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/btmulu.py -------------------------------------------------------------------------------- /python plugins/cinecalidad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/cinecalidad.py -------------------------------------------------------------------------------- /python plugins/cpasbien.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/cpasbien.py -------------------------------------------------------------------------------- /python plugins/darklibria.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/darklibria.py -------------------------------------------------------------------------------- /python plugins/dmhyorg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/dmhyorg.py -------------------------------------------------------------------------------- /python plugins/elitetorrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/elitetorrent.py -------------------------------------------------------------------------------- /python plugins/ettv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/ettv.py -------------------------------------------------------------------------------- /python plugins/extratorrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/extratorrent.py -------------------------------------------------------------------------------- /python plugins/glotorrents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/glotorrents.py -------------------------------------------------------------------------------- /python plugins/ilcorsaronero.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/ilcorsaronero.py -------------------------------------------------------------------------------- /python plugins/kickass_torrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/kickass_torrent.py -------------------------------------------------------------------------------- /python plugins/linuxtracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/linuxtracker.py -------------------------------------------------------------------------------- /python plugins/magnetdl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/magnetdl.py -------------------------------------------------------------------------------- /python plugins/maxitorrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/maxitorrent.py -------------------------------------------------------------------------------- /python plugins/mejor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/mejor.py -------------------------------------------------------------------------------- /python plugins/nyaapantsu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/nyaapantsu.py -------------------------------------------------------------------------------- /python plugins/nyaasi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/nyaasi.py -------------------------------------------------------------------------------- /python plugins/one337x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/one337x.py -------------------------------------------------------------------------------- /python plugins/oxtorrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/oxtorrent.py -------------------------------------------------------------------------------- /python plugins/pantsu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/pantsu.py -------------------------------------------------------------------------------- /python plugins/pctmix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/pctmix.py -------------------------------------------------------------------------------- /python plugins/pctreload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/pctreload.py -------------------------------------------------------------------------------- /python plugins/rutor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/rutor.py -------------------------------------------------------------------------------- /python plugins/smallgames.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/smallgames.py -------------------------------------------------------------------------------- /python plugins/snowfl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/snowfl.py -------------------------------------------------------------------------------- /python plugins/torrentfunk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/torrentfunk.py -------------------------------------------------------------------------------- /python plugins/yourbittorrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/yourbittorrent.py -------------------------------------------------------------------------------- /python plugins/yts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/yts.py -------------------------------------------------------------------------------- /python plugins/yts_am.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/python plugins/yts_am.py -------------------------------------------------------------------------------- /tilde.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/tilde.html -------------------------------------------------------------------------------- /win10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/structnull/dotfiles/HEAD/win10.xml --------------------------------------------------------------------------------