Skip to content

Latest commit

ย 

History

533 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 

Repository files navigation



swayXde

My attempt to create a desktop environment for Sway

Installation

There is no installation script yet, but in the meantime you can clone the repo and copy the contents of the ./config folder into your ./config folder.

Example:

git clone https://github.com/p2ndemic/dotfiles.git
cp -r dotfiles/.config/* ~/.config

TODO

  • Add installation script
  • Better documentation

Screenshots

๐Ÿ–ฅ๏ธ OS & Core Components

Module Type Module Name Optional Note
๐Ÿ’ป OS Arch Linux CachyOS
๐Ÿง Kernel linux-prjc-lfbmq Benchmark
๐Ÿ—ƒ๏ธ File System Utils efitools ยท smartmontools ยท xfsprogs ยท f2fs-tools ยท e2fsprogs ยท dosfstools ยท exfatprogs ยท ntfs-3g ยท squashfs-tools ยท gparted nfs-utils ยท nilfs-utils Arch Wiki โžŸ xfs_config โžŸ sudo systemctl enable --now fstrim.timer โžŸ sudo systemctl enable --now xfs_scrub_all.timer
๐Ÿ”ง Hardware Utils dmidecode ยท hwdetect ยท hdparm ยท lsscsi ยท sg3_utils ยท usbutils hwinfo ยท dmraid
๐Ÿ•’ NTP
Daemon
systemd-timesyncd chrony Arch Wiki โžŸ timesyncd_config โžŸ sudo systemctl enable --now systemd-timesyncd.service
โšก Power Management upower ยท poweralertd ยท tuned ๏นข [ systemtap ยท wireless_tools ยท x86_energy_perf_policy ] tuned-ppd ยท laptop-mode-tools Arch Wiki โžŸ tuned Wiki โžŸ sudo systemctl enable --now tuned.service โžŸ systemctl --user enable --now poweralertd.service
๐Ÿ“ฆ Package Management pacman-contrib ๏นข plocate ยท pkgfile ยท reflector ยท rebuild-detector ยท git ยท octopi Arch Wiki
๐ŸงŠ Archiving & Compression zlib-ng ยท zlib-ng-compat ยท libarchive ยท 7zip ยท arqiver unzip ยท unrar
๐Ÿ…ฐ๏ธ Font rendering freetype2 ยท fontconfig
๐Ÿง™ AUR Helpers chaotic-aur ยท yay paru ๐Ÿ’€ ะกhaotic Wiki

๐Ÿงฌ Drivers & Firmware

Module Type Module Name Optional Note
โš™๏ธ Linux Firmware linux-firmware ยท sof-firmware fwupd Arch Wiki ยท SOF Doc ยท fwupd Wiki

๐Ÿ”น Intel Drivers

Module Type Module Name Optional Note
๐Ÿ”น Intel Microcode intel-ucode
๐Ÿ”น Intel
Vulkan
mesa ยท vulkan-intel ยท vulkan-icd-loader ยท vulkan-headers ยท vulkan-mesa-layers ยท vulkan-tools ยท mesa-utils vulkan-validation-layers ยท vulkan-extra-layers Arch Wiki ยท Mesa Doc
๐Ÿ”น Intel OpenCL intel-compute-runtime ยท opencl-headers ยท ocl-icd opencl-icd-loader Arch Wiki โžŸ env OCL_ICD_VENDORS=/etc/OpenCL/vendors/intel.icd
๐Ÿ”น Intel
VA-API
intel-media-driver ยท vpl-gpu-rt ยท libvpl-tools Arch Wiki โžŸ env LIBVA_DRIVER_NAME=iHD
1๏ธโƒฃ oneAPI level-zero-loader ยท level-zero-headers
๐ŸŒก๏ธ Intel Thermal Daemon intel-lpmd thermald Arch Wiki โžŸ sudo systemctl enable --now thermald (Not recommended on laptops, as it may cause lag)
๐Ÿงช Intel
GPU Tools
optional intel-gpu-tools
๐Ÿ”ง adriconf optional adriconf

๐Ÿ”ธ AMD Drivers

Module Type Module Name Optional Note
๐Ÿ”ธ AMD Microcode amd-ucode Arch Wiki
๐Ÿ”ธ AMD
Vulkan
mesa ยท vulkan-radeon ยท vulkan-icd-loader ยท vulkan-headers ยท vulkan-mesa-layers ยท vulkan-tools ยท mesa-utils vulkan-validation-layers ยท vulkan-extra-layers Arch Wiki ยท Mesa Doc
๐Ÿ”ธ AMD OpenCL opencl-mesa ยท opencl-headers ยท ocl-icd rocm-opencl-runtime ยท opencl-icd-loader Arch Wiki โžŸ env RUSTICL_ENABLE=radeonsi
๐Ÿ”ธ AMD
VA-API
mesa Arch Wiki โžŸ env LIBVA_DRIVER_NAME=radeonsi
๐Ÿ”ง adriconf optional adriconf

๐ŸŒ Network Drivers & Utils

Module Type Module Name Optional Note
๐Ÿ”น Network Drivers & Utils ethtool ยท iwd ยท wireless-regdb ยท xl2tpd nss-mdns iwd_config โžŸ wireless-regdom_config โžŸ rfkill unblock wlan
๐Ÿ”น Network Management Service systemd-networkd networkmanager ยท usb_modeswitch ยท modemmanager ยท networkmanager_plugins Arch Wiki โžŸ systemd-networkd_ethernet_config โžŸ systemd-networkd_wlan_config โžŸ sudo systemctl disable --now NetworkManager wpa_supplicant && sudo systemctl enable --now iwd systemd-networkd systemd-resolved โžŸ sudo ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf ยท Optional: nm_config โžŸ nm_dns_config โžŸ sudo systemctl enable --now NetworkManager.service
๐Ÿ”น DNS Resolver systemd-resolved unbound ยท dnsconfd Arch Wiki โžŸ systemd-resolved_config โžŸ sudo systemctl enable --now systemd-resolved.service โžŸ [disable Avahi] โžŸ sudo systemctl disable --now avahi-daemon.service avahi-daemon.socket โžŸ sudo systemctl mask avahi-daemon.service avahi-daemon.socket
๐ŸŒ ... Connect to a Network iwd ๏นข iwgtk iwd Wiki โžŸ iwd Man โžŸ iwd_config โžŸ Connect to a network โžŸ [Command line mode] โžŸ iwctl --help โžŸ iwctl device list โžŸ iwctl station DEVICE scan โžŸ iwctl station DEVICE get-networks โžŸ iwctl --passphrase=PASSPHRASE station DEVICE connect SSID | [Interactive mode] โžŸ iwctl โžŸ help โžŸ ...

๐ŸŽง Sound Drivers & Codecs

Module Type Module Name Optional Note
๐ŸŽ›๏ธ ALSA alsa-firmware ยท alsa-utils ยท alsa-plugins ยท alsa-card-profiles Arch Wiki
๐Ÿ”Š Piperwire pipewire ยท pipewire-alsa ยท pipewire-pulse ยท pwvucontrol pipewire-jack ยท pipewire-libcamera ยท pavucontrol Arch Wiki โžŸ systemctl --user enable --now pipewire โžŸ systemctl --user enable --now pipewire-pulse
๐Ÿช„ Wireplumber & Utils wireplumber ยท rtkit ยท realtime-privileges ยท sound-theme-freedesktop Arch Wiki โžŸ systemctl --user enable --now wireplumber โžŸ sudo systemctl enable --now rtkit-daemon.service
๐ŸŒŠ GStreamer gst-libav ยท gst-plugin-va ยท gst-plugins-base ยท gst-plugins-bad ยท gst-plugins-good ยท gst-plugins-ugly ยท gst-plugin-pipewire env GST_VA_ALL_DRIVERS=1
๐Ÿ“ผ FFmpeg ffmpeg nano-ffmpeg
๐Ÿ“‘ Misc ffmpegthumbnailer ยท libdvdcss ยท libopenraw easyeffects

๐Ÿ”น Bluetooth Drivers & Utils

Module Type Module Name Optional Note
๐Ÿ”น Bluetooth Drivers bluez ยท bluez-libs ยท bluez-utils ยท bluez-hid2hci bluez-obex Arch Wiki โžŸ rfkill unblock bluetooth โžŸ sudo systemctl enable --now bluetooth.service
๐Ÿ”น Bluetooth Utils blueman overskride

๐Ÿงฉ Wayland Stack

Module Type Module Name Alternative
๐Ÿ”ฐ Wayland Compositor sway | labwc mango | niri
๐Ÿ“œ Wayland Protocols wayland-protocols ๏นข wlr-protocols ๏นข frog-protocols
๐Ÿ“— Wayland Integration egl-wayland ยท xorg-xwayland ๏นข [ xorg-xrandr ยท xorg-xprop ยท xorg-xrdb ] ยท qt5-wayland ยท qt6-wayland ยท libinput-tools
๐Ÿงต Wayland Session Manager uwsm ๏นข [ util-linux ยท libnewt ยท inotify-tools ]
๐Ÿ” Authentication Agent polkit ยท polkit-gnome lxqt-policykit
๐ŸŒ€ XDG Portal Backend xdg-desktop-portal ยท xdg-desktop-portal-wlr ยท xdg-desktop-portal-gtk xdg-desktop-portal-lxqt
๐Ÿ—‚๏ธ XDG User Dirs & Utils xdg-user-dirs ยท xdg-utils
๐Ÿ‘ค User Account Service none accountsservice
๐ŸชŸ Display Manager none greetd ๏นข regreet | ly

๐Ÿš Terminal & Shell

Module Type Module Name Alternative
๐ŸŸ Shell fish
๐Ÿ’ซ Shell Enhancers fastfetch ๏นข starship ๏นข navi ๏นข bash-completion
๐Ÿ“Ÿ Terminal Emulator foot
๐Ÿš€ App Launcher fuzzel ๏นข fuzzel-custom-menu ๏นข fuzzel-powermenu walker

๐Ÿ”ฐ WC Core Modules

Module Type Module Name Optional Alternative
๐Ÿ–ฅ๏ธ Display Management wlr-randr ๏นข kanshi nwg-displays
โ˜„๏ธ Status Bar waybar DankMaterialShell
๐Ÿ’พ Device & Volume Management udiskie pcmanfm-qt ๏นข gvfs
๐Ÿ–ผ๏ธ Wallpaper Management swaybg ๏นข waypaper | azote pcmanfm-qt
๐Ÿ’ค Idle Management swayidle
๐Ÿ”’ Screen Lock swaylock ๏นข wlopm chayang
๐Ÿ”” Notification Daemon mako fnott ยท nwg-notifications
๐Ÿ“‹ Clipboard Management wl-clipboard-rs ๏นข wl-clip-persist ๏นข cliphist ๏นข fuzzel-cliphist.sh wl-clipboard ยท clipse ยท cursor-clip
๐ŸŽด OSD / Overlay wob ๏นข wob-brightness.sh ๏นข wob-volume.sh
๐Ÿ”† Brightness Control brightnessctl gammastep ยท wlsunset ยท wluma

๐Ÿ”ฐ WC Specific Modules

๐Ÿ”น Sway

Module Type Module Name Unit Note
๐Ÿ”น Display Management sway internal
๐Ÿ”น Status Bar waybar waybar.service sway_waybar_config โค systemctl --user enable --now waybar.service
๐Ÿ”น Device
Automount
udiskie udiskie.service udisks Wiki โค udiskie Wiki โค systemctl --user enable --now udiskie.service
๐Ÿ”น Wallpaper Management swaybg swaybg.service systemctl --user enable --now swaybg.service
๐Ÿ”น Autotiling autotiling-rs autotiling-rs.service systemctl --user enable --now autotiling-rs.service
๐Ÿ”น Window
Switcher
wswitch | snappy-switcher systemctl --user enable --now .service

๐Ÿ”ธ Labwc

Module Type Module Name Unit Note
๐Ÿ”ธ Display Management wlr-randr ๏นข kanshi kanshi.service kanshi_conig โค systemctl --user enable --now kanshi.service
๐Ÿ”ธ Status Bar waybar waybar.service labwc_waybar_config โค systemctl --user enable --now waybar.service
๐Ÿ”ธ Device Automount pcmanfm-qt ๏นข gvfs pcmanfm-qt.service gvfs Wiki โžŸ pcmanfm-qt Wiki โค pcmanfm-qt Daemon Mode Wiki โค env GVFS_DISABLE_FUSE=1 โค systemctl --user enable --now pcmanfm-qt.service
๐Ÿ”ธ Wallpaper Management pcmanfm-qt pcmanfm-qt.service systemctl --user enable --now pcmanfm-qt.service
๐Ÿ”ธ Keyboard state monitor xkb-monitor waybar_config

๐ŸŽจ Theming & Appearance

Module Type Module Name Optional
๐Ÿ”ธ Theme Manager none qt6ct ยท matugen ยท nwg-look ยท waypaper
๐Ÿ”ธ GTK Theme libadwaita ยท adw-gtk3 whale
๐Ÿ”ธ Qtโ€‹
Theme
none kvlibadwaita ยท whale
๐Ÿ”ธ Fonts terminus-font โค ttf-ibm-plex โค ttf-jetbrains-mono โค ttf-roboto โค ttf-roboto-mono โค adwaita-fonts โค noto-fonts โค noto-fonts-cjk โค ttf-dejavu โค ttf-liberation ttf-hack ยท ttf-fira-code ยท ttf-fira-mono ยท cascadia-code
๐Ÿ”ธ Nerd Fonts ttf-ibmplex-mono-nerd โค ttf-jetbrains-mono-nerd โค ttf-roboto-mono-nerd โค otf-font-awesome awesome-terminal-fonts
๐Ÿ”ธ Emoji noto-fonts-emoji ๏นข noto-color-emoji-fontconfig bemoji ยท ttf-twemoji-color โค sudo ln -sf /usr/share/fontconfig/conf.avail/46-ttf-twemoji-color.conf /etc/fonts/conf.d/46-ttf-twemoji-color.conf
๐Ÿ”ธ Icons Nimux-Adwaita โค Numix โค MoreWaita โค Adwaita Numix-Circle

๐ŸŽฎ Gaming

Module Type Module Name Optional
๐Ÿ”น Laucher primary
๐Ÿ”น Laucher secondary
๐Ÿ”น Proton
๐Ÿ”น Wine
๐Ÿ”น DXVK dxvk-low-latency ยท dxvk-gplasync
๐Ÿ”น VRAM MAnagement dmemcg-booster ยท
๐Ÿ”น Misc innoextract ยท

๐Ÿ“ฆ Applications

Module Type Module Name Optional Alternative
๐Ÿ”ง CLI curl ยท wget ยท rsync ยท jq ยท socat ยท bat ยท eza ยท fzf ยท inxi ยท openssh ยท duf ยท caligula ripgrep ยท fd ยท pv ยท fsarchiver broot | zoxide | skim | trash-cli
๐Ÿ Python Packages uv ยท defusedxml
๐Ÿ“ File Manager pcmanfm-qt yazi
๐Ÿ“ GUI Text Editor zed vscode | notepadNext | featherpad | pragtical ยท lite-xl
๐Ÿ“ Terminal Text Editor micro ยท nano ๏นข nano-syntax-highlighting fresh | orbiton
๐ŸŒ„ Image Viewer oculante
๐Ÿ“– PDF Reader zathura ๏นข zathura-pdf-mupdf zathura-djvu ยท zathura-cb ยท zathura-ps
๐ŸŒŽ Browser firefox ยท brave ยท helium
๐Ÿงฐ Monitoring btop ยท mission-center ยท kmon glances | trippy | nvtop | systemd-manager-tui | pik | sniffnet
๐Ÿ“ท Screenshot screengrab grimshot | wayshot | shotman | satty | wayscriber
๐Ÿ“น Screencast gpu-screen-recorder ยท obs wf-recorder
๐ŸŽฌ Media Player mpv ๏นข [mpv-ctl.sh ๏นข ff2mpv]
yt-dlp ๏นข [python-brotli ๏นข python-websockets ๏นข python-curl_cffi ๏นข python-mutagen ๏นข python-pycryptodomex]
mpris-ctl
๐ŸŽต Audio Player & Visualizer rmpc ๏นข cava ncspot musializer
๐Ÿ“ Diff tools meld
๐Ÿ”ง Misc xdg-ninja
๐ŸŒง๏ธ Terminal Visuals tenki ยท ascii-rain
๐Ÿ—’๏ธ Notes obsidian | AppFlowy + notesnook | planify
UML AFFiNE
๐Ÿ”– Bookmark Manager raindrop
Firewall opensnitch ยท firewalld ๏นข [firewall-config ยท firewall-applet]

| ๐Ÿ”ง Useful utils | profile-cleaner https://github.com/tw93/pake | | Markdown editor | obsidian ๏นข notesmd-cli |


Other

Module Type Module Name
Misc. Tools arch-update ยท neohtop ยท s-tui ยท netdata ยท iotop ยท powertop ยท wavemon ยท fselect ยท rainfrog ยท usql ยท delta wayfreeze ยท hyprfreeze ยท woomer

https://wiki.gentoo.org/wiki/Sway
https://habr.com/ru/articles/484378/
https://fedoraproject.org/wiki/SIGs/Sway
https://gitlab.com/fedora/sigs/sway/sway-config-fedora
https://github.com/alebastr/dotfiles
https://github.com/madic-creates/Sway-DE/blob/master/config/sway/sway.d/01_general.conf
https://valerioviperino.me/sway-fresh-start/
https://claromes.com/blog/customizing-my-micro-editor
https://fig.io/manual/micro
https://forum.garudalinux.org/t/mastering-the-micro-text-editor/32889/13

https://github.com/aceydot/swaydots
https://codeberg.org/stdrice/pengurice
https://taingram.org/blog/sway-tips.html
https://gist.github.com/Ashe/b1bf084206c17e984eb26e63f0fb9f59
https://github.com/topics/sway
https://ctlos.github.io/wiki/wm/sway/
https://github.com/dawsers/scroll - ั‚ัƒั‚ ะพะฟะธัะฐะฝั‹ ะฟะพะปะตะทะฝั‹ะต ะฝะฐัั‚ั€ะพะนะบะธ Sway ะธ ะตะณะพ ั„ะพั€ะบะฐ Scroll. ะฃะบะฐะทะฐะฝั‹ ะฟะพะปะตะทะฝั‹ะต ะฟะตั€ะตะผะตะฝะฝั‹ะต ะพะบั€ัƒะถะตะฝะธั ะธ ั‚.ะด

ะขัƒั‚ ะผะพะถะฝะพ ะฟะพะทะฐะธะผัั‚ะฒะพะฒะฐั‚ัŒ ะฝะตะบะพั‚ะพั€ั‹ะต ั…ะพั€ะพัˆะธะต ะฝะฐัั‚ั€ะพะนะบะธ Sway | Niri ะธ ะดั€
https://git.tile-os.com/TileOS

https://labwc.github.io/hidpi-scaling-patches.html
https://github.com/snes19xx/EverCal
https://awesome-dotfiles.web.app/


Firefox tweaks:
about:config =>
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Enable WebGPU:
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
dom.webgpu.enabled = true
gfx.webgpu.ignore-blocklist = true
gfx.webrender.all = true
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Disable WebGL:
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
webgl.disabled = true
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Xdg-Desktop-Portal settings:
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
widget.use-xdg-desktop-portal.file-picker = 1
widget.use-xdg-desktop-portal.mime-handler = 1
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Disable Firefox translation [Use TWP] :
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
browser.translations.enable = false
browser.translations.automaticallyPopup = false
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Enable Adblock-Rust:
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
privacy.trackingprotection.content.protection.enabled = true
privacy.trackingprotection.content.protection.test_list_urls => https://big.oisd.nl|
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Disable Clipboard Autocopy:
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
clipboard.autocopy = false
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Filter Lists:
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
https://adguard.com/kb/ru/general/ad-filtering/adguard-filters/
https://github.com/brave/adblock-lists/
https://oisd.nl/
https://github.com/hagezi/dns-blocklists
https://forums.lanik.us/viewtopic.php?f=102&t=22512-%D0%BE-%D1%84%D0%B8%D0%BB%D1%8C%D1%82%D1%80%D0%B5-ru-adlist-%D0%B8-%D0%B4%D0%BE%D0%BF%D0%BE%D0%BB%D0%BD%D0%B5%D0%BD%D0%B8%D1%8F%D1%85
https://github.com/arkenfox/user.js/wiki/4.1-Extensions
https://github.com/yokoffing/filterlists
https://github.com/knapah/uBlockOrigin-Filterlist
https://codeberg.org/celenity/ublock-origin-settings
https://chromium.googlesource.com/chromium/src/+/cdec4ebe6701dc2a6d4134e223629fe798e3161e/chrome/test/data/policy/policy_test_cases.json
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Special Lists:
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
DACs & AMPs:
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
https://hifi-port.ru/forums/usiliteli-capy.12/
https://hifigo.com/collections/amp-dacs
https://t.me/s/HiFiport
https://www.headfonia.com/category/source/portable-source/
https://hifi-port.ru/threads/fosi-audio-magnetic-back-clip-kreplenie-capousilitelja-k-telefonu.5495/

About

My attempt to create a desktop environment for Sway

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors