Skip to content

Instantly share code, notes, and snippets.

View guacamolefumo's full-sized avatar

guacamolefumo guacamolefumo

View GitHub Profile
@DavBoot01
DavBoot01 / README.md
Last active January 22, 2026 09:47
Manage moving of workspaces among multiple monitors in hyprland

Introduction

The goal is to replicate the user experience found in KDE or Gnome, where workspaces are shared across all monitors and can be switched simultaneously.

In KDE and Gnome, there is no concept of per-monitor workspaces by default—there is a single, unified workspace that spans all monitors. It is possible to decouple them, but this is not the default behavior.

In Hyprland, each monitor has its own set of workspaces. The purpose of this script is to provide similar functionality: with a single command, all monitors switch their workspaces simultaneously and in the same direction.

Scenario

@thatanjan
thatanjan / config.jsonc
Created June 21, 2023 15:42
waybar config
[{
"include": "~/.config/hypr/waybar/modules",
"layer": "bottom",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 5,
"fixed-center": true,
"ipc": true,
@Chooks22
Chooks22 / kemono-party-downloader.user.js
Last active December 13, 2025 10:20
Bulk Downloader for Kemono.Party
// ==UserScript==
// @name Kemono Toolkit
// @namespace http://kemono.cr/
// @version 5.0.3-beta
// @author Chooks22 <chooksdev@gmail.com> (https://github.com/Chooks22)
// @description Adds features and QoL improvements to kemono.cr.
// @icon https://www.google.com/s2/favicons?sz=64&domain=kemono.cr
// @downloadURL https://gist.githubusercontent.com/Chooks22/6f28904bebe7f7cdc0a2a2b4cf6a6df1/raw
// @updateURL https://gist.githubusercontent.com/Chooks22/6f28904bebe7f7cdc0a2a2b4cf6a6df1/raw
// @match https://kemono.cr/*
@Chooks22
Chooks22 / koikatsu-linux-howto.md
Last active January 19, 2026 08:14
How To Run Koikatsu in Linux using Bottles

How To Run Koikatsu in Linux using Bottles

Installing Bottles

Bottles is a Graphical Frontend for managing your Wine Applications.

Basically it's an app that allows you to click buttons to play games instead of typing random commands you don't understand that you copy-pasted from the internet into your terminal.

For Ubuntu-based distros (apt install)

@redsfyre
redsfyre / nvfixbl.sh
Created June 9, 2021 19:07
Simple script I wrote for Arch Linux to use Nvidia brightness setting properly
#!/bin/bash
for x in \
nvidia-460.67-5-x86_64.pkg.tar.zst \
nvidia-dkms-460.67-1-x86_64.pkg.tar.zst \
nvidia-settings-460.67-1-x86_64.pkg.tar.zst \
nvidia-utils-460.67-1-x86_64.pkg.tar.zst \
; do
test -f $x || \
@MiyacoGBF
MiyacoGBF / 01_NieR_FAR.md
Last active November 22, 2025 15:29
How to Install FAR, HD Texture Pack, and ReShade (GShade) for NieR:Automata on Linux
@OdinsPlasmaRifle
OdinsPlasmaRifle / arch_linux_installation.md
Last active January 18, 2026 08:17
LVM on LUKS Arch installation with systemd-boot