Skip to content

Simple script that save/restore your window arrangement.

Notifications You must be signed in to change notification settings

dosmanak/wmsavior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Store and restore window positions

Usage

/home/dosmanak/scripts/wmsavior.sh <save|restore>

Configuration

You can fine tune the wmsavior for your desktop environment using the variables X_OFFSET and Y_OFFSET in you .bashrc. If variables are not set, the defaults set in the script itself are used.

You can fine tune the DE using the procedure redefining the variables for the single run e.g.

X_OFFSET=-1 Y_OFFSET=26 ./wmsavior save && ./wmsavior restore

If your windows move, you must change the values and if the windows won't move after restore, you can export them in ~/.bashrc using

export Y_OFFSET=26
export X_OFFSET=-1

About

Simple script that save/restore your window arrangement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages