mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 21:16:14 +01:00
cursors
This commit is contained in:
@@ -41,8 +41,8 @@ export XMODIFIERS=@im=fcitx
|
|||||||
export GLFW_IM_MODULE=ibus
|
export GLFW_IM_MODULE=ibus
|
||||||
|
|
||||||
# some merges
|
# some merges
|
||||||
# xsetroot -cursor_name left_ptr &
|
xsetroot -cursor_name left_ptr &
|
||||||
# xrdb merge .Xresources &
|
xrdb merge .Xresources &
|
||||||
|
|
||||||
# compositor
|
# compositor
|
||||||
picom -b --vsync &
|
picom -b --vsync &
|
||||||
|
|||||||
@@ -83,5 +83,11 @@
|
|||||||
".config/picom/black_to_transparent.frag" = {
|
".config/picom/black_to_transparent.frag" = {
|
||||||
source = ./black_to_transparent.frag;
|
source = ./black_to_transparent.frag;
|
||||||
};
|
};
|
||||||
|
".Xresources" = {
|
||||||
|
text = ''
|
||||||
|
Xcursor.theme: "Bibata-Modern-Ice"
|
||||||
|
Xcursor.size: 24
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user