Commit 6f444033 authored by James T. Lee's avatar James T. Lee
Browse files

Revert "cursor: Fix size under Plasma with HiDPI"

This reverts commit 41238ca1.
parent 41238ca1
......@@ -24,20 +24,11 @@ class nest::role::workstation::cursor {
group => 'root';
'/etc/X11/Xresources':
content => "Xcursor.size: ${::nest::cursor_size}\n",
;
[
'/etc/plasma',
'/etc/plasma/startup',
]:
ensure => directory,
;
content => "Xcursor.size: ${::nest::cursor_size}\n";
# XCURSOR_SIZE management is pretty good now
'/etc/plasma/startup/10-cursor.sh':
content => "export XCURSOR_SIZE=${::nest::cursor_size}\n",
;
ensure => absent,
}
file_line { 'sddm-load-xresources':
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment