This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================== | |
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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\)).*") { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aplay ~/sh/zeldapomodoro/LTTP_Item.wav | |
sleep 1500 | |
notify-send "♥ ♥ ♥" | |
aplay ~/sh/zeldapomodoro/LTTP_Get_Fairy.wav |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ermagherd, ahm crashin'! | |
Haaalp | |
pls | |
boom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
NewerOlder