Compare commits

..

2 commits

Author SHA1 Message Date
04652a3818 zprofile: Set env vars for Fcitx
Use Fcitx to ad-hoc change input methods.
2025-05-31 12:46:26 +02:00
8c71a28d91 zshenv: Add alias for cams
Use mpv to show a cameras feed on the screen.
2025-05-31 12:45:29 +02:00
2 changed files with 6 additions and 1 deletions

View file

@ -29,3 +29,8 @@ fi
# ssh agent
eval `ssh-agent`
# fcitx setup
export XMODIFIERS=@im=fcitx
export QT_IM_MODULE=fcitx
export GTK_IM_MODULE=fcitx

View file

@ -41,7 +41,7 @@ alias gwc='git ls-files | xargs cat | wc'
alias c2pdf='enscript -r -2 --highlight=c --line-numbers -o - $(git ls-files | grep -v .png | grep -v .xcf | grep -v .map) | ps2pdf -'
alias feh='feh -FZ'
alias white='i3lock'
alias cal='ncal -bM'
alias cam='mpv --profile=low-latency --untimed /dev/video0'
#
# Shortcuts