We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
会社の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'
The text was updated successfully, but these errors were encountered:
.xinitrc
nocaps & # xset r rate 190 25 & keyrepeat & swapaltwin & redshift -O 4000k & ~/.screenlayout/il_screen.sh & # dunstの通知対応 (原因マルチディスプレイ?) systemctl --user import-environment DISPLAY & exec awesome
Sorry, something went wrong.
oratake
No branches or pull requests
会社のArch
The text was updated successfully, but these errors were encountered: