mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
Multiple config errors in files. #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fszzl21 on 9/11/2025
I have followed the steps per documentation
Here is my hyprland.conf file:
source=./land/defaults.conf # this needs to be sourced before theme file
source=./land/nvidia.conf
######################################################################################################
uncomment if using hyprtheme and remove any other source for hyprtheme.conf
source=/home/flicko/.config/hypr/themes/hyprtheme.conf
######################################################################################################
MANUAL THEME SOURCE HERE
$yorha=$HERE/themes/yorha
source=$yorha/theme.conf
######################################################################################################
source=./land/general.conf
source=./land/binds.conf
source=./land/rules.conf
source=./profiles/power.conf
I still get these errors:
Config error in file /home/user/.config/hypr/hyprland.conf at line 12: source = globbing error: found no match
Config error in file /home/user/.config/hypr/land/general.conf at line 20: config option gestures:workspace_swipe does not exist.
Config error in file /home/user/.config/hypr/land/general.conf at line 21: config option gestures:workspace_swipe_fingers does not exist.
Config error in file /home/user/.config/hypr/hyprland.conf at line 16: Config error in file /home/irawnaf/.config/hypr/hyprland.conf at lne 12: source = globbing error: found no match
config error in file /home/irawnaf/.config/hypr/land/general.conf at line 20: config option gestures:workspace_swipe does not exist.
(1 more...)
pls help :(