Skip to content

Instantly share code, notes, and snippets.

View deadblackclover's full-sized avatar
:octocat:
Happy Hacking!

DEADBLACKCLOVER deadblackclover

:octocat:
Happy Hacking!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am deadblackclover on github.
  • I am deadblackclover (https://keybase.io/deadblackclover) on keybase.
  • I have a public key whose fingerprint is 3821 A3C4 4F2C A87B 6DD8 6DA0 283B 3D4F 7A42 937D

To claim this, I am signing this object:

@deadblackclover
deadblackclover / gist:1c3b8726a72d00aae735dfa04a7e0284
Created July 22, 2020 12:23 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira, Sans, "Droid Sans", "Helvetica Neue", sans-serif;
@deadblackclover
deadblackclover / rc.xml
Created July 25, 2019 14:25
Openbox keybind volume for thinkpad
<keybind key="XF86AudioRaiseVolume">
<action name="Execute">
<startupnotify>
<enabled>true</enabled>
<name>Volume Up</name>
</startupnotify>
<command>amixer set Master 5%+</command>
</action>
</keybind>
<keybind key="XF86AudioLowerVolume">
@deadblackclover
deadblackclover / freebsd.md
Last active April 20, 2022 06:00
FreeBSD Notes

freebsd

Install LXDE

pkg install nano bash mc slim xorg lxde-meta firefox libreoffice gimp

Add file .xinitrc

exec startlxde