oratake / dotfiles

dotfile共の墓場
0 stars 0 forks source link

zsh_local #51

Open oratake opened 2 years ago

oratake commented 2 years ago

会社のArch

# DOCKER {{{
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
# export DOCKERD_FLAGS='-H tcp://0.0.0.0:2376'
# export DOCKERD_ROOTLESS_ROOTLESSKIT_FLAGS="-p 0.0.0.0:2376:2376/tcp"
# export DOCKER_HOST=unix:///var/run/docker.sock
# }}}

# Keyboard setting
alias nocaps='setxkbmap -option; setxkbmap -model jp106 -layout jp -option ctrl:nocaps'
alias swapaltwin='setxkbmap -option; setxkbmap -model jp106 -layout jp -option ctrl:nocaps -option altwin:swap_alt_win'
alias keyrepeat='xset r rate 190 25'
alias hhkb='xmodmap ~/.xmodmap_hhkb'
alias archiss='xmodmap ~/.xmodmap_archiss'
alias thinkkeyon='xinput enable "AT Translated Set 2 keyboard"'
alias thinkkeyoff='xinput disable "AT Translated Set 2 keyboard"'
alias lock='i3lock -c 000000'
oratake commented 2 years ago

.xinitrc

nocaps &
# xset r rate 190 25 &
keyrepeat &
swapaltwin &
redshift -O 4000k &
~/.screenlayout/il_screen.sh &
# dunstの通知対応 (原因マルチディスプレイ?)
systemctl --user import-environment DISPLAY &
exec awesome