blob: 37f96e894508392408d4c04ef02f57e002d63fde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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")
|