Skip to content

Instantly share code, notes, and snippets.

View pavanjadhaw's full-sized avatar

Pavan Jadhaw pavanjadhaw

View GitHub Profile
{
"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",
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%}"
# 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
[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
; vim:ft=cfg
; _____
; (, / ) /) /)
; _/__ / ___// (/_ _ __
; / (_)(/_ (_/_/_) (_(_/ (_
; ) / .-/
; (_/ (_/
[colors]
background = ${xrdb:color0}
///---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 */
#!/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
#!/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"
;--------------------------------------------
; colors ;
;--------------------------------------------
[colors]
bar_bg = #1d1f21
bar_fg = #c5c8c6
border_col = #1d1f21
;--------------------------------------------
; colors ;
;--------------------------------------------
[colors]
bar_bg = #1d1f21
bar_fg = #c5c8c6
border_col = #1d1f21