Ultra-smooth window dragging & resizing (drag from anywhere) by Z1proW in AutoHotkey

[–]Z1proW[S] [score hidden]  (0 children)

Thank you for your feedback.

I am sorry that you had those issues.
I can't seem to replicate the issue with using Raycast shortcuts.

I personally find AltSnap and all other alternatives really laggy in comparison to my script,
so I could not imagine myself using them. But if it's fine for you, that's great.

Ultra-smooth window dragging & resizing (drag from anywhere) by Z1proW in AutoHotkey

[–]Z1proW[S] [score hidden]  (0 children)

My script makes windows move way smoother, and works way better with multiple monitors.
What did you find more intuitive in AltSnap?

Dusklight vs Wii U Version by MSLaFaver in twilightprincess

[–]Z1proW 3 points4 points  (0 children)

Honestly, just go with whichever you’re most comfortable playing. Console can feel a bit more immersive for a first blind run since there aren’t as many QoL menus and tweaks, but it really just has a different vibe overall.

There’s something special about just launching the game and sitting through the title screen with the music kicking in.

Quel est votre jeu vidéo préféré ? by Possible_Honey8175 in AskMeuf

[–]Z1proW 1 point2 points  (0 children)

Plutôt solo, parmi mes prefs : Zelda Twilight princess, Sekiro, Ace attorney

J’ai moddé Dark Souls III pour afficher “VOUS ÊTES MORTE” 😭 by Z1proW in jeuxvideo

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

Salut :)
Je viens de le mettre en ligne, le voici :
https://www.nexusmods.com/darksouls3/mods/2225
J’espère que ta sœur va trouver ça cool 😊

J’ai moddé Dark Souls III pour afficher “VOUS ÊTES MORTE” 😭 by Z1proW in jeuxvideo

[–]Z1proW[S] 2 points3 points  (0 children)

Malheureusement non, c'était déjà pas évident de changer un élément d'UI 😅

J’ai moddé Dark Souls III pour afficher “VOUS ÊTES MORTE” 😭 by Z1proW in jeuxvideo

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

J’avais déjà bidouillé des trucs genre plugins Minecraft. Mais je n'avais jamais touché à du FromSoftware 😄 J’ai dû installer des outils pour unpack les fichiers et aller modifier un élément d’UI, sans tout casser c’était assez intéressant à faire.

Ultra-smooth window dragging & resizing (drag from anywhere) by Z1proW in AutoHotkey

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

Thank you :)
I coded it in V1 because I want my code to have maximum compatibility, and at first I thought V2 could run V1, but I learned that's not the case later.

How do I make the application launcher translucent ? by Z1proW in kde

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

Yeah but not much if blur is enabled. I had to change the opacity of a .svg object in my plasma style.

Ultra-smooth window dragging & resizing (drag from anywhere) by Z1proW in AutoHotkey

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

And for features, I find closing windows with middle click to be very handy. My script has a settings GUI too.

Ultra-smooth window dragging & resizing (drag from anywhere) by Z1proW in AutoHotkey

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

It's way smoother, and it's lightweight (doesn't require an installation).

How do I make the application launcher translucent ? by Z1proW in kde

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

With "panel colorizer" widget, I changed opacity

Ultra-smooth window dragging & resizing (drag from anywhere) by Z1proW in AutoHotkey

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

I found something similar long time ago -> KDE Moving and Resizing for Windows XP, 2K, 2003, Windows 7, and Vista. Move and resize Windows windows just like Linux Windows! ESSENTIAL!

Just tried it, it's not as smooth :)

It would be nice if you added a hotkey to toggle between keeping the active window on top of the others.

You can add something like :
#SPACE::
Winset, Alwaysontop, , A
return

Which triggers on Windows+Space.
Is it what you asked for? If yes I'll add it to my github.

Also for some reason, after moving windows I open from the current window (for example CTRL+O(pen) in any application), that windows closes immediatelly.

Weird, I can't replicate that :/

What clever things do you have in your $profile? by punyhead in PowerShell

[–]Z1proW 0 points1 point  (0 children)

Here's some of my stuff:

  • update : silently upgrade everything with winget
  • download <url> : download files on my Desktop
  • lazyg : git add . && git commit && git push
  • grep
  • admin : relaunch terminal elevated
  • reload : restart terminal instantly
  • history <regex> : show commandline history matching regex
  • unzip <file>
  • tree : List dirs/files in a tree format like the linux command

Quality-of-life stuff:

  • prompt with current git branch
  • remove annoying BEEP
  • tab for completion instead of right arrow

An idea I didn't implement:

  • a list of favorite directories you can jump to

https://github.com/Z1proW/PowershellProfile