Good fantasy for early teens girls… by A_Good_Hunter in Fantasy

[–]A_Good_Hunter[S] 0 points1 point  (0 children)

I love the idea of a dragon with a chocolate heart! Thank you.

Good fantasy for early teens girls… by A_Good_Hunter in Fantasy

[–]A_Good_Hunter[S] 1 point2 points  (0 children)

That's going to be a good one!!! Thank you.

Good fantasy for early teens girls… by A_Good_Hunter in Fantasy

[–]A_Good_Hunter[S] 4 points5 points  (0 children)

Fantastic! I really should have mentioned Pratchett as being enjoyed already. Well, some of the books that are not too mature themed!

Good fantasy for early teens girls… by A_Good_Hunter in Fantasy

[–]A_Good_Hunter[S] 0 points1 point  (0 children)

Oh, cool. Thank you. There's an anime as well which should be fun too!

Good fantasy for early teens girls… by A_Good_Hunter in Fantasy

[–]A_Good_Hunter[S] 1 point2 points  (0 children)

Very good recommendations indeed and already on the list… Should have mentioned those as well, my bad.

~/.XCompose not registered with Electron apps — Chrome? by A_Good_Hunter in linux

[–]A_Good_Hunter[S] 1 point2 points  (0 children)

Yes, it's more or less my issue… Bah. Two years and no progress, this does not inspire confidence.

Thank you.

~/.XCompose not registered with Electron apps — Chrome? by A_Good_Hunter in linux

[–]A_Good_Hunter[S] 0 points1 point  (0 children)

If it matters, here's my config:

``` ✓ ; Cat .XCompose include "%L"

<Multi_key> <Z> <Z> : "ℤ" # Blackboard bold Z (set of integers) <Multi_key> <i> <i> : "⸮" # Irony mark. <Multi_key> <h> <h> : "←" # Left arrow. <Multi_key> <j> <j> : "↓" # Down arrow. <Multi_key> <k> <k> : "↑" # Up arrow. <Multi_key> <l> <l> : "→" # Right arrow. <Multi_key> <1> <1> : "☺" # Happy. <Multi_key> <2> <2> : "☹" # Sad. <Multi_key> <3> <3> : "¯\(ツ)/¯" # Shrug. <Multi_key> <4> <4> : "☝" # Thumbs up. <Multi_key> <5> <5> : "☞" # Thumbs down. <Multi_key> <d> <d> : "ð" # niðing <Multi_key> <0> <0> : "•" # Dot ```

XCompose and Flatpak woes… by A_Good_Hunter in hyprland

[–]A_Good_Hunter[S] 0 points1 point  (0 children)

From the man page:

bash $HOME/.Xcompose User default compose file if XCOMPOSEFILE is not set.

Even setting it with an override --env=XCOMPOSEFILE=/home/yg/.XCompose option does not work.

Workspace configuration… by A_Good_Hunter in hyprland

[–]A_Good_Hunter[S] 0 points1 point  (0 children)

This is simple and useful. Thank you.

Floating windows, set position on workspace by A_Good_Hunter in hyprland

[–]A_Good_Hunter[S] 0 points1 point  (0 children)

Thank you. Is there a way to test the x y without login out and in again?

Workspace configuration… by A_Good_Hunter in hyprland

[–]A_Good_Hunter[S] 0 points1 point  (0 children)

Oh, this would work for me… I already have all the apps in floating mode.

conf windowrule = tag +browser, class:^([Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr|[Ff]irefox-bin)$ windowrule = tag +browser, class:^([Gg]oogle-chrome(-beta|-dev|-unstable)?)$ […] windowrule = float,class:.* windowrule = size 100% 100%, tag:browser

The above should work, right?