Skip to content

Instantly share code, notes, and snippets.

Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
XTerm*background: #222D31
XTerm*foreground: #d8d8d8
@manfromth3m0oN
manfromth3m0oN / messaging.md
Created November 1, 2019 16:13
messaging.md

Rust based TUI and GUI P2P messaging app

  • Each node runs an server which recives incoming messages
  • Nodes know of eachothers IPs through a central server which runs identification
  • Users can sign up for an identification through a webserver
  • The user identification is run on my rpi and redis (or potentially on GCP)
  • Users will be able to create groups This is a very big maybe

  • Users will be able to see who is on or offline at any given time as that information will be retrives from the server whenver the user requires
  • Message history will be saved as a file on disk
  • Messaging will probably be done on 465 as it is not 80 or 443 and is probably unmonitored
@manfromth3m0oN
manfromth3m0oN / config
Created November 11, 2019 11:20
.i3/config
# i3 config file (v4)
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
# Set mod key (Mod1=<Alt>, Mod4=<Super>)
set $mod Mod4
# set default desktop layout (default is tiling)
# workspace_layout tabbed <stacking|tabbed>
# Configure border style <normal|1pixel|pixel xx|none|pixel>
@manfromth3m0oN
manfromth3m0oN / .compton.conf
Created November 11, 2019 11:27
Compton configuration file
# Thank you code_nomad: http://9m.no/ꪯ鵞
# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
#################################
#
# Backend
#
#################################
# Backend to use: "xrender" or "glx".
@manfromth3m0oN
manfromth3m0oN / main.html
Created November 29, 2019 17:05
Tumblr html
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<!--------------------------------------------
Simplify Theme
Version: 1.22
Created by: Amit Jakhu
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
general {
output_format = "i3bar"
colors = true
color_good = "#50FA7B"
color_degraded = "#F1FA8C"
color_bad = "#FF5555"
}
order += "disk /"
order += "wireless wlo1"
## Configuration file for a typical Tor user
## Last updated 9 October 2013 for Tor 0.2.5.2-alpha.
## (may or may not work for much older or much newer versions of Tor.)
##
## Lines that begin with "## " try to explain what's going on. Lines
## that begin with just "#" are disabled commands: you can enable them
## by removing the "#" symbol.
##
## See 'man tor', or https://www.torproject.org/docs/tor-manual.html,
## for more options you can use in this file.
@manfromth3m0oN
manfromth3m0oN / config
Created February 9, 2020 17:57
Polybar for bspwm
;==========================================================
;
;
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
;
set nu rnu
set splitbelow
let mapleader = " "
call plug#begin('~/.vim/plugged')
Plug 'navarasu/onedark.nvim'
Plug 'neoclide/coc.nvim', {'branch': 'release' }
Plug 'vim-airline/vim-airline-themes'
Plug 'vim-airline/vim-airline'