Skip to content

Instantly share code, notes, and snippets.

View notquitethereyet's full-sized avatar

quiet notquitethereyet

  • University of California, Riverside
View GitHub Profile
@notquitethereyet
notquitethereyet / easy arch installation guide
Last active July 4, 2022 17:11
A simple, laid back installation guide for Arch Linux (from scratch)
##ARCH SCRIPT##
### installing to wireless
iwctl
help
device list
#set device to scan mode
station wlan0 scan
station wlan0 get-networks
station wlan0 connect wifi-name
station wlan0 show
@notquitethereyet
notquitethereyet / EnvyControl - NVIDIA-PRIME
Created July 2, 2022 17:41
Using Nvidia-Prime to switch to dedicated nvidia GPU instead of integrated intel gpu for high performance tasks
sudo pacman -Syyu
sudo pacman -S nvidia
## to see list of video renderers available on system
lspci -k | grep -A 2 -E "(VGA|3D)"
## installing envycontrol
yay -S envycontrol
reboot
envycontrol --query
sudo envycontrol -s integrated/nvidia/hybrid
@notquitethereyet
notquitethereyet / Japanese input
Last active July 6, 2022 18:43
Adding Japanese phonetic keyboard to Arch Linux
Installing Japanese keyboard on Arch based Linux distros
=========================================================
sudo sed -i '/ja_JP/s/^/#/g' /etc/locale.gen #to uncomment
sudo locale-gen
sudo pacman -S fcitx5-im #install all of them
sudo pacman -S fcitx5-mozc
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export SDL_IM_MODULE=fcitx
@notquitethereyet
notquitethereyet / red_dead _2
Created July 7, 2022 13:43
Launch options for red dead redemption 2
PROTON_HIDE_NVIDIA_GPU=0 PROTON_ENABLE_NVAPI=1 %command% -vulkan -USEALLAVAILABLECORES -cpuLoadRebalancing -high -ignorepipelinecache
@notquitethereyet
notquitethereyet / custom_config.txt
Last active August 9, 2022 15:27
My archcraft config
###pinejinx alias in .zshrc
alias pinejinx='bash -c "$(curl -s https://raw.githubusercontent.com/edisionnano/Pine-jinx/main/pinejinx.sh)"'
then run `source ~/.zshrc`
### in openbox autostart
nordvpn c sg &
#flameshot &
@notquitethereyet
notquitethereyet / asus_kbd_light.sh
Created September 5, 2023 16:09
backlight and brightness control on X11
#!/bin/bash
usage="
Asus Keyboard Brightness Control
================================
Usage :
Increase : ./asus_kbd_light.sh up
Decrease : ./asus_kbd_light.sh down
Maximum : 3
@notquitethereyet
notquitethereyet / readme.md
Last active November 20, 2023 08:33
How to export wavelet EQs for headphones

grab measurements from this page. You can grab the raw data and put it in a .csv file

Go to Rohsa's tool.

Press "Upload FR" and select the measurement of the set you're going to EQ.

Press "Upload Target" and select the set you want it to sound like. (Otherwise it will AutoEQ to the currently selected target)

Press the "AutoEQ" button at the bottom and let it do it's thing.