Skip to content

Instantly share code, notes, and snippets.

View skifli's full-sized avatar
:shipit:
contemplating life choices

skifli

:shipit:
contemplating life choices
View GitHub Profile
@linhusp
linhusp / dolphin_and_kde_file_picker_on_niri.md
Last active September 8, 2026 23:39
(Not Really) A Guide To Setup Dolphin & KDE File Picker On Niri - Arch Linux

(Not Really) A Guide To Setup Dolphin & KDE File Picker On Niri - Arch Linux

My Thought On Making This

I have looked around online and noticed a lot of users that moved to Niri come from KDE, or were using Dolphin on their previous WM/DE and want to use it on Niri. The problem is that unlike Nautilus, the Dolphin experience on Niri is not out of the box, it has a lot of issues. 90% of the time you open Dolphin the first time it doesn't work properly and it looks horrible. So I try to write this to stealgather all the fixes that I have found and turn it into a guide for newcomers to make Dolphin functions as close as it was on KDE.

This guide focuses on Vanilla Niri. I personally don't use any plugin or theming shell so I don't know exactly how they work.

At the time I'm writing this I'm thinking of upload it into a gist or something at some point, to make it easier to update things and to access/download. Edit: gist

@fred-drake
fred-drake / vicinae.nix
Created August 14, 2025 22:32
vicinae 0.0.5 in nix
{
lib,
stdenv,
fetchFromGitHub,
cmake,
ninja,
nodejs,
qt6,
qt6Packages,
kdePackages,

ultimate discord workflow

inspired by the primeagen's philosophy of never searching with eyes. go to the most frequently visited places in one keystroke, go to less frequently visited places with fuzzy finding, avoid any mental overhead as much as possible.

very keyboard centric, fit for managing bajillion discord servers without getting lost or overwhelmed by notifications. dont miss important things, ignore unimportant things.

grey dot

at the core of my workflow, is an experimental discord feature that called "grey dot". it allows you to never miss on the important messages, and ignore the unimportant messages.

@teknolog1k
teknolog1k / NixOS_UsernameChange.md
Created February 10, 2025 02:58
Instructions on how to change a user's username on NixOS whilst preserving their home directory

Changing a NixOS user's username without breaking everything

A step-by-step guide to not deleting your entire home directory.

Disclaimer:

I do not know what I am doing. I am not some secret Nix expert. Most importantly, I am not immune to things changing unexpectedly and rendering this guide worthless or actively detrimental. By following this guide, you assume the risk of things not working out properly, including, but not limited to:

  • Deleting your home directory
  • Leaving you unable to log in due to no user password being set
  • Things going wrong in new and unexpected ways that neither of us could have reasonably expected
from concurrent.futures import ThreadPoolExecutor
import time
import requests
import os
import re
import logging
PLAYLIST_URL = "https://api.spotifydown.com/trackList/playlist/{}"
TRACK_URL = "https://api.spotifydown.com/download/{}"
DOWNLOAD_PATH = r"C:\Users\USERNAME\Desktop\tracklist-1"
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active September 9, 2026 06:29
Complete Recent Discord Quest

Caution

As of August 26th 2026, Discord has started suspending quest access of people caught automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you WILL get flagged by doing so.

Complete Recent Discord Quest

@TrevTV
TrevTV / ArcOn10.md
Last active September 7, 2026 10:59
Guide to installing Arc Browser on Windows 10

NOTICE: Arc now supports Windows 10 officially. This guide is no longer necessary.

As this is not an official way of installing Arc, if you encounter any issues do NOT report them to the developers, they did not intend for people to be running Arc on Windows 10.

@romkatv
romkatv / migrate-zsh-dotfiles.zsh
Last active August 15, 2026 15:47
Migrate zsh dotfiles from the home directory to another directory on the same machine
# This command moves your zsh dotfiles (.zshrc, .zsh_history, etc.)
# from the home directory to ~/.config/zsh. It's been verified to
# work correctly if you are using zsh4humans. With other zsh configs
# your mileage may vary.
#
# How to:
#
# 1. Close all terminals except one.
# 2. Copy-paste this command into the only remaining terminal.
() {