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
{ | |
"default" : { | |
"type" : "map-gen-presets", | |
"name" : "default", | |
"default" : { | |
"default" : true, | |
"order" : "a" | |
}, | |
"rich-resources" : { | |
"order" : "b", |
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
# "supper"/windows/logo key | |
set $mod Mod4 | |
# mouse+$mod to drag floating windows | |
floating_modifier $mod | |
# Your preferred terminal emulator | |
set $term termite | |
# Kill focused window |
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
00:00:00.000 [sway/main.c:326] Sway version v1.5 | |
00:00:00.006 [sway/main.c:153] Linux thinkpadT14 5.8.5-arch1-1 #1 SMP PREEMPT Thu, 27 Aug 2020 18:53:02 +0000 x86_64 GNU/Linux | |
00:00:00.006 [sway/main.c:169] Contents of /etc/lsb-release: | |
00:00:00.006 [sway/main.c:153] LSB_VERSION=1.4 | |
00:00:00.006 [sway/main.c:153] DISTRIB_ID=Arch | |
00:00:00.006 [sway/main.c:153] DISTRIB_RELEASE=rolling | |
00:00:00.006 [sway/main.c:153] DISTRIB_DESCRIPTION="Arch Linux" | |
00:00:00.006 [sway/main.c:169] Contents of /etc/os-release: | |
00:00:00.006 [sway/main.c:153] NAME="Arch Linux" | |
00:00:00.006 [sway/main.c:153] PRETTY_NAME="Arch Linux" |
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
type ( | |
ModuleFunctionID struct { | |
isContracted bool | |
moduleName string | |
functionName string | |
} | |
) | |
func (mf *ModuleFunctionID) FromBytes(data []byte) { | |
fmt.Println(string(data)) |
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
Command failed: Internal debugger error: runtime error: invalid memory address or nil pointer dereference | |
runtime.call32 (0x457b2a) | |
/usr/lib/go/src/runtime/asm_amd64.s:522 | |
runtime.gopanic (0x42c248) | |
/usr/lib/go/src/runtime/panic.go:513 | |
runtime.panicmem (0x42b39d) | |
/usr/lib/go/src/runtime/panic.go:82 | |
runtime.sigpanic (0x441761) | |
/usr/lib/go/src/runtime/signal_unix.go:390 | |
github.com/derekparker/delve/pkg/proc.FirstPCAfterPrologue (0x6accd9) |
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
ok archive/tar (cached) | |
ok archive/zip (cached) | |
ok bufio (cached) | |
ok bytes (cached) | |
ok cmd/addr2line (cached) | |
ok cmd/api (cached) | |
? cmd/asm [no test files] | |
? cmd/asm/internal/arch [no test files] | |
ok cmd/asm/internal/asm (cached) | |
? cmd/asm/internal/flags [no test files] |
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
Computer Information: | |
Manufacturer: Unknown | |
Model: Unknown | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Intel(R) Core(TM) i7 CPU 975 @ 3.33GHz | |
CPU Family: 0x6 |
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
[Unit] | |
Description=Synergy Service | |
After=network.target | |
[Service] | |
Type=simple | |
Restart=always | |
RestartSec=0 | |
SyslogLevel=err | |
Environment=DISPLAY={DISPLAY} |
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
Computer Information: | |
Manufacturer: Unknown | |
Model: Unknown | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Intel(R) Core(TM) i7 CPU 975 @ 3.33GHz | |
CPU Family: 0x6 |