mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 15:31:28 +00:00
delete references to swaygrab
This commit is contained in:
parent
4985667826
commit
52a27f1529
|
@ -64,8 +64,6 @@ Abhängigkeiten:
|
|||
* cairo
|
||||
* gdk-pixbuf2 *
|
||||
* pam **
|
||||
* imagemagick (erforderlich für Bildaufnahme mit swaygrab)
|
||||
* ffmpeg (erforderlich für Videoaufnahme swaygrab)
|
||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (erforderlich für man pages)
|
||||
|
||||
_\*Nur erforderlich für swaybar, swaybg, und swaylock_
|
||||
|
|
|
@ -57,8 +57,6 @@ To username μου στο Freenode είναι kon14 και θα με βρείτ
|
|||
* cairo
|
||||
* gdk-pixbuf2 *
|
||||
* pam **
|
||||
* imagemagick (αναγκαίο για καταγραφή εικόνας μέσω του swaygrab)
|
||||
* ffmpeg (αναγκαίο για καταγραφή video μέσω του swaygrab)
|
||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (required for man pages)
|
||||
|
||||
_\*Απαιτείται μόνο για swaybar, swaybg, and swaylock_
|
||||
|
|
|
@ -59,8 +59,6 @@ Installez les dépendances :
|
|||
* cairo
|
||||
* gdk-pixbuf2 *
|
||||
* pam **
|
||||
* imagemagick (requis pour la capture d'image avec swaygrab)
|
||||
* ffmpeg (requis pour la capture vidéo avec swaygrab)
|
||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (requis pour les pages man)
|
||||
|
||||
_\*Uniquement requis pour swaybar, swaybg, and swaylock_
|
||||
|
|
|
@ -60,8 +60,6 @@ Installa queste dipendenze:
|
|||
* cairo
|
||||
* gdk-pixbuf2 *
|
||||
* pam **
|
||||
* imagemagick (richiesto per catturare immagini con swaygrab)
|
||||
* ffmpeg (rrichiesto per catturare video con swaygrab)
|
||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (rrichiesto per man pages)
|
||||
|
||||
_\*Richiesto solo per swaybar, swaybg, e swaylock_
|
||||
|
|
|
@ -50,8 +50,6 @@ Swayは沢山のディストリビューションで提供されています。"
|
|||
* cairo
|
||||
* gdk-pixbuf2 *
|
||||
* pam **
|
||||
* imagemagick (swaygrabでスクリーンショットを撮るのに必要です)
|
||||
* ffmpeg (swaygrabで画面を録画するのに必要です)
|
||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (manで必要です)
|
||||
|
||||
_\*swaybar,swaybg,swaylockでのみ必要です_
|
||||
|
|
|
@ -58,8 +58,6 @@ Install dependencies:
|
|||
* gdk-pixbuf2 *
|
||||
* pam **
|
||||
* dbus >= 1.10 ***
|
||||
* imagemagick (required for image capture with swaygrab)
|
||||
* ffmpeg (required for video capture with swaygrab)
|
||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (required for man pages)
|
||||
|
||||
_\*Only required for swaybar, swaybg, and swaylock_
|
||||
|
|
|
@ -66,8 +66,6 @@ Antes de iniciar a compilação, instale as dependências:
|
|||
* cairo
|
||||
* gdk-pixbuf2 *
|
||||
* pam **
|
||||
* imagemagick (capturar imagem com o swaygrab)
|
||||
* ffmpeg (capturar vídeo com o swaygrab)
|
||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (man pages)
|
||||
|
||||
_\*Dependência apenas de swaybar, swaybg, e swaylock_
|
||||
|
|
|
@ -62,8 +62,6 @@ Sway доступен во многих дистрибутивах и наход
|
|||
* gdk-pixbuf2 *
|
||||
* pam **
|
||||
* dbus >= 1.10 ***
|
||||
* imagemagick (требуется для захвата изображений через swaygrab)
|
||||
* ffmpeg (требуется для захвата видео через swaygrab)
|
||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (required for man pages)
|
||||
|
||||
_\*Требуется только для swaybar, swaybg и swaylock_
|
||||
|
|
|
@ -66,8 +66,6 @@ Sway доступний у багатьох дистрибутивах Linux (а
|
|||
* cairo
|
||||
* gdk-pixbuf2 *
|
||||
* pam **
|
||||
* imagemagick (для захоплення зображень за допомогою swaygrab)
|
||||
* ffmpeg (для захоплення відео за допомогою swaygrab)
|
||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (required for man pages)
|
||||
|
||||
_\*Лише для swaybar, swaybg та swaylock_
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
#compdef swaygrab
|
||||
#-----------------
|
||||
# Description
|
||||
# -----------
|
||||
#
|
||||
# Completion script for swaygrab in sway wm (http://swaywm.org)
|
||||
#
|
||||
# -----------------------------------------------------
|
||||
# Author
|
||||
# ------
|
||||
#
|
||||
# * Seth Barberee <seth.barberee@gmail.com>
|
||||
#
|
||||
# ------------------------------------------
|
||||
|
||||
_arguments -s \
|
||||
'(-h --help)'{-h,--help}'[Shows help message]' \
|
||||
'(-c --capture)'{-c,--capture}'[Captures multiple frames as video and passes them to ffmpeg]' \
|
||||
'(-o --output)'{-o,--output}'[Use the specified output. If not specified then current focused output will be used]' \
|
||||
'(-v --version)'{-v,--version}'[Print the version (of swaymsg) and quit]' \
|
||||
'(-s --socket)'{-s,--socket}'[Use the specified socket path.]:files:_files' \
|
||||
'(-r --rate)'{-r,--rate}'[Specify a framerate (in fps). Used in combination with -c. Default is 30 and must be an integer]' \
|
||||
'(--raw)--raw[Instead of ImageMagick or ffmpeg, dump raw rgba data to stdout]'
|
|
@ -1,10 +0,0 @@
|
|||
#include <json-c/json.h>
|
||||
#include "wlc/wlc.h"
|
||||
|
||||
void init_json_tree(int socketfd);
|
||||
void free_json_tree();
|
||||
char *get_focused_output();
|
||||
char *create_payload(const char *output, struct wlc_geometry *g);
|
||||
struct wlc_geometry *get_container_geometry(json_object *container);
|
||||
json_object *get_focused_container();
|
||||
json_object *get_output_container(const char *output);
|
|
@ -183,7 +183,6 @@ endif
|
|||
if (get_option('zsh_completions'))
|
||||
zsh_files = files(
|
||||
'completions/zsh/_sway',
|
||||
'completions/zsh/_swaygrab',
|
||||
'completions/zsh/_swaylock',
|
||||
'completions/zsh/_swaymsg',
|
||||
)
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
permit * fullscreen keyboard mouse
|
||||
permit @prefix@/bin/swaylock lock
|
||||
permit @prefix@/bin/swaybg background
|
||||
permit @prefix@/bin/swaygrab screenshot
|
||||
permit @prefix@/bin/swaybar panel
|
||||
|
||||
# Configures enabled IPC features for specific programs
|
||||
|
@ -36,11 +35,6 @@ ipc @prefix@/bin/swaybar {
|
|||
}
|
||||
}
|
||||
|
||||
ipc @prefix@/bin/swaygrab {
|
||||
outputs enabled
|
||||
tree enabled
|
||||
}
|
||||
|
||||
ipc @prefix@/bin/swaylock {
|
||||
outputs enabled
|
||||
}
|
||||
|
|
|
@ -92,4 +92,4 @@ source contributors. For more information about sway development, see
|
|||
|
||||
# SEE ALSO
|
||||
|
||||
*sway*(5) *swaymsg*(1) *swaygrab*(1) *sway-input*(5) *sway-bar*(5)
|
||||
*sway*(5) *swaymsg*(1) *sway-input*(5) *sway-bar*(5)
|
||||
|
|
|
@ -58,4 +58,4 @@ https://github.com/swaywm/sway.
|
|||
|
||||
# SEE ALSO
|
||||
|
||||
*sway*(5) *swaymsg*(1) *swaygrab*(1) *sway-input*(5) *sway-bar*(5)
|
||||
*sway*(5) *swaymsg*(1) *sway-input*(5) *sway-bar*(5)
|
||||
|
|
Loading…
Reference in a new issue