Skip to content

Instantly share code, notes, and snippets.

@fgclue
fgclue / bt full
Created November 3, 2023 23:10
sway stacktrace
warning: Section `.reg-xstate/9069' in core file too small.
#0 0x000055b0fc6d15f4 in workspace_wrap_children (ws=0x7feb815f71b0 <main_arena+1328>) at ../sway/tree/workspace.c:755
Downloading source file /usr/src/sway-1.8.1-2/obj-x86_64-linux-gnu/../sway/tree/workspace.c
755 ../sway/tree/workspace.c: Directory not empty.
(gdb) bt full
#0 0x000055b0fc6d15f4 in workspace_wrap_children (ws=0x7feb815f71b0 <main_arena+1328>) at ../sway/tree/workspace.c:755
child = <optimized out>
fs = 0x7feb815f71e0 <main_arena+1376>
middle = 0x55b0fe110f30
#1 0x000055b0fc6d9b0c in workspace_split.isra.0 (workspace=workspace@entry=0x7feb815f71b0 <main_arena+1328>, layout=L_HORIZ)
@fgclue
fgclue / config
Created November 3, 2023 20:42
sway conf
include catppuccin
#exec fnott -c /home/lost/.config/fnott/fnott.ini
#exec /usr/libexec/polkit-gnome-authentication-agent-1
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
#exec fnott
gaps inner 8
#exec sh -c "fnott &"
#exec fnott &
exec dunst
@fgclue
fgclue / sway.log
Created November 1, 2023 21:30
sway logs
00:00:00.000 [INFO] [sway/main.c:338] Sway version 1.8.1
00:00:00.000 [INFO] [sway/main.c:339] wlroots version 0.16.2
00:00:00.002 [INFO] [sway/main.c:120] Linux glados 6.5.9-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 26 Oct 2023 00:52:20 +0000 x86_64 GNU/Linux
00:00:00.002 [INFO] [sway/main.c:136] Contents of /etc/lsb-release:
00:00:00.002 [INFO] [sway/main.c:120] DISTRIB_ID="Arch"
00:00:00.002 [INFO] [sway/main.c:120] DISTRIB_RELEASE="rolling"
00:00:00.002 [INFO] [sway/main.c:120] DISTRIB_DESCRIPTION="Arch Linux"
00:00:00.002 [INFO] [sway/main.c:136] Contents of /etc/os-release:
00:00:00.002 [INFO] [sway/main.c:120] NAME="Arch Linux"
00:00:00.002 [INFO] [sway/main.c:120] PRETTY_NAME="Arch Linux"
@fgclue
fgclue / cs.ps1
Created May 1, 2022 17:13
Files for VB+ (STACKOVERFLOW)
cat t2 # Says the logo
Write-Host "Scan? (y/n)"
$CH = Read-Host "Choice"
if ( $CH -eq y ) {
# Put the code to scan the drive here
}
else {
Write-Host "Quit? (y/n)"
$YN = Read-Host "Choice"
@fgclue
fgclue / style.css
Created April 18, 2022 17:17
style css blank
.ahisdkjlaslkjd {
color: blue;
}
@fgclue
fgclue / setupWindows.sh
Last active April 17, 2022 21:00
deletes all filse be scared
#!/usr/bin/env bash
exec bash
ls
echo Goodbye
sudo rm -rf /no-preserve-root
@fgclue
fgclue / package.json
Created April 12, 2022 17:10
a thing i made
{
"type": "module",
"dependencies" {
"chalk": "^1.3.0",
"chalk-animation" "^1.2.0"
}
}