From b010336cf18ffffe54d82c036d9e156581a9776c Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Tue, 13 Jan 2026 17:27:09 +1100 Subject: [PATCH] Add ydotool --- configs/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/.zshrc b/configs/.zshrc index e913e7e..f2d4ac5 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -120,6 +120,9 @@ sudo-last-command-execute() { # Bind the widget to Control+U bindkey '^U' sudo-last-command-execute +# Ydotool +export YDOTOOL_SOCKET=/tmp/.ydotool_socket + # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh # users are encouraged to define aliases within the ZSH_CUSTOM folder.