mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 12:26:11 +01:00
cursors
This commit is contained in:
@@ -41,8 +41,8 @@ export XMODIFIERS=@im=fcitx
|
||||
export GLFW_IM_MODULE=ibus
|
||||
|
||||
# some merges
|
||||
# xsetroot -cursor_name left_ptr &
|
||||
# xrdb merge .Xresources &
|
||||
xsetroot -cursor_name left_ptr &
|
||||
xrdb merge .Xresources &
|
||||
|
||||
# compositor
|
||||
picom -b --vsync &
|
||||
|
||||
@@ -83,5 +83,11 @@
|
||||
".config/picom/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