dwl warp your cursor to another display with wlrctl

dwl warp (move) your cursor to another display with a keyboard shortcut using wlrctl
which doesnt need root permissions to move the cursor


warping your cursor will move your cursor to another display and give that display focus,
i also cover moving windows to another display as well


dwl config - only modified files

wlrctl
 
dwl is a wayland version of dwm

dwm is a dynamic window manager for X. It manages windows in tiled, monocle and floating layouts. All of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.

In tiled layout windows are managed in a master and stacking area. The master area contains the window which currently needs most attention, whereas the stacking area contains all other windows. In monocle layout all windows are maximised to the screen size. In floating layout windows can be resized and moved freely. Dialog windows are always managed floating, regardless of the layout applied.

Windows are grouped by tags. Each window can be tagged with one or multiple tags. Selecting certain tags displays all windows with these tags.
 
Back
Top