Author:
erics, December 2nd, 2021
Use AutoRaise! From the docs: “When you hover a window it will be raised to the front (with a delay of your choosing) and gets the focus.” Web page: https://github.com/sbmpost/AutoRaise Download: https://github.com/sbmpost/AutoRaise/archive/refs/heads/master.zip
|
unzip -d ~ ~/Downloads/AutoRaise-master.zip cd ~/AutoRaise-master && make clean && make make install |
My ~/.AutoRaise file:
|
#AutoRaise config file delay=3 |
Categories: How-To's, Technology Tags: apple, AutoRaise, Delay, Focus, Focus Follows Mouse, Follow, Hover, howto, Mac, MacOS, macosx, Mouse, Raise, tips, window
|
1 comment
Author:
erics, February 16th, 2019
As of Mac OS X Lion 10.7, Terminal provides Services for opening a new terminal window or tab at the selected folder in Finder. They also work with absolute pathnames selected in text (in any application). You can enable these services with System Preferences > Keyboard > Keyboard Shortcuts > Services. Look for “New Terminal […]
Categories: How-To's, Technology Tags: apple, Finder, howto, Keyboard, MacOS, macosx, Menu, Mojave, Open, Services, Terminal, tips, window
|
No comments
Author:
erics, September 30th, 2011
To force VIM to keep the cursor vertically centered in the window while the text scrolls, place this directive in your ~/.vimrc file:
To disable it, comment the line out with a double-quote or remove it completely:
Categories: How-To's, Technology Tags: .vimrc, Cursor, howto, Screen, tips, vi, vim, window
|
No comments
Author:
erics, June 5th, 2011
Various Ways to Obtain Various Information:
|
jQuery(document).ready(function() { var Path = window.location.pathname; var HREF = jQuery(location).attr('href'); var Title = jQuery(this).attr('title'); }); |
Categories: How-To's, Technology Tags: howto, JQuery, Location, PathName, tips, Title, URL, window
|
No comments