2023-03-10 23:24:50 +00:00
|
|
|
# Hyprland IPC
|
|
|
|
option('WithHyprland', type: 'boolean', value : true)
|
|
|
|
|
|
|
|
# Workspaces general, enables Wayland protocol
|
2023-03-03 19:44:51 +00:00
|
|
|
option('WithWorkspaces', type: 'boolean', value : true)
|
2023-03-10 23:24:50 +00:00
|
|
|
|
2024-03-13 00:37:31 +00:00
|
|
|
# Tray icons
|
2023-05-03 18:57:24 +00:00
|
|
|
option('WithSNI', type: 'boolean', value : true)
|
|
|
|
|
2023-01-30 15:57:15 +00:00
|
|
|
option('WithNvidia', type: 'boolean', value : true)
|
2023-01-30 16:23:28 +00:00
|
|
|
option('WithAMD', type: 'boolean', value : true)
|
2023-01-30 15:57:15 +00:00
|
|
|
option('WithBlueZ', type: 'boolean', value : true)
|
2023-01-13 15:13:56 +00:00
|
|
|
|
|
|
|
# You shouldn't enable this, unless you know what you are doing!
|
2023-01-30 15:57:15 +00:00
|
|
|
option('WithSys', type: 'boolean', value : false)
|