GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
hyprctl(1) hyprctl User Manual hyprctl(1)

hyprctl - Utility for controlling parts of Hyprland from a CLI or a script

hyprctl [(opt)flags] [command] [(opt)args]

hyprctl is a utility for controlling some parts of the compositor from a CLI or a script.

dispatch

Call a dispatcher with an argument.

An argument must be present. For dispatchers without parameters it can be anything.

Returns: ok on success, and an error message on failure.

hyprctl dispatch exec kitty

hyprctl dispatch pseudo x

keyword

Set a config keyword dynamically.

Returns: ok on success, and an error message on failure.

hyprctl keyword bind SUPER,0,pseudo

hyprctl keyword general:border_size 10

reload

Force a reload of the config file.

kill

Enter kill mode, where you can kill an app by clicking on it. You can exit by pressing ESCAPE.

version

Prints the Hyprland version, flags, commit and branch of build.

monitors

Lists all the outputs with their properties.

workspaces

Lists all workspaces with their properties.

clients

Lists all windows with their properties.

devices

Lists all connected input devices.

activewindow

Returns the active window name.

layers

Lists all the layers.

splash

Returns the current random splash.

--batch

Specify a batch of commands to execute.

hyprctl --batch "keyword general:border_size 2 ; keyword general:gaps_out 20"

; separates the commands.

-j

Outputs information in JSON.

<https://github.com/hyprwm/Hyprland/issues>

Sources at: <https://github.com/hyprwm/Hyprland>

Copyright (c) 2022, vaxerski

Vaxerski <https://github.com/vaxerski>.


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.