Skip to content

Instantly share code, notes, and snippets.

View krompus's full-sized avatar
😳

Krompus krompus

😳
View GitHub Profile
@krompus
krompus / Tf2.log
Last active June 25, 2020 02:33
MESA_DEBUG=1 VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.i686.json:/usr/share/vulkan/icd.d/radeon_icd.x86_64.json %command%
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Steam client's requirements are satisfied
/home/krompus/.local/share/Steam/ubuntu12_32/steam -console
Installing breakpad exception handler for appid(steam)/version(1592614798)
Installing breakpad exception handler for appid(steam)/version(1592614798)
Loaded SDL version 2.0.13-5893924
Installing breakpad exception handler for appid(steam)/version(1592614798)
STEAM_RUNTIME_HEAVY: ./steam-runtime-heavy
@krompus
krompus / MangoHud.conf
Created May 14, 2020 16:29
MangoHud config
### MangoHud configuration file
### Uncomment any options you wish to enable. Default options are left uncommented
### Use some_parameter=0 to disable a parameter (only works with on/off parameters)
### Everything below can be used / overridden with the environment variable MANGOHUD_CONFIG instead
################ PERFORMANCE #################
### Limit the application FPS
fps_limit=120
@krompus
krompus / steam-629760.log
Created March 28, 2020 23:45
Mordhau steam-native Proton log
This file has been truncated, but you can view the full file.
======================
Proton: 1584918606 proton-5.0-5b
SteamGameId: 629760
Command: ['/home/krompus/.local/share/Steam/steamapps/common/Mordhau/Mordhau.exe']
Options: {'forcelgadd'}
======================
ERROR: ld.so: object '/home/krompus/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/krompus/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/krompus/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/krompus/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
@namespace html url(http://www.w3.org/1999/xhtml);
@namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document regexp("^(?!(file:\/\/\/home\/krompus\/code\/homepage-public)).*") {
@-moz-document regexp("^(?!(file:\/\/\/home\/krompus\/code\/homepage)).*") {
@-moz-document regexp("^(?!(http:\/\/store\.steampowered\.com)).*") {
@-moz-document regexp("^(?!(https:\/\/www\.google\.ca\/maps)).*") {
@-moz-document regexp("^(?!(https:\/\/wiki\.archlinux\.org)).*") {
@-moz-document regexp("^(?!(https:\/\/bbs\.archlinux\.org)).*") {
@-moz-document regexp("^(?!(https:\/\/www\.google\)).*") {
@-moz-document domain('reddit.com'){
/* Dark Reddit Theme; WIP by /u/-Pelvis- aka. krompus */
* {
border-color: transparent !important;
border-radius: 0 !important;
outline: none !important;
font-family: "tamsyn" !important;
font-size: 100% !important;
@-moz-document domain('reddit.com'){
/* Dark Reddit Theme; WIP Hack by /u/-Pelvis- */
* {
border-color: transparent !important;
border-radius: 0 !important;
outline: none !important;
font-family: "tamsyn" !important;
font-size: 100% !important;
# Upload raw text to interweb, copy URL to clipboard.
ixc() {
if [[ -z "$1" ]]
then
echo 'Usage: ixc foo.bar'
else
cat $1 | curl -F 'f:1=<-' ix.io | xclip -selection clipboard
fi
}
aplay ~/sh/zeldapomodoro/LTTP_Item.wav
sleep 1500
notify-send "♥ ♥ ♥"
aplay ~/sh/zeldapomodoro/LTTP_Get_Fairy.wav
Ermagherd, ahm crashin'!
Haaalp
pls
boom
fun! RangerChooser()
exec "silent !ranger --choosefile=/tmp/chosenfile " . expand("%:p:h")
if filereadable('/tmp/chosenfile')
exec 'edit ' . system('cat /tmp/chosenfile')
call system('rm /tmp/chosenfile')
endif
redraw!
endfun
map <Leader>r :call RangerChooser()<CR>