Compare commits
2 Commits
v1.0.0
...
49eff984ab
| Author | SHA1 | Date | |
|---|---|---|---|
| 49eff984ab | |||
| 3d98edbff5 |
@@ -1,3 +1,5 @@
|
||||
# xgbsel
|
||||
|
||||
[](https://pkg.go.dev/git.tebibyte.media/tomo/xgbsel)
|
||||
|
||||
Easy clipboard/selection manipulation and access with xgb and xgbutil.
|
||||
|
||||
@@ -6,10 +6,10 @@ import "io"
|
||||
import "log"
|
||||
import "github.com/jezek/xgbutil"
|
||||
import "github.com/jezek/xgb/xproto"
|
||||
import "git.tebibyte.media/tomo/xgbsel"
|
||||
import "github.com/jezek/xgbutil/xprop"
|
||||
import "github.com/jezek/xgbutil/xevent"
|
||||
import "github.com/jezek/xgbutil/xwindow"
|
||||
import "git.tebibyte.media/sashakoshka/xgbsel"
|
||||
|
||||
type requestor struct {
|
||||
window *xwindow.Window
|
||||
|
||||
Reference in New Issue
Block a user