Skip to content

Commit

Permalink
Merge pull request #445 from Sachin-Bhat/patch-2
Browse files Browse the repository at this point in the history
Update leftconsole.sh
  • Loading branch information
jordansissel authored Dec 24, 2023
2 parents 7b63eb4 + 70b6e8b commit 06912e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/leftconsole.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ xdotool search --classname "$classname" \
set_window --overrideredirect 0 windowunmap windowmap

# Select a window and tag it with a special classname
echo "Click on any window to have it slide in when you move the mouse to the $positoin"
echo "Click on any window to have it slide in when you move the mouse to the $position"
xdotool selectwindow set_window --classname "$classname"
echo "Window selected. Now move the mouse to the $position part of the screen to activate it."

Expand Down

0 comments on commit 06912e6

Please sign in to comment.