diff options
Diffstat (limited to '.config/hypr/hyprland.lua')
| -rw-r--r-- | .config/hypr/hyprland.lua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.lua b/.config/hypr/hyprland.lua new file mode 100644 index 0000000..37f96e8 --- /dev/null +++ b/.config/hypr/hyprland.lua @@ -0,0 +1,15 @@ +-- https://wiki.hypr.land/Configuring/Start/ + +mainMod = "SUPER" +terminal = "foot" +menu = "foot --app-id tux -T foot tux" + +require("monitors") +require("env") +require("start") +require("perms") +require("visual") +--require("workspace-rules") +require("input") +require("binds") +require("windows") |
