This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.fontFamily": "'Hack Nerd Font Mono'", | |
"terminal.integrated.fontFamily": "Hack Nerd Font Mono", | |
"editor.fontSize": 14, | |
"terminal.integrated.fontSize": 14, | |
"vim.useSystemClipboard": true, | |
"workbench.sideBar.location": "right", | |
"workbench.startupEditor": "none", | |
"editor.formatOnSave": true, | |
"editor.cursorBlinking": "expand", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROMPT='%{$fg[green]%}%~%F{5}$(git_prompt_info)%{$reset_color%} ──── ' | |
ZSH_THEME_GIT_PROMPT_PREFIX=" " | |
ZSH_THEME_GIT_PROMPT_SUFFIX="" | |
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}∙%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}∙%{$reset_color%}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Default terminal | |
set-option -g default-terminal "screen-256color" | |
# Use vim key bindings | |
set-option -g mode-keys vi | |
set-option -g status-keys vi | |
# Turn the mouse on | |
set-option -g mouse on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
### Display ### | |
# Which monitor should the notifications be displayed on. | |
monitor = 0 | |
follow = mouse | |
geometry = "250x50-40+40" | |
indicate_hidden = yes | |
shrink = yes | |
transparency = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; vim:ft=cfg | |
; _____ | |
; (, / ) /) /) | |
; _/__ / ___// (/_ _ __ | |
; / (_)(/_ (_/_/_) (_(_/ (_ | |
; ) / .-/ | |
; (_/ (_/ | |
[colors] | |
background = ${xrdb:color0} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///---User configurable stuff---/// | |
#include <X11/XF86keysym.h> | |
///---Modifiers---/// | |
#define MOD XCB_MOD_MASK_4 /* Super/Windows key or check xmodmap(1) with -pm defined in /usr/include/xcb/xproto.h */ | |
///--Speed---/// | |
/* Move this many pixels when moving or resizing with keyboard unless the window has hints saying otherwise. | |
*0)move step slow 1)move step fast | |
*2)mouse slow 3)mouse fast */ | |
static const uint16_t movements[] = {20,40,15,400}; | |
/* resize by line like in mcwm -- jmbi */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
userresources=$HOME/.Xresources | |
usermodmap=$HOME/.Xmodmap | |
sysresources=/etc/X11/xinit/.Xresources | |
sysmodmap=/etc/X11/xinit/.Xmodmap | |
# merge in defaults and keymaps | |
if [ -f $sysresources ]; then |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# a system info script written by yours truly | |
# it's hardcoded stuff, lulz | |
red="\e[31m" | |
grn="\e[32m" | |
ylw="\e[33m" | |
cyn="\e[36m" | |
blu="\e[34m" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;-------------------------------------------- | |
; colors ; | |
;-------------------------------------------- | |
[colors] | |
bar_bg = #1d1f21 | |
bar_fg = #c5c8c6 | |
border_col = #1d1f21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;-------------------------------------------- | |
; colors ; | |
;-------------------------------------------- | |
[colors] | |
bar_bg = #1d1f21 | |
bar_fg = #c5c8c6 | |
border_col = #1d1f21 |
NewerOlder