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
info: Enabled instance layers: | |
info: Enabled instance extensions: | |
info: VK_KHR_surface | |
info: VK_KHR_win32_surface | |
err: DxgiAdapter::CheckInterfaceSupport: No D3D10 support | |
info: Enabled instance layers: | |
info: Enabled instance extensions: | |
info: VK_KHR_surface | |
info: VK_KHR_win32_surface | |
err: DxgiAdapter::CheckInterfaceSupport: No D3D10 support |
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
Dieses Gist bestätigt die Verknüpfte-Identität innerhalb meines OpenPGP-Schlüssels und verknüpft es mit diesem GitHub-Benutzerkonto. | |
Token des Nachweises: | |
[Verifying my OpenPGP key: openpgp4fpr:bbfe2fd421597395e4fc8c8df6c85fee79d661a4] |
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
Dieses Gist bestätigt die Verknüpfte-Identität innerhalb meines OpenPGP-Schlüssels und verknüpft es mit diesem GitHub-Benutzerkonto. | |
Token des Nachweises: | |
[Verifying my OpenPGP key: openpgp4fpr:bbfe2fd421597395e4fc8c8df6c85fee79d661a4] |
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
Dieses Gist bestätigt die Verknüpfte-Identität innerhalb meines OpenPGP-Schlüssels und verknüpft es mit diesem GitHub-Benutzerkonto. | |
Token des Nachweises: | |
[Verifying my OpenPGP key: openpgp4fpr:bbfe2fd421597395e4fc8c8df6c85fee79d661a4] |
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
Dieses Gist bestätigt die Verknüpfte-Identität innerhalb meines OpenPGP-Schlüssels und verknüpft es mit diesem GitHub-Benutzerkonto. | |
Token des Nachweises: | |
[Verifying my OpenPGP key: openpgp4fpr:bbfe2fd421597395e4fc8c8df6c85fee79d661a4] |
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
#!/bin/sh | |
RFKILL=/usr/sbin/rfkill | |
BT_SLEEP=/proc/bluetooth/sleep/proto | |
FIRMWARE=/persist | |
HCI_DEVICE=/dev/ttyHSL0 | |
HCI_INIT=/system/bin/hci_qcomm_init | |
HCI_ATTACH=/usr/sbin/hciattach | |
HCI_TRANSPORT=smd | |
BT_POWER_CLASS=2 |
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
#!/bin/sh | |
rm -rf /tmp/CGLog_firefox* |
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
#------------------------------------------------------------------# | |
# File: .zshrc ZSH resource file # | |
# Version: 0.1.16 # | |
# Author: Øyvind "Mr.Elendig" Heggstad <[email protected]> # | |
#------------------------------------------------------------------# | |
. /etc/profile | |
#------------------------------ | |
# History stuff | |
#------------------------------ | |
HISTFILE=~/.histfile |
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
#!/bin/bash | |
APPNAME="Guild Wars 2" | |
PREFIX=/home/bidar/.local/share/wineprefixes/gw2 | |
APPPATH="$PREFIX/drive_c/Program Files/Guild Wars 2" | |
commands_s=( g e h ) | |
commands_l=( game end help ) | |
exe=( _game kill_exe display_help ) | |
wine_args="explorer /desktop=Guildwars2,1024x768" | |
WDEBUG=fixme-all | |
LIBUSEAPP_LVL=2 |
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
local frame = CreateFrame("FRAME"); | |
frame.RegisterEvent("ADDON_LOADED"); | |
frame.SetScript("OnEvent", __main); | |
local function __main() | |
local afk_MaxFPS = 5; | |
local nafk_MaxFPS = 30; | |
if ADDON_LOADED then | |
while 1 do | |
if IsChatAFK() then | |
nafk_MaxFPS = GetCvar("MaxFPS"); |
NewerOlder