Skip to content

ultract/Linux-Clipboard-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux-Clipboard-Control

  • Simply control the clipboard in a desktop linux environment (Allow / Disallow)
  • Clipboard : Copy and Paste function (Ctrl + c and Ctrl + v)
  • Print Messages by the D-Bus method call

Prerequisite

  • GCC Compiler
  • Gtk 2.0 or Gtk 3.0 Library

Build

$ gcc clipboard_control.c -o clipboard_control pkg-config --libs --cflags gtk+-2.0 or $ gcc clipboard_control.c -o clipboard_control `pkg-config --libs --cflags gtk+-3.0

Run

$ ./clipboard_control

Debug

$ G_MESSAGES_DEBUG=all ./clipboard_control

About

Simply control the clipboard in a desktop linux environment (Allow / Disallow)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors