Skip to content

Instantly share code, notes, and snippets.

View daniilty's full-sized avatar
🥽

Daniil Turaev daniilty

🥽
View GitHub Profile
public class Box<T> {
// T stands for "Type"
private T t;
public void set(T t) { this.t = t; }
public T get() { return t; }
}
[colors]
background = ${xrdb:background:#222}
background-alt = ${xrdb:background-even:#222}
foreground-alt = ${xrdb:color8:#222}
foreground = ${xrdb:foreground:#555}
primary = #ffb52a
secondary = #e60053
alert = ${xrdb:color1:#222}
# .bash_profile
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi
#define S_base03 #2D6270
#define S_base02 #002B36
#define S_base01 #586e75
#define S_base00 #7E949B
#define S_base0 #839496
#define S_base1 #93a1a1
#define S_base2 #eee8d5
#define S_base3 #fdf6e3
#define S_yellow #b58900
#define S_orange #cb4b16
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
#
# This config file uses keycodes (bindsym) and was written for the QWERTY
# layout.
#
# To get a config file with the same key positions, but for your current
# layout, use the i3-config-wizard
#