Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zsh_local #51

Open
oratake opened this issue Oct 26, 2021 · 1 comment
Open

zsh_local #51

oratake opened this issue Oct 26, 2021 · 1 comment
Assignees

Comments

@oratake
Copy link
Owner

oratake commented Oct 26, 2021

会社の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 oratake self-assigned this Oct 26, 2021
@oratake
Copy link
Owner Author

oratake commented Oct 26, 2021

.xinitrc

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant