Skip to content

thiagovespa/lwa-hot-corners

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lwa-hot-corners

Pretty simple hot corners implementation for X server written in modern C++.

build-instructions

Open terminal in repository folder

make
sudo make install

Config file

When you run the program you need to pass path to your config file. Config file can contain information about command to execute for corners, update interval(in ms) and hold duration(in ms) before command is executed. If you do not want to have command for corner just skip line in config.

Example file:

top_left_command=geany
top_right_command=twm-session-logout
bottom_left_command=firefox
bottom_right_command=orage
disable_on_fullscreen=false
hold_duration=500
update_interval=200

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.0%
  • Makefile 5.0%