aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 12b41b900985e3fd1e615e1ecad13138ac760d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# swap_workspaces

This is a simple bash script to swap all windows between two workspaces on Linux.

This may be useful when you want to change the order of the workspaces but your
DE doesn't have such feature (XFCE as an example).

## Requirements

* wmctrl
* awk
* grep

## Usage

	swap_workspaces [<1>] <2>

If the first workspace is not specified, current workspace is assumed.
Workspace numbering starts with 0.

## License

BSD-2c