Skip to content

Instantly share code, notes, and snippets.

@NeoTheFox
NeoTheFox / pg9167.conf
Created July 24, 2020 15:43
xboxdrv config for PG-9167
#iPEGA PG-9167 Config
[xboxdrv]
evdev-debug = false
evdev-grab = true
rumble = false
mimic-xpad = true
[evdev-absmap]
ABS_HAT0X = dpad_x
@NeoTheFox
NeoTheFox / kitty.conf
Last active August 6, 2021 05:47
kitty config with solarized dark theme
# vim:fileencoding=utf-8:ft=conf
# Font family. You can also specify different fonts for the
# bold/italic/bold-italic variants. By default they are derived automatically,
# by the OSes font system. Setting them manually is useful for font families
# that have many weight variants like Book, Medium, Thick, etc. For example:
# font_family Operator Mono Book
# bold_font Operator Mono Thick
# bold_italic_font Operator Mono Medium
font_family Hack
[root@Master hid]# cat 0003:256C:006D.*/rdesc
05 0d 09 01 a1 01 85 08 09 20 a0 14 25 01 75 01 09 42 09 44 09 46 95 03 81 02 95 03 81 03 09 32 95 01 81 02 95 01 81 03 95 01 a4 05 01 65 13 55 fd 75 18 34 09 30 27 5c d0 00 00 47 04 29 00 00 81 02 09 31 27 fc 80 00 00 47 64 19 00 00 81 02 b4 09 30 75 10 27 ff 1f 00 00 81 02 54 65 14 35 c4 45 3c 15 c4 25 3c 75 08 95 02 09 3d 09 3e 81 02 c0 c0 05 01 09 07 a1 01 85 f7 14 25 01 75 01 05 0d 09 39 a0 09 44 95 01 81 02 05 01 09 30 09 31 95 02 81 02 95 15 81 01 05 09 19 01 29 0a 95 0a 81 02 c0 05 01 09 05 a0 05 09 19 01 29 03 95 03 81 02 95 33 81 01 c0 c0 05 01 09 07 a1 01 85 f8 14 05 0d 09 39 a0 25 01 75 01 05 09 09 01 95 01 81 02 95 07 81 01 75 08 95 02 81 01 05 0d 0a ff ff 26 ff 00 95 01 81 02 05 01 09 38 95 01 15 00 25 07 81 02 09 30 09 31 14 25 01 75 01 95 02 81 02 95 2e 81 01 c0 c0 05 01 09 07 a1 01 85 f9 14 05 0d 09 39 a0 25 01 75 01 95 01 81 01 05 09 09 01 95 01 81 02 95 06 81 01 75 08 95 02 81 01 05 0d 0a ff ff 26 ff 00 95 01 81 02 05 01 09 38 95 01 15 ff 25 01
# i3status configuration file.
# see "man i3status" for documentation.
# It is important that this file is edited as UTF-8.
# The following line should contain a sharp s:
# ß
# If the above line is not correctly displayed, fix your editor first!
general {
colors = true
#!/usr/bin/bash
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# You would have to create an xorg.conf file for your Nvidia setup #
# before using this script! It can be done by running: #
# #
# nvidia-xconfig -o /etc/X11/xorg.conf.nvidia #
# #
# Make sure your system has eGPU connected and a monitor plugged into the GPU. #
# The reason I've never automated this is that you have to have it all plugged #
Rage.1700.342015 win-x86 Release Oct 10 2012 14:14:10
------ Initializing File System ------
Current search path:
C:/users/steamuser/Saved Games/id Software/Rage/base/
Z:/var/games/steam/steamapps/common/RAGE/base/
file system initialized.
BenchmarkGameData: ofs 0 and 0x1208090624x
46 microseconds
20 microseconds
20 microseconds
@NeoTheFox
NeoTheFox / waybar solarized.css
Created June 21, 2019 11:01
My take on solarized waybar
/* List of colors */
/* {
--base03: #002b36;
--base02: #073642;
--base01: #586e75;
--base00: #657b83;
--base0: #839496;
--base1: #93a1a1;
--base2: #eee8d5;
@NeoTheFox
NeoTheFox / i3config
Last active February 4, 2019 08:54
My daily i3 config
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
#!/bin/sh
if [ -z "$1" ]
then
echo "No argument supplied"
else
export DISPLAY=$1
fi
if pgrep Xorg > /dev/null
then
@NeoTheFox
NeoTheFox / config
Last active October 22, 2018 05:47
;Config for Lemur7 on Archlinux
[colors]
;background = ${xrdb:color0:#222}
background = #222
background-alt = #444
;foreground = ${xrdb:color7:#222}
foreground = #dfdfdf
foreground-alt = #555
primary = #ffb52a