Skip to content

HidemaruOwO/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Hidemaru's dotfiles 🔧

最終コミット リポジトリのスター 問題 オープンな問題 バグの問題

image

what is this ?

Better hidemaru's dotfiles

Usage

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.

Autokey Manual

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.

Screenshots

Preview Screenshots
  • Terminal image

  • Waybar image

  • Neovim image

  • dotfilesLink.sh

    image image

  • waybarProfiler.sh

    image

Reference