From 27f5944569ffc954e9899cb69eb50877224419c2 Mon Sep 17 00:00:00 2001 From: gpskwlkr Date: Fri, 29 Mar 2024 12:18:21 +0400 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a090d0..6c72c15 100644 --- a/README.md +++ b/README.md @@ -68,16 +68,17 @@ Notably, it utilizes: | ------------------------- | --------------------------------------------------------------------- | | SUPER + H, J, K, L | Change window focus | | SUPER + CTRL + H, J, K, L | Resize window | +| SUPER + SHIFT + H,J,K,L | Move windows | | SUPER + 1..0 | Change workspace | | SUPER + SHIFT + 1..0 | Move window to workspace | -| SUPER + Q | Kill active window | | SUPER + S | Toggle split | +| SUPER + Q | Kill active window | +| SUPER + SHIFT + Q | Launch `swaylock` | | SUPER + M | Exit from `hyprland` | | SUPER + Return | Launch `kitty` | | SUPER + D | Launch `wofi` | | SUPER + E | Launch `thunar` | | SUPER + M | Launch `wlogout` | -| SUPER + SHIFT + L | Launch `swaylock` | | SUPER + B | Launch `firefox` | | SUPER + C | Launch `telegram-desktop` | | Print | Take screenshot (currently configured to area capture into clipboard) |