aboutsummaryrefslogtreecommitdiffstats
path: root/README.hi.md
diff options
context:
space:
mode:
authorLibravatar LordRishav <75823494+LordRishav@users.noreply.github.com>2022-05-28 00:39:18 +0530
committerLibravatar GitHub <noreply@github.com>2022-05-27 21:09:18 +0200
commita535ed310f756a57129683c9d81c6a65e8338977 (patch)
tree756f47b7eeca40f586d76840bd367299847929b7 /README.hi.md
parentxdg-shell: schedule a configure on maximize request (diff)
downloadsway-a535ed310f756a57129683c9d81c6a65e8338977.tar.gz
sway-a535ed310f756a57129683c9d81c6a65e8338977.tar.zst
sway-a535ed310f756a57129683c9d81c6a65e8338977.zip
Add a Hindi (हिन्दी) translation to the README
Hindi is one of the most prominent languages of the Indian Subcontinent. This commit adds the translation of the README into the Hindi language. Some of the words are still written in English because there wasn't an appropriate technical term of the word in the language. Co-authored-by: Surendrajat <surendrajat@protonmail.com>
Diffstat (limited to 'README.hi.md')
-rw-r--r--README.hi.md70
1 files changed, 70 insertions, 0 deletions
diff --git a/README.hi.md b/README.hi.md
new file mode 100644
index 00000000..af64eada
--- /dev/null
+++ b/README.hi.md
@@ -0,0 +1,70 @@
1# sway
2
3sway एक [i3](https://i3wm.org/)-अनुकूल
4[Wayland](https://wayland.freedesktop.org/) Compositor है।
5[FAQ](https://github.com/swaywm/sway/wiki) पढिये। [IRC
6Channel](https://web.libera.chat/gamja/?channels=#sway)
7(irc.libera.chat पर #sway) में भी जुडिये।
8
9## रिलीज हस्ताक्षर
10
11रिलीजें
12[E88F5E48](https://keys.openpgp.org/search?q=34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48)
13से साइन होतें हैं और [Github पर](https://github.com/swaywm/sway/releases) प्रकाशित होते हैं।
14
15## इंस्टौलेशन
16
17### पैकेजों के द्वारा
18
19Sway कई distributions में उप्लब्ध है। आप अपने में "sway" नामक पैकेज इंस्टौल करके देख
20सकते हैं।
21
22### Source से compile करके
23
24यदि आप परीक्षण और विकास के लिए sway और wlroots के नवीनतम संस्करण बनाना
25चाहते हैं, तो [यह विकी
26पृष्ठ](https://github.com/swaywm/sway/wiki/Development-Setup) देखें।
27
28निर्भरताएं:
29
30* meson \*
31* [wlroots](https://gitlab.freedesktop.org/wlroots/wlroots)
32* wayland
33* wayland-protocols \*
34* pcre2
35* json-c
36* pango
37* cairo
38* gdk-pixbuf (वैकल्पिक: system tray के लिये)
39* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (वैकल्पिक: man पृष्ठों के लिये)
40 \*
41* git (वैकल्पिक: संस्करण जानने के लिये)
42
43_\* Compilation के समय आवश्यक_
44
45ये commands चलाएं:
46
47 meson build/
48 ninja -C build/
49 sudo ninja -C build/ install
50
51उन systems पर जिनमें ना तो logind है, ना ही seatd है, आपको sway की binary
52को suid करना पडेगा:
53
54 sudo chmod a+s /usr/local/bin/sway
55
56Sway अपनी root अनुमतियां प्रारंभ होने के कुछ ही देर बाद छोड़ देगी।
57
58## Configuration
59
60अगर आप पहले से ही i3 का उपयोग करते हैं तो अपने i3 config को
61`~/.config/sway/config` में copy कर लीजिये और वह बिना किसी परिवर्तन के काम
62करेगा। अन्यथा, नमूने configuration file को `~/.config/sway/config` में copy
63कर लीजिये। यह सामान्यतः `/etc/sway/config` में पाया जाता है। `man 5
64sway` से आप configuration के बारे में जानकारी प्राप्त कर सकते हैं।
65
66## चलाना
67
68आप एक tty से `sway` को चला सकते हैं। कुछ display managers काम करते हैं परन्तु ये
69sway के द्वारा समर्थित नहीं है (gdm के बारे में जाना गया है कि वह सही काम करता
70है)।