mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-09 00:11:52 -07:00
Move XMonad.Util.XPaste to XMonad.Util.Paste
This commit is contained in:
@@ -490,7 +490,7 @@ A non complete list with a brief description:
|
|||||||
workspaces in various ways, used by several other modules which need
|
workspaces in various ways, used by several other modules which need
|
||||||
to sort workspaces (e.g. "XMonad.Hooks.DynamicLog").
|
to sort workspaces (e.g. "XMonad.Hooks.DynamicLog").
|
||||||
|
|
||||||
* "XMonad.Util.XPaste" provides utilities for pasting or sending keys and
|
* "XMonad.Util.Paste" provides utilities for pasting or sending keys and
|
||||||
strings to windows;
|
strings to windows;
|
||||||
|
|
||||||
* "XMonad.Util.XSelection" provide utilities for using the mouse
|
* "XMonad.Util.XSelection" provide utilities for using the mouse
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
{- |
|
{- |
|
||||||
Module : XMonad.Util.XPaste
|
Module : XMonad.Util.Paste
|
||||||
Author : Jérémy Bobbio
|
Author : Jérémy Bobbio
|
||||||
Copyright : (C) 2008
|
Copyright : (C) 2008
|
||||||
License : BSD3
|
License : BSD3
|
||||||
@@ -12,7 +12,7 @@ A module for sending key presses to windows. This modules provides generalized
|
|||||||
and specialized functions for this task.
|
and specialized functions for this task.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
module XMonad.Util.XPaste where
|
module XMonad.Util.Paste where
|
||||||
|
|
||||||
import XMonad (io, theRoot, withDisplay, X ())
|
import XMonad (io, theRoot, withDisplay, X ())
|
||||||
import Graphics.X11
|
import Graphics.X11
|
@@ -197,6 +197,6 @@ library
|
|||||||
XMonad.Util.Timer
|
XMonad.Util.Timer
|
||||||
XMonad.Util.WindowProperties
|
XMonad.Util.WindowProperties
|
||||||
XMonad.Util.WorkspaceCompare
|
XMonad.Util.WorkspaceCompare
|
||||||
XMonad.Util.XPaste
|
XMonad.Util.Paste
|
||||||
XMonad.Util.XSelection
|
XMonad.Util.XSelection
|
||||||
XMonad.Util.XUtils
|
XMonad.Util.XUtils
|
||||||
|
Reference in New Issue
Block a user