20 lines
886 B
Plaintext
20 lines
886 B
Plaintext
#! █░█░█ █▀█ █▀█ █▄▀ █▀▀ █░░ █▀█ █░█░█ █▀
|
|
#! ▀▄▀▄▀ █▄█ █▀▄ █░█ █▀░ █▄▄ █▄█ ▀▄▀▄▀ ▄█
|
|
|
|
# This file sets the current workflow for Hyprland
|
|
# HyDE Controlled content // DO NOT EDIT
|
|
# Edit or add workflows in the ./workflows/ directory
|
|
# and run the 'workflows.sh select' command to update this file
|
|
|
|
# Workflows are a set of configurations that can be applied to Hyprland
|
|
# that suits the actual workflow you are doing.
|
|
# It can be gaming mode, work mode, or anything else you can think of.
|
|
# you can also exec a command within the workflow
|
|
|
|
$WORKFLOW = default
|
|
$WORKFLOW_ICON =
|
|
$WORKFLOW_DESCRIPTION = Default HyDE configuration // Disables workflow overrides
|
|
$WORKFLOWS_PATH = ./workflows/default.conf
|
|
source = $WORKFLOWS_PATH
|
|
|