Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-05-03 16:13:50 +03:00
parent c78cb78ff0
commit 666770d74c
10 changed files with 28 additions and 26 deletions

View File

@ -26,12 +26,6 @@ super + {1-9,h}
super + shift + {1-9,h} super + shift + {1-9,h}
bspc node -d {1-9,h} bspc node -d {1-9,h}
super + m
bspc monitor -f next
super + shift + m
bspc node -m next
super + t super + t
bspc desktop -l next bspc desktop -l next
@ -65,8 +59,8 @@ super + bracketright
super + f super + f
bspc rule -a \* -o state=floating bspc rule -a \* -o state=floating
super + XF86AudioLowerVolume super + comma
amixer -c 0 set PCM 2dB- amixer -c 0 set PCM 2dB-
super + XF86AudioRaiseVolume super + period
amixer -c 0 set PCM 2dB+ amixer -c 0 set PCM 2dB+

View File

@ -1,5 +1,9 @@
#!/usr/bin/env watchman #!/usr/bin/env ssm
service_respawn='true' service_respawn='true'
service_command="$HOME/bin/lockd" service_command="$HOME/bin/lockd"
service_args=( -- i3lock-extra -s -o ~/pics/lock.png -g -p ) service_args=( i3lock-extra -s -o ~/pics/lock.png -g -p )
lock() {
kill -USR1 "$service_pid"
}

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ssm #!/usr/bin/env ssm
service_tmpfiles=( "/run/user/$UID/mpd:dir" ) service_tmpfiles=( "/run/user/$UID/mpd:dir" )
service_respawn=1 # service_respawn=false
service_command='/usr/bin/mpd' service_command='/usr/bin/mpd'
service_args=( --no-daemon -v ) service_args=( --no-daemon -v )

View File

@ -1,5 +1,8 @@
#!/usr/bin/watchman #!/usr/bin/bash
service_respaen=true [[ $PROXY_USER ]] || PROXY_USER='proxy'
[[ $PROXY_HOST ]] || PROXY_HOST='malganis.priv'
service_respawn=true
service_command='/usr/bin/ssh' service_command='/usr/bin/ssh'
service_args=( -i ~/.ssh/proxy/id_ecdsa -ND 8080 proxy@malganis.priv ) service_args=( -i ~/.ssh/proxy/id_ecdsa -ND 8080 "$PROXY_USER@$PROXY_HOST" )

View File

@ -21,8 +21,6 @@ compinit
_comp_options+=( globdots ) _comp_options+=( globdots )
# History # History
setopt HIST_IGNORE_DUPS
HISTFILE=~/.zsh_history HISTFILE=~/.zsh_history
SAVEHIST=9001 SAVEHIST=9001
HISTSIZE=9001 HISTSIZE=9001
@ -40,15 +38,17 @@ export LC_ALL='en_US.UTF-8'
dotfiles_dir="$HOME/git/dotfiles" dotfiles_dir="$HOME/git/dotfiles"
# PATH # PATH
set_misc_path "$HOME/ruby/bin" "$HOME/games/bin" "$HOME/.config/alternatives" "$HOME/.local/bin" "$HOME/bin" "$HOME/.gem/ruby/2.3.0/bin/" set_misc_path \
"$HOME/games/bin" \
"$HOME/.config/alternatives" \
"$HOME/.local/bin" \
"$HOME/bin" \
"$HOME/.gem/ruby/2.3.0/bin/" \
"$HOME/.nails/bin"
# GPG # GPG
GPG_TTY=$(tty) GPG_TTY=$(tty)
export GPG_TTY export GPG_TTY
# EDITOR # EDITOR
EDITOR=vim export EDITOR=vim
export EDITOR
# jspass completion
compdef _pass jspass

View File

@ -13,7 +13,6 @@ bindings=(
Home 'beginning-of-line' Home 'beginning-of-line'
End 'end-of-line' End 'end-of-line'
Delete 'delete-char' Delete 'delete-char'
^R 'history-incremental-search-backward'
) )
for b in ${(k)bindings}; do for b in ${(k)bindings}; do

View File

@ -6,3 +6,5 @@ SSH_AUTH_SOCK="/tmp/${USER}-ssh-auth.sock"
export SSH_AUTH_SOCK export SSH_AUTH_SOCK
function x { exec xinit -- -nolisten tcp vt9; } function x { exec xinit -- -nolisten tcp vt9; }
compdef _pass jspass

View File

@ -1,6 +1,6 @@
:set gui=nonavigation :set gui=nonavigation
:set autocomplete=false :set autocomplete=false
:map O :tabopen :map O :tabopen!
:map P :set apptab<CR> :map P :set apptab<CR>
:map D :tabclose!<CR> :map D :tabclose!<CR>

View File

@ -23,7 +23,7 @@ set number
set relativenumber set relativenumber
syntax enable syntax enable
set background=dark "set background=dark
"colorscheme apprentice "colorscheme apprentice

View File

@ -1,5 +1,5 @@
.tabbrowser-tab { .tabbrowser-tab {
font: 14px xos4 terminus, Monospace !important; font: 14px terminus, Monospace !important;
color: #bebebe !important; color: #bebebe !important;
border: none !important; border: none !important;
background: #29303A !important; background: #29303A !important;