1 /***************************** РУССКИЙ ************************************/
3 staybox - легкий менеджер сесии для *box оконных менеджеров.
4 Не использует для работы GDM & KDM, а скорее всего конфликтует с ними.
5 Поддержку DM реализовывать не планируется, в мажорной версии будет реализована
6 поддержка XDM (опционально).
8 Внимание! Проект заточен под использование механизмов HAL для управления
9 режимов работы компьютера. Настройки политик HAL смотрите в FAQ вашего
16 Использован код проeктов XFCE, LXDE, значки ob-logout.
19 Установка стандартным способом.
20 ________________________________
21 ./configure --sysconfdir=/etc --prefix=/usr
24 ________________________________
26 В текущей версии поставляется скрипт staybox-session, для вызова из .xinitrc
27 В альфа версии офиициальный баг - необходимо вручную установить на него
29 chmod +x $pkgdir/usr/bin/staybox-session || return 1
31 Для использование в качестве менеджера сессии при запуске startx
38 # Executed by startx (run your window manager from here)
43 Для выхода из сесии выполните команду staybox-logout, или внесите её в меню Вашего
47 Openbox - менеджер окон по умолчанию.
48 Оконный менеджер указывается глобально, в файле /etc/xdg/staybox/config
54 Все другие настройки производятся и находятся в пространстве пользователя.
55 Каталог настроечных файлов - ~/config/staybox
57 Автозагрузка приложений.
58 Автозагрузка производится двумя способами:
59 1) Из конфигурационного файла менеджера сесии в каталоге пользователя.
61 ~/.config/staybox/autostart
63 Формат файла - команда запуска приложения с параметрами,
64 отдельно для каждого приложения.
66 ___________________________________________
67 setxkbmap -rules evdev -model sven -layout "us,ru" -variant ",winkeys" -option "grp:rctrl_toggle,grp_led:scroll"
68 setxkbmap -option terminate:ctrl_alt_bksp
69 ____________________________________________
71 Строка может начинаться с символа @ - в таком случае приложение отслеживается
72 менеджером сессии и при падении будет перезапущено. Остановленные пользователем
76 @xscreensaver -no-splash
78 setxkbmap -rules evdev -model sven -layout "us,ru" -variant ",winkeys" -option "grp:rctrl_toggle,grp_led:scroll"
79 setxkbmap -option terminate:ctrl_alt_bksp
82 Комментарии ( строки начинающиеся с # ) игнорируются.
84 2) Автозапуск приложений из каталога ~/.config/autostart пользователя.
85 Обрабатываются стандартные .desktop файлы в соответствии со спецификацией XDG.
86 Примеры и документация доступны в сети.
88 Настройка внешнего вида окна выхода.
89 Файл конфигурации ~/.config/staybox/logout
95 Тема кнопок действий. Тема по умолчанию находится в %PREFIX%/share/staybox/themes
96 Пользовательские темы должны находиться в каталоге ~/.icons/staybox/ИМЯ_ТЕМЫ
102 Цвет подсветки кнопки при наведении и размер кнопки.
106 Цвет подписи к кнопкам. Стили шрифтов в текущем релизе не поддерживаются.
109 / *************************** ENG **************************************/
110 I am sorry for my English.
112 staybox - the easy manager сесии for *box window managers.
113 Does not use for operation GDM and KDM, and most likely clashes with them.
114 Support DM it is not planned to realise, in the major version it will be realised
115 Support XDM (option).
117 Attention! The project is ground under usage of mechanisms HAL for handle
118 Computer operating modes. Customisations of policies HAL look in FAQ yours
119 The distribution kit.
125 The code проeктов XFCE, LXDE, tags ob-logout is used.
128 Installation by standard way.
129 ________________________________
130 ./configure - sysconfdir =/etc - prefix =/usr
133 ________________________________
135 In the current version the script staybox-session, for call from.xinitrc is delivered
136 In a version alpha the bug - is necessary for installing manually on it
137 The rights to performance.
138 chmod +x $pkgdir/usr/bin/staybox-session || return 1
140 For usage as the manager of session at start startx
147 # Executed by startx (run your window manager from here)
152 For exit, run staybox-logout, or add this in menu your WM.
155 Openbox - the manager of windows by default.
156 The window manager is underlined globally, in a file/etc/xdg/staybox/config
162 All other customisations are made and are in a user space.
163 The directory of adjusting files - ~/config/staybox
165 Autoload of applications.
166 Autoload is made in two ways:
167 1) From a configuration file of the manager сесии in the directory of the user.
169 ~/.config/staybox/autostart
171 The file format - the command of an application launch with parametres,
172 Separately for each application.
174 ___________________________________________
175 setxkbmap-rules evdev-model sven-layout "us, ru"-variant ", winkeys"-option "grp:rctrl_toggle, grp_led:scroll"
176 setxkbmap-option terminate:ctrl_alt_bksp
177 ____________________________________________
179 The string can start with character - in that case the application is watched
180 By the manager of session and at falling it will be restarted. Stopped by the user
184 @xscreensaver-no-splash
186 setxkbmap-rules evdev-model sven-layout "us, ru"-variant ", winkeys"-option "grp:rctrl_toggle, grp_led:scroll"
187 setxkbmap-option terminate:ctrl_alt_bksp
190 Remarks (strings starting with #) are ignored.
192 2) the StartUp of applications from the directory ~/.config/autostart the user.
193 Are handled standard.desktop files according to specification XDG.
194 Examples and the documentation are accessible in a network.
196 Customisation of appearance of a window of an output.
197 The configuration file ~/.config/staybox/logout
203 Theme of buttons of operations. The theme by default is in %PREFIX %/share/staybox/themes
204 User's themes should be in the directory ~/.icons/staybox/THEME_NAME
210 Colour of highlighting of the button at prompting and the button size.
214 Colour of the signature to buttons. Styles of fonts in current release are not supported.