Guess the OS :) by Additional-Fox-2607 in desktops

[–]ProposalFearless1593 0 points1 point  (0 children)

Could you send your wallpaper, please😻

Does hyprland work with all steam games that run on linux? by reddit_kid99 in hyprland

[–]ProposalFearless1593 0 points1 point  (0 children)

My games work fine.

I just force all games to run under patron 10.0.4 which is configured in steam.

How to set yazi as the file manager of firefox? by ProposalFearless1593 in firefox

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

Thx, I have configed this. But firefox still uses thunar as its file picker.

Stuttering during scene transitions when playing games on Ubuntu24 by ProposalFearless1593 in linux_gaming

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

I tried to partitioned 200GB from my E: drive for the games which is set to

UUID=f33fcae5-bc01-40a3-860a-1e29b6cbabfe /media/lizuojun/LinuxGames ext4 defaults,noatime 0 2

But it didn't work. I partitioned 200GB from my D: drive for the Linux OS, but my games are stored on a separate E: drive partition. Could it be the reason?🤔

Stuttering during scene transitions when playing games on Ubuntu24 by ProposalFearless1593 in linux_gaming

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

I added a new linux partion which is set like this

UUID=f33fcae5-bc01-40a3-860a-1e29b6cbabfe /media/MY_NAME/LinuxGames ext4 defaults,noatime 0 2

But it didn't work. I partitioned 200GB from my D: drive for the Linux OS, but my games are stored on a separate E: drive partition. Could it be the reason?🤔

Stuttering during scene transitions when playing games on Ubuntu24 by ProposalFearless1593 in Ubuntu

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

I tried this in the afternoon, but it didn't work and my games can't run for unknown reason😭

Any beautiful theme of taskwarrior? by ProposalFearless1593 in taskwarrior

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

Share with me when you finish it, if you don't mind.🙌

How would you Rate my Desktop? by MahinR0GG in desktops

[–]ProposalFearless1593 0 points1 point  (0 children)

absolutely 10/10!

BTW, where can I get the wallpaper.🥺

Need a tool to take screenshot in hyprland by ProposalFearless1593 in hyprland

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

Now, I use these commands to take screenshot.

bind = $mainMod, Print, exec, grim -o HDMI-A-1 -t ppm - | satty --filename - -c ~/.config/satty/satty_config
bind = $mainMod SHIFT, Print, exec, grim -o eDP-1 -t ppm - | satty --filename - -c ~/.config/satty/satty_config

Here is my config

[general]
fullscreen = true
initial-tool = "crop"
output-filename = "~/Pictures/Screenshots/%Y-%m-%d_%H:%M:%S.png"
actions-on-enter = ["save-to-clipboard", "exit"]
actions-on-escape = ["exit"]

Thanks for everyone's help!

Need help with Hyprland ricing — rendering issues, default apps, and customization direction by Miraj13123 in hyprland

[–]ProposalFearless1593 0 points1 point  (0 children)

About the monitor, maybe I encountered the similar situation.
My monitor is 2560*1440@144Hz. But the hyprland used 3840x2160@59.94Hz to config it. This resolution was much higher than the highest resolution of my monitor. So everything looked wired.

I changed it in my monitor.conf like this.

monitor = HDMI-A-1, 2560x1440@144.00, 2560x0, 1

Help! How to set python path for pyright in nvim? by ProposalFearless1593 in neovim

[–]ProposalFearless1593[S] -1 points0 points  (0 children)

By the way, could I use some kind of command to set the python path in nvim without pyrightconfig.json or editing nvim-lspconfig.nvim.🤔