[vriska] move local files to _local
This commit is contained in:
parent
4e6f8b991a
commit
761c6dd449
4 changed files with 0 additions and 0 deletions
7
_local/vriska/.Xresources.local
Normal file
7
_local/vriska/.Xresources.local
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Xft.dpi: 144
|
||||
Xft.autohint: 0
|
||||
Xft.lcdfilter: lcddefault
|
||||
Xft.hintstyle: hintfull
|
||||
Xft.hinting: 1
|
||||
Xft.antialias: 1
|
||||
Xft.rgba: rgb
|
||||
34
_local/vriska/.bashrc.local
Normal file
34
_local/vriska/.bashrc.local
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
#
|
||||
# ~/.bashrc.local -- vriska version
|
||||
#
|
||||
|
||||
# Host-specific aliases
|
||||
alias passheinlein="PASSWORD_STORE_DIR=~/.password-store-heinlein pass"
|
||||
|
||||
alias git-fetchboth="git fetch origin master:master; git fetch origin develop:develop"
|
||||
|
||||
# Shortcuts to encode/decode strings with base64
|
||||
function b64enc {
|
||||
echo -n "$1" | base64 -w 0
|
||||
echo
|
||||
}
|
||||
function b64dec {
|
||||
echo -n "$1" | base64 -d
|
||||
echo
|
||||
}
|
||||
|
||||
# Assume colors are set in global .bashrc:
|
||||
# - TRED
|
||||
# - TGREEN
|
||||
# - TCYANB (bold)
|
||||
# - TBLUE
|
||||
# - TWHITEB (bold)
|
||||
# - TRESET
|
||||
|
||||
# Set host-specific bash prompt: "user@host pwd >:] "
|
||||
#if [[ ${EUID} == 0 ]] ; then
|
||||
# PS1="${TRED}\u@\h ${TBLUE}\w ${TCYANB}>:] ${TRESET}"
|
||||
#else
|
||||
# PS1="${TGREEN}\u@\h ${TBLUE}\w ${TCYANB}>:] ${TRESET}"
|
||||
#fi
|
||||
|
||||
7
_local/vriska/.profile.local
Normal file
7
_local/vriska/.profile.local
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# ~/.profile.local (included by ~/.profile)
|
||||
#
|
||||
|
||||
# Set dmenu font
|
||||
export DMENU_FONT='Liberation Mono:12'
|
||||
|
||||
20
_local/vriska/.xprofile.local
Normal file
20
_local/vriska/.xprofile.local
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#
|
||||
# ~/.xprofile.local (included by ~/.xprofile)
|
||||
#
|
||||
|
||||
# Activate numlock
|
||||
numlockx
|
||||
|
||||
# Deactivate touchpad
|
||||
xinput disable "SynPS/2 Synaptics TouchPad"
|
||||
|
||||
# Swap mouse buttons 8 and 9 (forward/back)
|
||||
#xmodmap -e "pointer = 1 2 3 4 5 6 7 9 8 10"
|
||||
|
||||
# Start notification server
|
||||
/usr/lib/notification-daemon-1.0/notification-daemon &
|
||||
|
||||
# Load screen layout
|
||||
#[ -f ~/.screenlayout/workplace.sh ] && sh ~/.screenlayout/workplace.sh
|
||||
autoscreenlayout
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue