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
41238ca1
Commit
41238ca1
authored
Jul 07, 2021
by
James T. Lee
Browse files
cursor: Fix size under Plasma with HiDPI
parent
40fbe442
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
manifests/role/workstation/cursor.pp
manifests/role/workstation/cursor.pp
+12
-3
No files found.
manifests/role/workstation/cursor.pp
View file @
41238ca1
...
...
@@ -24,11 +24,20 @@ class nest::role::workstation::cursor {
group
=>
'root'
;
'/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'
:
ensure
=>
absent
,
content
=>
"export XCURSOR_SIZE=
${::nest::cursor_size}
\n
"
,
;
}
file_line
{
'sddm-load-xresources'
:
...
...
James T. Lee
@james
mentioned in commit
6f444033
·
Jul 07, 2021
mentioned in commit
6f444033
mentioned in commit 6f44403397af85f068b60e0a39c8b9d1d33165dd
Toggle commit list
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