From d6a519cbb6302f6a239b507ddcba7390bb85be25 Mon Sep 17 00:00:00 2001 From: fdev31 Date: Tue, 16 May 2023 21:01:22 +0200 Subject: [PATCH] add a demo video for expose --- README.md | 3 ++- pyprland/command.py | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdfa0d7..166b6dc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ A single config file `~/.config/hypr/pyprland.json` is used, using the following - `scratchpads` implements dropdowns & togglable poppups - `monitors` allows relative placement of monitors depending on the model -- `expose` easily switch between scratchpads and active workspace +- `expose` easily switch between scratchpads and active workspace : + [![demo video](https://img.youtube.com/vi/dxH8R2d01o8/0.jpg)](https://www.youtube.com/watch?v=dxH8R2d01o8) - `workspaces_follow_focus` provides commands and handlers allowing a more flexible workspaces usage on multi-monitor setups. If you think the multi-screen behavior of hyprland is not usable or broken/unexpected, this is probably for you. - `lost_windows` brings lost floating windows to the current workspace - `toggle_dpms` toggles the DPMS status of every plugged monitor diff --git a/pyprland/command.py b/pyprland/command.py index 28dde0c..f61ac97 100755 --- a/pyprland/command.py +++ b/pyprland/command.py @@ -86,6 +86,9 @@ class Pyprland: args = args[1:] full_name = f"run_{cmd}" + # Demos: + # run mako for notifications & uncomment this + # os.system(f"notify-send '{data}'") if DEBUG: print(f"CMD: {full_name}({args})")