aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-12 12:53:55 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-12 12:54:10 -0500
commit029e0c7a2c212c90577816b8c9012dc2001194fe (patch)
treea3e070e8abc5a85891c2df47c8e1f7827652a352 /README.md
parentMerge pull request #300 from mikkeloscar/configure-mouse-btn (diff)
downloadsway-029e0c7a2c212c90577816b8c9012dc2001194fe.tar.gz
sway-029e0c7a2c212c90577816b8c9012dc2001194fe.tar.zst
sway-029e0c7a2c212c90577816b8c9012dc2001194fe.zip
Add some more keyboard handling for wayland clients
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 67ece05a..1a1f84dc 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Run these commands:
49 49
50 mkdir build 50 mkdir build
51 cd build 51 cd build
52 cmake .. 52 cmake -DCMAKE_BUILD_TYPE=Release ..
53 make 53 make
54 sudo make install 54 sudo make install
55 55