diff options
author | Joe <rbo@gmx.us> | 2024-04-20 01:08:01 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-20 01:08:01 +0200 |
commit | 94f9e0f5be76a3bda4218cbd094ec23e933b1eab (patch) | |
tree | 83a733de8da66cc31d27f338958cd3ed3a0265f8 | |
parent | up (diff) | |
download | dotfiles-bsd-94f9e0f5be76a3bda4218cbd094ec23e933b1eab.tar.gz dotfiles-bsd-94f9e0f5be76a3bda4218cbd094ec23e933b1eab.tar.bz2 dotfiles-bsd-94f9e0f5be76a3bda4218cbd094ec23e933b1eab.tar.xz dotfiles-bsd-94f9e0f5be76a3bda4218cbd094ec23e933b1eab.tar.zst dotfiles-bsd-94f9e0f5be76a3bda4218cbd094ec23e933b1eab.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/autostart | 2 | ||||
-rwxr-xr-x | .local/bin/kb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 18addd3..12a1dad 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -43,6 +43,8 @@ case $(hostname -s) in ;; esac +doas mkdir /var/run/jozan && doas chown -v jozan: /var/run/jozan + $ping && git --git-dir="$HOME"/docs/dotfiles-bsd --work-tree="$HOME" pull startif() { diff --git a/.local/bin/kb b/.local/bin/kb index 29ba370..6391df1 100755 --- a/.local/bin/kb +++ b/.local/bin/kb @@ -47,7 +47,7 @@ xset r rate 200 150 setxkbmap -option setxkbmap -layout us -variant intl -if [ "$(hostname -s)" = "mother" ]; then +if [ "$(hostname -s)" = "motherqwe" ]; then setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' |