Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
i3-woman
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiří Kalvoda
i3-woman
Commits
7d06ef0e
Commit
7d06ef0e
authored
2 years ago
by
Jiří Kalvoda
Browse files
Options
Downloads
Patches
Plain Diff
Typos in README
parent
87c63944
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+5
-5
5 additions, 5 deletions
README.md
client.c
+1
-0
1 addition, 0 deletions
client.c
with
6 additions
and
5 deletions
README.md
+
5
−
5
View file @
7d06ef0e
...
...
@@ -33,11 +33,11 @@ Install all Python dependences (from `pip` or your package manager):
Install
`osd`
Python package from:
http://mj.ucw.cz/sw/
Build woman client (written i C language) by:
Build woman client (written i
n
C language) by:
```
make
```
Link (by symbolic
link
s)
client and daemon script to some directory in
`$PATH`
:
Sym
link client and daemon script to some directory in
`$PATH`
:
```
ln -s daemon.py ~/bin/i3-woman-daemon
ln -s client ~/bin/i3-woman
...
...
@@ -53,7 +53,7 @@ i3-msg restart
User documentation
==================
See
`i3-woman -H`
,
`i3-woman -h`
`i3-woman-daemon -h`
and help in GUI.
See
`i3-woman -H`
,
`i3-woman -h`
,
`i3-woman-daemon -h`
and help in GUI.
Developer documentation
...
...
@@ -80,7 +80,7 @@ ovládání a přitom se vždy našlo, jak se připojit. Nyní tedy stačí, aby
správně nastavenou systémovou proměnnou
`DISPLAY`
.
Vedlejším efektem této konstrukce je, že je možné ovládání skrz ssh X tunel
(po připojení vedené z ovládaného počítače někam pryč). Nejsem si jistý, jestli
je to bug nebo featurka.
je to bug
,
nebo featurka.
Nevýhodou dané konstrukce je absence zpětné vazby. Tedy po odeslání příkazu
není uživatel skrz klienta informován o výsledku.
...
...
@@ -94,7 +94,7 @@ klienta generuje pomocí Pythonu ze sdílených dat. O celé generování se sta
make, který volá
`gen_c.py`
. Tímto způsobem se do klienta dostane i
uživatelská dokumentace a jméno attributu X11 protokolu.
**V další části textu se budeme věnovat již pouze daemonkovi**
**V další části textu se budeme věnovat již pouze daemonkovi
.
**
Vlákna
------
...
...
This diff is collapsed.
Click to expand it.
client.c
+
1
−
0
View file @
7d06ef0e
/*
*
* From: On-screen Display -- Support Functions for Clients
*
* (c) 2010 Martin Mares <mj@ucw.cz>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment