Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
6f444033
Commit
6f444033
authored
Jul 07, 2021
by
James T. Lee
Browse files
Revert "cursor: Fix size under Plasma with HiDPI"
This reverts commit
41238ca1
.
parent
41238ca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
manifests/role/workstation/cursor.pp
manifests/role/workstation/cursor.pp
+3
-12
No files found.
manifests/role/workstation/cursor.pp
View file @
6f444033
...
@@ -24,20 +24,11 @@ class nest::role::workstation::cursor {
...
@@ -24,20 +24,11 @@ class nest::role::workstation::cursor {
group
=>
'root'
;
group
=>
'root'
;
'/etc/X11/Xresources'
:
'/etc/X11/Xresources'
:
content
=>
"Xcursor.size:
${::nest::cursor_size}
\n
"
,
content
=>
"Xcursor.size:
${::nest::cursor_size}
\n
"
;
;
[
'/etc/plasma'
,
'/etc/plasma/startup'
,
]:
ensure
=>
directory
,
;
# XCURSOR_SIZE management is pretty good now
'/etc/plasma/startup/10-cursor.sh'
:
'/etc/plasma/startup/10-cursor.sh'
:
content
=>
"export XCURSOR_SIZE=
${::nest::cursor_size}
\n
"
,
ensure
=>
absent
,
;
}
}
file_line
{
'sddm-load-xresources'
:
file_line
{
'sddm-load-xresources'
:
...
...
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