Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
1f70a2c4
Commit
1f70a2c4
authored
Jul 17, 2017
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add keyboard-short-cuts to kill X11
parent
9edfb910
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
roles/clients/tasks/kill_x.yml
roles/clients/tasks/kill_x.yml
+19
-0
roles/clients/tasks/main.yml
roles/clients/tasks/main.yml
+1
-0
No files found.
roles/clients/tasks/kill_x.yml
0 → 100644
View file @
1f70a2c4
---
-
name
:
check
become
:
yes
blockinfile
:
block
:
|
Section "ServerFlags"
Option "DontZap" "false"
EndSection
Section "InputClass"
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
path
:
/etc/X11/xorg.conf.d/10-enable-ctrl-alt-backspace
create
:
yes
backup
:
yes
state
:
present
tags
:
xorg
roles/clients/tasks/main.yml
View file @
1f70a2c4
---
-
include
:
cups.yml
-
include
:
basic_software.yml
-
include
:
kill_x.yml
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment