diff options
author | Joe <rbo@gmx.us> | 2024-04-29 15:13:41 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-04-29 15:13:41 +0200 |
commit | b1e106019becb1cf510814a488542161a7618b92 (patch) | |
tree | 660e192dabb73b47e4e66c7028eaded11fa224e2 | |
parent | up (diff) | |
download | dotfiles-bsd-b1e106019becb1cf510814a488542161a7618b92.tar.gz dotfiles-bsd-b1e106019becb1cf510814a488542161a7618b92.tar.bz2 dotfiles-bsd-b1e106019becb1cf510814a488542161a7618b92.tar.xz dotfiles-bsd-b1e106019becb1cf510814a488542161a7618b92.tar.zst dotfiles-bsd-b1e106019becb1cf510814a488542161a7618b92.zip |
up
-rw-r--r-- | .config/dunst/dunstrc | 6 | ||||
-rw-r--r-- | .config/zsh/alias.zsh | 2 | ||||
-rwxr-xr-x | .local/bin/kb | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 90540f9..bbdef39 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -# [espeak] # >shutup -# summary = "*" # >shutup -# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup + [espeak] # >shutup + summary = "*" # >shutup + script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index d8c700d..7379742 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -16,7 +16,7 @@ alias eza='eza --color=always --group-directories-first --icons' \ tree() { eza -T $@ | $PAGER } -alias hf='cd ~/dev/go/hardflip' +alias hff='cd ~/dev/go/hardflip' alias \ e='editorcmd' \ vim='nvim' \ diff --git a/.local/bin/kb b/.local/bin/kb index 6391df1..b77fd89 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)" = "motherqwe" ]; then +if [ "$(hostname -s)" = "po-rbo" ]; then setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' |