Skip to content

Instantly share code, notes, and snippets.

@natholdallas
natholdallas / MangHud.conf
Last active April 16, 2025 06:54
MangoHud conf
legacy_layout=false
vsync
trilinear
af=16
horizontal
round_corners=0
background_alpha=0.5
background_color=000000
@natholdallas
natholdallas / waylandcmd
Created April 16, 2025 06:52
Enable wayland with electron app args
--new-window --enable-features=UseOzonePlatform --ozone-platform-hint=auto --enable-wayland-ime
@natholdallas
natholdallas / steamfix
Created April 16, 2025 06:44
Fix steam path accord with XDG standard
#! /usr/bin/bash
export fake_home="$XDG_DATA_HOME/Steam/home"
mkdir -p "$fake_home"
link_home_file() {
link_name="${1/#$HOME/$fake_home}"
if [[ ! -e "$link_name" ]]; then
ln -s "$1" "$link_name"
fi
@natholdallas
natholdallas / alias.kt
Last active April 7, 2024 02:26
SpringBoot-Typealias
/*
* Copyright 2023 NatholDallas
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@natholdallas
natholdallas / Kmarkdown4J.java
Last active April 7, 2024 02:23
Kmarkdown formater for Java
/*
* Copyright 2023 NatholDallas
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software