Skip to content

Instantly share code, notes, and snippets.

@jinyeow
jinyeow / profile.ps1
Last active November 13, 2024 02:24
Pwsh Profile
# gist:4f51b2f23ae8b90e160877e8a8f29bb5
#Requires -Version 7
# === TROUBLESHOOT STARTUP ===
#Set-PSDebug -Trace 1
# Install-Module PSProfiler
# Import-Module PSProfiler
# Measure-Script -Top 3 $profile
# === MODULES ===
# -*- coding: utf-8 -*-
from json import dumps
from subprocess import Popen, PIPE
from sys import argv, stdout
from time import sleep, time
NAP_TIME = 5
if len(argv) > 1:
NAP_TIME = float(argv[1])
@jinyeow
jinyeow / bspwmrc
Last active November 7, 2022 13:30
Config files related to bspwm and panel (lemonbar)
#!/bin/zsh
ws1= # main
ws2= # web
ws3= # mail
ws4= # code
ws5= # math [infinity]  (term icon)
ws6= # media
ws7= # misc  (9 squares icon)
ws8= # notes/docs  (pdf icon)