From 4348714727997aacad2f04f99b4c9b35b1d28794 Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 24 Mar 2024 03:20:58 +0300 Subject: [PATCH] new: Add i3 window manager --- locale/tr/LC_MESSAGES/xcfg.po | 28 ++++++++++++++++------------ src/main.c | 6 ++++++ 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/locale/tr/LC_MESSAGES/xcfg.po b/locale/tr/LC_MESSAGES/xcfg.po index b07b80a..0f696f6 100644 --- a/locale/tr/LC_MESSAGES/xcfg.po +++ b/locale/tr/LC_MESSAGES/xcfg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-24 20:16+0300\n" +"POT-Creation-Date: 2024-03-24 03:18+0300\n" "PO-Revision-Date: 2024-02-20 20:36+0300\n" "Last-Translator: \n" "Language-Team: Turkish \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/main.c:101 src/main.c:250 +#: src/main.c:101 src/main.c:256 #, fuzzy msgid "Failed to get the home directory" msgstr "Ev dizini bulmak başarısız oldu" @@ -32,7 +32,7 @@ msgstr "%s dosyasını okumak için açmak başarısız oldu" msgid "Failed to open %s for writing" msgstr "%s dosyasını yazmak için açmak başarısız oldu" -#: src/main.c:152 src/main.c:256 +#: src/main.c:152 src/main.c:262 #, c-format msgid "Failed to write to %s" msgstr "%s dosyasına yazmak başarısız oldu" @@ -55,41 +55,45 @@ msgstr "Nispeten düşük sistem gereksinimleri olan özgür bir masaüstü orta msgid "Tiling window manager based on binary space partitioning" msgstr "İkili alan bölme tabanlı döşeme pencere yöneticisi" -#: src/main.c:195 +#: src/main.c:193 +msgid "Improved tiling window manager" +msgstr "Geliştirilmiş döşeme pencere yöneticisi" + +#: src/main.c:201 #, fuzzy msgid "mp is not installed!" msgstr "mp kurulu değil" -#: src/main.c:204 +#: src/main.c:210 msgid "Install doas or sudo to use this script" msgstr "Bu betiği kullanmak için doas ya da sudo kurun" -#: src/main.c:223 +#: src/main.c:229 msgid "Choose a desktop enviroment" msgstr "Bir masaüstü ortamı seçin" -#: src/main.c:229 +#: src/main.c:235 msgid "Yes" msgstr "Evet" -#: src/main.c:229 +#: src/main.c:235 msgid "No" msgstr "Hayır" -#: src/main.c:236 +#: src/main.c:242 msgid "Add auto-startx to shell configuration?" msgstr "Otomatik-startx kabuk konfigürasyonu ekle?" -#: src/main.c:262 +#: src/main.c:268 msgid "Configuration has been saved!" msgstr "Konfigürasyon kaydedildi!" -#: src/main.c:264 +#: src/main.c:270 #, fuzzy, c-format msgid "Installing %s" msgstr "%s kuruluyor" -#: src/main.c:270 +#: src/main.c:276 #, fuzzy msgid "Installation failed" msgstr "Kurulum başarısız oldu" diff --git a/src/main.c b/src/main.c index 78bb868..4666d1b 100644 --- a/src/main.c +++ b/src/main.c @@ -187,6 +187,12 @@ int main(int argc, char** argv, char** envp){ .desc=_("Tiling window manager based on binary space partitioning"), .pkg="bspwm", .cmd="bspwm\n" + }, + { + .name="i3", + .desc=_("Improved tiling window manager"), + .pkg="i3", + .cmd="i3\n" } };