mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Add function to refresh xcompose after changes
This commit is contained in:
@ -66,5 +66,11 @@ web2app-remove() {
|
|||||||
rm "$ICON_PATH"
|
rm "$ICON_PATH"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Ensure changes to ~/.XCompose are immediately available
|
||||||
|
refresh-xcompose() {
|
||||||
|
pkill fcitx5
|
||||||
|
setsid fcitx5 &>/dev/null &
|
||||||
|
}
|
||||||
|
|
||||||
# Ensure that external keyboards that use an fn key has the F keys as the default
|
# Ensure that external keyboards that use an fn key has the F keys as the default
|
||||||
alias fix_fkeys='echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode'
|
alias fix_fkeys='echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode'
|
||||||
|
Reference in New Issue
Block a user