Skip to content

abelsromero/nawm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Window handler

Purpose

This was created to handle windows between screens in xfce. After some search I found xdotool wich allows some work to be done with simple scrips. But decided to make something more tailered.

Requirements

Linking dynamically

  1. Install xdotool package

    $ pacman -S xdotool
  2. Run make build

Linking statically

  1. Install xdotool dependenies: libxtst, libxinerama, libxkbcommon packages

    • Clone xdotool repositor, run make libxdo.a to build the static library and place it in the root path.

    • Run make build static

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published