Funami580 / KWin-Move-Window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KWin-Script: Move Window

Move the window without resizing.

Installation

git clone https://github.com/Funami580/KWin-Move-Window.git
cd KWin-Move-Window
plasmapkg2 --type=kwinscript -i .
kwin_x11 --replace &

Uninstall

# List all your installed KWin-Scripts
kpackagetool5 --type KWin/Script --list

# Uninstall
kpackagetool5 --type KWin/Script --remove MoveWindow

Shortcuts

Shortcuts Commands
Meta + Numpad7 Move Window to upper left
Meta + Numpad8 Move Window to upper center
Meta + Numpad9 Move Window to upper right
Meta + Numpad4 Move Window to middle left
Meta + Numpad5 Move Window to center
Meta + Numpad6 Move Window to middle right
Meta + Numpad1 Move Window to lower left
Meta + Numpad2 Move Window to lower center
Meta + Numpad3 Move Window to lower right

About

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 100.0%