git clone https://github.com/HidemaruOwO/dotfiles.git
cd dotfiles
scripts/setup.sh
※ This script does not include installation of many of the use packages. Please install them yourself.
Install autokey-gtk
paru -S autokey-gtk
Run autokey-gtk
autokey-gtk
※ Do not close autokey-gtk while working!
Right click on a folder in the auto key and click "Delete item." to all of them.
When they are complete, create a directory named "autokey-hjkl" at home.
mkdir $HOME/autokey-hjkl
# Because some file systems are not recognized as directories by autokey (ext4)
touch $HOME/autokey-hjkl/.empty
After that, click "File->New->Folder" in the autokey menu bar, select "autokey-hjkl" in your home directory, and click "Use Default". Then a pop-up window will appear and type "autokey-hjkl".
Next, copy the files to make hjkl work into the "$HOME/.config/autokey/data/autokey-hjkl" directory.
cp -rf $HOME/dotfiles/config/autokey/data/hjkl/* $HOME/.config/autokey/data/autokey-hjkl
Now you can use <C-{h,j,k,l}> as arrow keys as long as "autokey-gtk" is running.
※ In my Hyprland configuration it starts up automatically.
- Asahi's waybar (https://github.com/doremire/dotfiles)
- Hyprland Base (https://github.com/SolDoesTech/HyprV4)