add a demo video for expose
This commit is contained in:
parent
3f17a84ac6
commit
d6a519cbb6
2 changed files with 5 additions and 1 deletions
|
@ -31,7 +31,8 @@ A single config file `~/.config/hypr/pyprland.json` is used, using the following
|
||||||
|
|
||||||
- `scratchpads` implements dropdowns & togglable poppups
|
- `scratchpads` implements dropdowns & togglable poppups
|
||||||
- `monitors` allows relative placement of monitors depending on the model
|
- `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 :
|
||||||
|
[](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.
|
- `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
|
- `lost_windows` brings lost floating windows to the current workspace
|
||||||
- `toggle_dpms` toggles the DPMS status of every plugged monitor
|
- `toggle_dpms` toggles the DPMS status of every plugged monitor
|
||||||
|
|
|
@ -86,6 +86,9 @@ class Pyprland:
|
||||||
args = args[1:]
|
args = args[1:]
|
||||||
|
|
||||||
full_name = f"run_{cmd}"
|
full_name = f"run_{cmd}"
|
||||||
|
# Demos:
|
||||||
|
# run mako for notifications & uncomment this
|
||||||
|
# os.system(f"notify-send '{data}'")
|
||||||
|
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
print(f"CMD: {full_name}({args})")
|
print(f"CMD: {full_name}({args})")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue