Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
client
Commits
ae724b2f
Commit
ae724b2f
authored
7 years ago
by
Robin Sonnabend
Committed by
Thomas Schneider
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use kscreenlocker_greet as i3lock
parent
104cffbf
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/tasks/configuration.yml
+8
-1
8 additions, 1 deletion
client/tasks/configuration.yml
with
8 additions
and
1 deletion
client/tasks/configuration.yml
+
8
−
1
View file @
ae724b2f
...
@@ -5,7 +5,14 @@
...
@@ -5,7 +5,14 @@
template
:
src=hosts.j2 dest=/etc/hosts
template
:
src=hosts.j2 dest=/etc/hosts
-
name
:
ensure i3 is able to lock the screen
-
name
:
ensure i3 is able to lock the screen
copy
:
src=i3lock dest=/usr/local/bin/i3lock owner=root group=root mode=0755
# copy: src=i3lock dest=/usr/local/bin/i3lock owner=root group=root mode=0755
file
:
src
:
/usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet
dest
:
/usr/local/bin/i3lock
state
:
link
owner
:
root
group
:
root
mode
:
0755
-
name
:
ensure a sane default web browser
-
name
:
ensure a sane default web browser
alternatives
:
name=x-www-browser path=/usr/bin/firefox
alternatives
:
name=x-www-browser path=/usr/bin/firefox
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment