This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
ka
/
ansible-role-display_manager
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
mainentance xbindkeys
master
Markus Katharina Brechtel
пре 7 година
родитељ
6ca1fd433c
комит
1c0c8e8065
3 измењених фајлова
са
13 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
tasks/mainentance.yml
+1
-0
templates/mainentance-xsession.sh.j2
+6
-0
templates/mainentance.xbindkeys.j2
+ 6
- 0
tasks/mainentance.yml
Прегледај датотеку
@@ -26,3 +26,9 @@
dest: /usr/local/share/mainentance/xsession
mode: u=rwx,g=rx,o=rx
notify: restart lightdm
- name: mainentance xbindkeys
template:
src: mainentance.xbindkeys.j2
dest: /usr/local/share/mainentance/xbindkeys
notify: restart lightdm
+ 1
- 0
templates/mainentance-xsession.sh.j2
Прегледај датотеку
@@ -2,4 +2,5 @@
{{ ansible_managed | comment }}
xset -dpms
xset s off
xbindkeys -f /usr/local/share/mainentance/xbindkeys &
exec yad --no-buttons --no-escape --image-on-top --center --borders 50 --image="{{display_manager_mainentance_icon}}" --text="{{display_manager_mainentance_text}}"
+ 6
- 0
templates/mainentance.xbindkeys.j2
Прегледај датотеку
@@ -0,0 +1,6 @@
"dm-tool switch-to-greeter"
Mod4 + Escape
"systemctl reboot"
Mod4 + r
"systemctl poweroff"
Mod4 + p
Write
Preview
Loading…
Откажи
Сачувај