.
This commit is contained in:
parent
1ed31944bf
commit
96e30f69fc
3 changed files with 5 additions and 8 deletions
|
|
@ -33,10 +33,6 @@ super + ctrl + shift + r
|
||||||
super + {j,k}
|
super + {j,k}
|
||||||
dkcmd win focus {next,prev}
|
dkcmd win focus {next,prev}
|
||||||
|
|
||||||
# close window
|
|
||||||
super + shift + d
|
|
||||||
dkcmd win kill
|
|
||||||
|
|
||||||
# swap window in master
|
# swap window in master
|
||||||
super + Return
|
super + Return
|
||||||
dkcmd win swap
|
dkcmd win swap
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
exec 2>&1
|
||||||
cd
|
cd
|
||||||
exec chpst -e "$TURNSTILE_ENV_DIR" \
|
exec chpst -e "$TURNSTILE_ENV_DIR" sxhkd
|
||||||
sxhkd -c "$HOME/.config/dk/sxhkdrc"
|
|
||||||
|
|
@ -10,8 +10,9 @@ setopt histignoredups histignorespace incappendhistory extendedhistory
|
||||||
SAVEHIST=9000 HISTSIZE=9000 HISTFILE=~/.zsh_history
|
SAVEHIST=9000 HISTSIZE=9000 HISTFILE=~/.zsh_history
|
||||||
# minimal functions, 08sep2017 +leah+
|
# minimal functions, 08sep2017 +leah+
|
||||||
g() { LC_ALL=C grep --exclude "*~" -r -P ${@:?regexp missing} }
|
g() { LC_ALL=C grep --exclude "*~" -r -P ${@:?regexp missing} }
|
||||||
l() { find ${2:-.} ! -type d | sed 's:^\./::' | egrep "$1" }
|
|
||||||
sprunge() { cat $@ | curl -sF 'sprunge=<-' http://sprunge.us }
|
sprunge() { cat $@ | curl -sF 'sprunge=<-' http://sprunge.us }
|
||||||
|
# minimal functions, 02mar
|
||||||
|
mkcd() { mkdir -p "$1"; cd "$1" }
|
||||||
|
|
||||||
alias xi='xi -y'
|
alias xi='xi -y'
|
||||||
alias vi='vis'
|
alias vi='vis'
|
||||||
|
|
@ -21,4 +22,4 @@ alias pc='pass -c'
|
||||||
alias pe='pass edit'
|
alias pe='pass edit'
|
||||||
cdpath="$HOME"
|
cdpath="$HOME"
|
||||||
|
|
||||||
printf '%s +%s+\n' "$(date +%d%b%Y)" "$(hostname)"
|
printf '%s +%s+\n' "$(date +%d%b%Y | tr [:upper:] [:lower:])" "$(hostname)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue